<?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] Exception in component tOracleOutputBulkExec_1_tOBE in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tOracleOutputBulkExec-1-tOBE/m-p/2258924#M40566</link>
    <description>Hi all, 
&lt;BR /&gt;i have exported the job to my server then i have set the cron entry as generated by talend ,shown below: 
&lt;BR /&gt;30 1 * * * /usr/local/jdk1.6.0_13/jre/bin/java -Xms256M -Xmx1024M -cp /usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/mail.jar:/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/jt400_V5R3.jar:/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/jxl.jar:/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/ojdbc14-10g.jar:/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/ojdbc6-11g.jar:/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/activation.jar:/usr/local/talend/.Java/classes::/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java: a2o.as400tooracle_0_1.AS400ToOracle --context=Default $* 
&lt;BR /&gt;BUT when this CRON entry runs i get a following error in my log file: 
&lt;BR /&gt;Exception in component tOracleOutputBulkExec_1_tOBE 
&lt;BR /&gt;java.io.IOException: Cannot run program "sqlldr": java.io.IOException: error=2, No such file or directory 
&lt;BR /&gt; at java.lang.ProcessBuilder.start(ProcessBuilder.java:459) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:593) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:431) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:369) 
&lt;BR /&gt; at as400_to_oracle.as400tooracle_0_1.AS400ToOracle.tAS400Input_1Process(AS400ToOracle.java:18779) 
&lt;BR /&gt; at as400_to_oracle.as400tooracle_0_1.AS400ToOracle.tOracleRow_1Process(AS400ToOracle.java:950) 
&lt;BR /&gt; at as400_to_oracle.as400tooracle_0_1.AS400ToOracle.tJava_1Process(AS400ToOracle.java:811) 
&lt;BR /&gt; at as400_to_oracle.as400tooracle_0_1.AS400ToOracle.runJobInTOS(AS400ToOracle.java:21588) 
&lt;BR /&gt; at as400_to_oracle.as400tooracle_0_1.AS400ToOracle.main(AS400ToOracle.java:21486) 
&lt;BR /&gt;Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory 
&lt;BR /&gt; at java.lang.UNIXProcess.&amp;lt;init&amp;gt;(UNIXProcess.java:148) 
&lt;BR /&gt; at java.lang.ProcessImpl.start(ProcessImpl.java:65) 
&lt;BR /&gt; at java.lang.ProcessBuilder.start(ProcessBuilder.java:452) 
&lt;BR /&gt; ... 8 more 
&lt;BR /&gt; 
&lt;BR /&gt;But when i run the cron entry mentioned above on the command prompt it runs properly without any errors. 
&lt;BR /&gt;the JDK version on my server is : jdk1.6.0_13 
&lt;BR /&gt; 
&lt;BR /&gt;Please help Thanks in advance . 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;---Koustubh Avadhani.</description>
    <pubDate>Sat, 16 Nov 2024 13:01:40 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T13:01:40Z</dc:date>
    <item>
      <title>[resolved] Exception in component tOracleOutputBulkExec_1_tOBE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tOracleOutputBulkExec-1-tOBE/m-p/2258924#M40566</link>
      <description>Hi all, 
&lt;BR /&gt;i have exported the job to my server then i have set the cron entry as generated by talend ,shown below: 
&lt;BR /&gt;30 1 * * * /usr/local/jdk1.6.0_13/jre/bin/java -Xms256M -Xmx1024M -cp /usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/mail.jar:/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/jt400_V5R3.jar:/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/jxl.jar:/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/ojdbc14-10g.jar:/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/ojdbc6-11g.jar:/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java/activation.jar:/usr/local/talend/.Java/classes::/usr/local/talend/Talend-Win32-r46802-V4.1.0M4/lib/java: a2o.as400tooracle_0_1.AS400ToOracle --context=Default $* 
&lt;BR /&gt;BUT when this CRON entry runs i get a following error in my log file: 
&lt;BR /&gt;Exception in component tOracleOutputBulkExec_1_tOBE 
&lt;BR /&gt;java.io.IOException: Cannot run program "sqlldr": java.io.IOException: error=2, No such file or directory 
&lt;BR /&gt; at java.lang.ProcessBuilder.start(ProcessBuilder.java:459) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:593) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:431) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:369) 
&lt;BR /&gt; at as400_to_oracle.as400tooracle_0_1.AS400ToOracle.tAS400Input_1Process(AS400ToOracle.java:18779) 
&lt;BR /&gt; at as400_to_oracle.as400tooracle_0_1.AS400ToOracle.tOracleRow_1Process(AS400ToOracle.java:950) 
&lt;BR /&gt; at as400_to_oracle.as400tooracle_0_1.AS400ToOracle.tJava_1Process(AS400ToOracle.java:811) 
&lt;BR /&gt; at as400_to_oracle.as400tooracle_0_1.AS400ToOracle.runJobInTOS(AS400ToOracle.java:21588) 
&lt;BR /&gt; at as400_to_oracle.as400tooracle_0_1.AS400ToOracle.main(AS400ToOracle.java:21486) 
&lt;BR /&gt;Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory 
&lt;BR /&gt; at java.lang.UNIXProcess.&amp;lt;init&amp;gt;(UNIXProcess.java:148) 
&lt;BR /&gt; at java.lang.ProcessImpl.start(ProcessImpl.java:65) 
&lt;BR /&gt; at java.lang.ProcessBuilder.start(ProcessBuilder.java:452) 
&lt;BR /&gt; ... 8 more 
&lt;BR /&gt; 
&lt;BR /&gt;But when i run the cron entry mentioned above on the command prompt it runs properly without any errors. 
&lt;BR /&gt;the JDK version on my server is : jdk1.6.0_13 
&lt;BR /&gt; 
&lt;BR /&gt;Please help Thanks in advance . 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;---Koustubh Avadhani.</description>
      <pubDate>Sat, 16 Nov 2024 13:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tOracleOutputBulkExec-1-tOBE/m-p/2258924#M40566</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Exception in component tOracleOutputBulkExec_1_tOBE</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tOracleOutputBulkExec-1-tOBE/m-p/2258925#M40567</link>
      <description>hi all, 
&lt;BR /&gt;the solution to this post is at 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCmiWCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-EXPORTED-JOB-NOT-RUNNING-ON-THE-LINUX-SERVER/td-p/85021&lt;/A&gt; 
&lt;BR /&gt;Hope it helps 
&lt;BR /&gt;Thanks and Regards, 
&lt;BR /&gt;--Koustubh Avadhani</description>
      <pubDate>Mon, 21 Mar 2011 11:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Exception-in-component-tOracleOutputBulkExec-1-tOBE/m-p/2258925#M40567</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-03-21T11:26:02Z</dc:date>
    </item>
  </channel>
</rss>

