<?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 Re: socket write error with tOracleConnection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/socket-write-error-with-tOracleConnection/m-p/2333083#M101902</link>
    <description>&lt;P&gt;Okay, I wrote a test program in Eclipse and tada I get the same error. But if I use an old Java 1.7.0_60 and set this as execution environment in Eclipse my test program works fine.&lt;/P&gt;
&lt;P&gt;So I built the job in Talend, searched for the bat-file and changed the java call to Java 1.7.0_60. And tada it works!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OLD in .bat:&lt;/P&gt;
&lt;PRE&gt;%~d0
cd %~dp0
java -cp ... lots of jars and context value&lt;/PRE&gt;
&lt;P&gt;NEW in .bat:&lt;/P&gt;
&lt;PRE&gt;%~d0
cd %~dp0
c:\jdk_1.7.0_60\java.exe -cp ... lots of jars and context value&lt;/PRE&gt;
&lt;P&gt;So how can I configure Talend to use 1.7.0_60 when I click on "Start Job"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Frank&lt;/P&gt;</description>
    <pubDate>Tue, 09 Oct 2018 09:46:48 GMT</pubDate>
    <dc:creator>borke02</dc:creator>
    <dc:date>2018-10-09T09:46:48Z</dc:date>
    <item>
      <title>socket write error with tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/socket-write-error-with-tOracleConnection/m-p/2333082#M101901</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;while connecting to an Oracle 12 database (12.1.0.2.0) I'm getting an error "java.sql.SQLRecoverableException: I/O-Fehler: Connection reset by peer: socket write error". It seems that it has something to do with random number generation in Java. I found &lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpazCAC" target="_self"&gt;this topic&lt;/A&gt; but the solution doesn't work. Another solution (&lt;A href="https://community.qlik.com/s/feed/0D73p000004kFDICA2#M2209" target="_self"&gt;rename opjdbc8.jar to ojdbc7.jar&lt;/A&gt;) generates a different error: java.sql.SQLRecoverableException: I/O-Fehler: Eine vorhandene Verbindung wurde vom Remotehost geschlossen, Authentication lapse 0 ms.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can anybody give me a hint what I can do to make my job running without any error?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm using Talend Open Studio for Data Integration v6.1.1 on Windows 7 64Bit, Java version is 1.8.0_181.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 08:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/socket-write-error-with-tOracleConnection/m-p/2333082#M101901</guid>
      <dc:creator>borke02</dc:creator>
      <dc:date>2018-10-08T08:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: socket write error with tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/socket-write-error-with-tOracleConnection/m-p/2333083#M101902</link>
      <description>&lt;P&gt;Okay, I wrote a test program in Eclipse and tada I get the same error. But if I use an old Java 1.7.0_60 and set this as execution environment in Eclipse my test program works fine.&lt;/P&gt;
&lt;P&gt;So I built the job in Talend, searched for the bat-file and changed the java call to Java 1.7.0_60. And tada it works!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OLD in .bat:&lt;/P&gt;
&lt;PRE&gt;%~d0
cd %~dp0
java -cp ... lots of jars and context value&lt;/PRE&gt;
&lt;P&gt;NEW in .bat:&lt;/P&gt;
&lt;PRE&gt;%~d0
cd %~dp0
c:\jdk_1.7.0_60\java.exe -cp ... lots of jars and context value&lt;/PRE&gt;
&lt;P&gt;So how can I configure Talend to use 1.7.0_60 when I click on "Start Job"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 09:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/socket-write-error-with-tOracleConnection/m-p/2333083#M101902</guid>
      <dc:creator>borke02</dc:creator>
      <dc:date>2018-10-09T09:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: socket write error with tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/socket-write-error-with-tOracleConnection/m-p/2333084#M101903</link>
      <description>&lt;P&gt;Jeehaaa!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;With&lt;/P&gt; 
&lt;PRE&gt;%~d0
cd %~dp0
java -Djava.security.egd=file:/dev/urandom -cp ... lots of jars and context value&lt;/PRE&gt; 
&lt;P&gt;taken from &lt;A href="https://community.qlik.com/s/article/ka03p0000006EGbAAM" target="_self"&gt;this hint&lt;/A&gt; it works! It's just one shash, not three slashes.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 09:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/socket-write-error-with-tOracleConnection/m-p/2333084#M101903</guid>
      <dc:creator>borke02</dc:creator>
      <dc:date>2018-10-09T09:52:48Z</dc:date>
    </item>
  </channel>
</rss>

