<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic [resolved] java.io.IOException: The semaphore timeout period has expired in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-io-IOException-The-semaphore-timeout-period-has/m-p/2315832#M86440</link>
    <description>Am receiving this exception: 
&lt;BR /&gt; 
&lt;BR /&gt;Exception in component tMSSqlOutputBulkExec_4_tMOB 
&lt;BR /&gt;java.io.IOException: The semaphore timeout period has expired 
&lt;BR /&gt; at java.io.FileOutputStream.writeBytes(Native Method) 
&lt;BR /&gt; at java.io.FileOutputStream.write(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamEncoder.implWrite(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamEncoder.write(Unknown Source) 
&lt;BR /&gt; at java.io.OutputStreamWriter.write(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedWriter.flushBuffer(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedWriter.write(Unknown Source) 
&lt;BR /&gt; at java.io.Writer.write(Unknown Source) 
&lt;BR /&gt; at bcbsla.job3_gen_tranhis_bh_0_2.job3_gen_tranhis_bh.tMSSqlInput_1Process(job3_gen_tranhis_bh.java:23585) 
&lt;BR /&gt; at bcbsla.job3_gen_tranhis_bh_0_2.job3_gen_tranhis_bh.runJobInTOS(job3_gen_tranhis_bh.java:26948) 
&lt;BR /&gt; at bcbsla.job3_gen_tranhis_bh_0_2.job3_gen_tranhis_bh.runJob(job3_gen_tranhis_bh.java:26854) 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_2Process(income.java:500) 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_4Process(income.java:438) 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_1Process(income.java:335) 
&lt;BR /&gt; at bcbsla.income_0_2.income.runJobInTOS(income.java:786) 
&lt;BR /&gt; at bcbsla.income_0_2.income.main(income.java:680) 
&lt;BR /&gt;Exception in component tRunJob_2 
&lt;BR /&gt;java.lang.RuntimeException: Child job running failed 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_2Process(income.java:520) 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_4Process(income.java:438) 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_1Process(income.java:335) 
&lt;BR /&gt; at bcbsla.income_0_2.income.runJobInTOS(income.java:786) 
&lt;BR /&gt; at bcbsla.income_0_2.income.main(income.java:680) 
&lt;BR /&gt; 
&lt;BR /&gt;---------------------------------------------------------------------------------------- 
&lt;BR /&gt;The exception occurred at following line in the code: 
&lt;BR /&gt;outtMSSqlOutputBulkExec_4_tMOB.write(OUT_DELIM_tMSSqlOutputBulkExec_4_tMOB); 
&lt;BR /&gt;------------------------------------------------------------------------------------------------------ 
&lt;BR /&gt;outtMSSqlOutputBulkExec_4_tMOB is a java.io.BufferedWriter outtMSSqlOutputBulkExec_4_tMOB 
&lt;BR /&gt;I am using a BulkInsert component and the error seems to have occurred when the job was writing to the text file it creates for bulk insert. 
&lt;BR /&gt; 
&lt;BR /&gt;Has anyone seen this before? Any help will be greatly appreciated. 
&lt;BR /&gt;Thanks.</description>
    <pubDate>Sat, 16 Nov 2024 13:47:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:47:08Z</dc:date>
    <item>
      <title>[resolved] java.io.IOException: The semaphore timeout period has expired</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-io-IOException-The-semaphore-timeout-period-has/m-p/2315832#M86440</link>
      <description>Am receiving this exception: 
&lt;BR /&gt; 
&lt;BR /&gt;Exception in component tMSSqlOutputBulkExec_4_tMOB 
&lt;BR /&gt;java.io.IOException: The semaphore timeout period has expired 
&lt;BR /&gt; at java.io.FileOutputStream.writeBytes(Native Method) 
&lt;BR /&gt; at java.io.FileOutputStream.write(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamEncoder.implWrite(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamEncoder.write(Unknown Source) 
&lt;BR /&gt; at java.io.OutputStreamWriter.write(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedWriter.flushBuffer(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedWriter.write(Unknown Source) 
&lt;BR /&gt; at java.io.Writer.write(Unknown Source) 
&lt;BR /&gt; at bcbsla.job3_gen_tranhis_bh_0_2.job3_gen_tranhis_bh.tMSSqlInput_1Process(job3_gen_tranhis_bh.java:23585) 
&lt;BR /&gt; at bcbsla.job3_gen_tranhis_bh_0_2.job3_gen_tranhis_bh.runJobInTOS(job3_gen_tranhis_bh.java:26948) 
&lt;BR /&gt; at bcbsla.job3_gen_tranhis_bh_0_2.job3_gen_tranhis_bh.runJob(job3_gen_tranhis_bh.java:26854) 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_2Process(income.java:500) 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_4Process(income.java:438) 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_1Process(income.java:335) 
&lt;BR /&gt; at bcbsla.income_0_2.income.runJobInTOS(income.java:786) 
&lt;BR /&gt; at bcbsla.income_0_2.income.main(income.java:680) 
&lt;BR /&gt;Exception in component tRunJob_2 
&lt;BR /&gt;java.lang.RuntimeException: Child job running failed 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_2Process(income.java:520) 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_4Process(income.java:438) 
&lt;BR /&gt; at bcbsla.income_0_2.income.tRunJob_1Process(income.java:335) 
&lt;BR /&gt; at bcbsla.income_0_2.income.runJobInTOS(income.java:786) 
&lt;BR /&gt; at bcbsla.income_0_2.income.main(income.java:680) 
&lt;BR /&gt; 
&lt;BR /&gt;---------------------------------------------------------------------------------------- 
&lt;BR /&gt;The exception occurred at following line in the code: 
&lt;BR /&gt;outtMSSqlOutputBulkExec_4_tMOB.write(OUT_DELIM_tMSSqlOutputBulkExec_4_tMOB); 
&lt;BR /&gt;------------------------------------------------------------------------------------------------------ 
&lt;BR /&gt;outtMSSqlOutputBulkExec_4_tMOB is a java.io.BufferedWriter outtMSSqlOutputBulkExec_4_tMOB 
&lt;BR /&gt;I am using a BulkInsert component and the error seems to have occurred when the job was writing to the text file it creates for bulk insert. 
&lt;BR /&gt; 
&lt;BR /&gt;Has anyone seen this before? Any help will be greatly appreciated. 
&lt;BR /&gt;Thanks.</description>
      <pubDate>Sat, 16 Nov 2024 13:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-io-IOException-The-semaphore-timeout-period-has/m-p/2315832#M86440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.io.IOException: The semaphore timeout period has expired</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-io-IOException-The-semaphore-timeout-period-has/m-p/2315833#M86441</link>
      <description>Hello guy
&lt;BR /&gt;Which version of TOS do you use? Can you connect successully to your db with tMssqlConnection component?
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 07 Sep 2009 09:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-io-IOException-The-semaphore-timeout-period-has/m-p/2315833#M86441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-07T09:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.io.IOException: The semaphore timeout period has expired</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-io-IOException-The-semaphore-timeout-period-has/m-p/2315834#M86442</link>
      <description>We figured out it was a network issue. The job was writing to a file in a shared drive on the network and the machine must have lost connection to the network in the middle of the job. We did not encounter the problem once we started using a local directory. Thanks.</description>
      <pubDate>Mon, 07 Sep 2009 20:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-io-IOException-The-semaphore-timeout-period-has/m-p/2315834#M86442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-07T20:00:11Z</dc:date>
    </item>
  </channel>
</rss>

