<?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] Connection reset on tOracleConnection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Connection-reset-on-tOracleConnection/m-p/2352598#M118961</link>
    <description>Hello,&lt;BR /&gt;I'm using TOS 4.1.2 with Oracle 11g. (v  11.2.0.1.0)&lt;BR /&gt;I made a job with 2 tOracleConnection, each one with tOracleClose at the end of job.&lt;BR /&gt;When i run my job in Talend, i have no problem. When i try to run my job with shell script to do multiple launch, sometimes (2/3) i have this error :&lt;BR /&gt;java.sql.SQLRecoverableException: I/O Exception: Connection reset&lt;BR /&gt;I tried some things :&lt;BR /&gt;- Use tStatsCatcher to see that tOracleClose component was succesfull&lt;BR /&gt;- Add the -Djava.security.egd=file:///dev/urandom switch or file:/dev/./urandom&lt;BR /&gt;This problem seems to be random.&lt;BR /&gt;Thx for help.</description>
    <pubDate>Sat, 16 Nov 2024 12:40:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:40:36Z</dc:date>
    <item>
      <title>[resolved] Connection reset on tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Connection-reset-on-tOracleConnection/m-p/2352598#M118961</link>
      <description>Hello,&lt;BR /&gt;I'm using TOS 4.1.2 with Oracle 11g. (v  11.2.0.1.0)&lt;BR /&gt;I made a job with 2 tOracleConnection, each one with tOracleClose at the end of job.&lt;BR /&gt;When i run my job in Talend, i have no problem. When i try to run my job with shell script to do multiple launch, sometimes (2/3) i have this error :&lt;BR /&gt;java.sql.SQLRecoverableException: I/O Exception: Connection reset&lt;BR /&gt;I tried some things :&lt;BR /&gt;- Use tStatsCatcher to see that tOracleClose component was succesfull&lt;BR /&gt;- Add the -Djava.security.egd=file:///dev/urandom switch or file:/dev/./urandom&lt;BR /&gt;This problem seems to be random.&lt;BR /&gt;Thx for help.</description>
      <pubDate>Sat, 16 Nov 2024 12:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Connection-reset-on-tOracleConnection/m-p/2352598#M118961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Connection reset on tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Connection-reset-on-tOracleConnection/m-p/2352599#M118962</link>
      <description>Here full stacktrace :
&lt;BR /&gt;Exception in component tOracleConnection_1
&lt;BR /&gt;java.sql.SQLRecoverableException: Exception d'E/S: Connection reset
&lt;BR /&gt; at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:101)
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:521)
&lt;BR /&gt; at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:418)
&lt;BR /&gt; at oracle.jdbc.driver.PhysicalConnection.&amp;lt;init&amp;gt;(PhysicalConnection.java:508)
&lt;BR /&gt; at oracle.jdbc.driver.T4CConnection.&amp;lt;init&amp;gt;(T4CConnection.java:203)
&lt;BR /&gt; at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
&lt;BR /&gt; at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
&lt;BR /&gt; at java.sql.DriverManager.getConnection(DriverManager.java:620)
&lt;BR /&gt; at java.sql.DriverManager.getConnection(DriverManager.java:169)
&lt;BR /&gt; at project1.job1.JOB1.tOracleConnection_1Process(JOB1.java:2773)
&lt;BR /&gt; at project1.job1.JOB1.tJava_1Process(JOB1.java:2694)
&lt;BR /&gt; at project1.job1.JOB1.runJobInTOS(JOB1.java:3980)
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:616)
&lt;BR /&gt; at alma.ps2.tracabilite.batch.RunTalendJob.main(RunTalendJob.java:76)
&lt;BR /&gt;Caused by: java.net.SocketException: Connection reset
&lt;BR /&gt; at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
&lt;BR /&gt; at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
&lt;BR /&gt; at oracle.net.ns.DataPacket.send(DataPacket.java:150)
&lt;BR /&gt; at oracle.net.ns.NetOutputStream.flush(NetOutputStream.java:180)
&lt;BR /&gt; at oracle.net.ns.NetInputStream.getNextPacket(NetInputStream.java:169)
&lt;BR /&gt; at oracle.net.ns.NetInputStream.read(NetInputStream.java:117)
&lt;BR /&gt; at oracle.net.ns.NetInputStream.read(NetInputStream.java:92)
&lt;BR /&gt; at oracle.net.ns.NetInputStream.read(NetInputStream.java:77)
&lt;BR /&gt; at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1034)
&lt;BR /&gt; at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1010)
&lt;BR /&gt; at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:760)
&lt;BR /&gt; at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:368)
&lt;BR /&gt; ... 14 more</description>
      <pubDate>Tue, 20 Sep 2011 16:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Connection-reset-on-tOracleConnection/m-p/2352599#M118962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-20T16:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Connection reset on tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Connection-reset-on-tOracleConnection/m-p/2352600#M118963</link>
      <description>I solved my prob with use of urandom instead of random.&lt;BR /&gt;First try was bad, now it works.&lt;BR /&gt;&lt;A href="http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss31/configwlss/jvmrand.html" rel="nofollow noopener noreferrer"&gt;http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss31/configwlss/jvmrand.html&lt;/A&gt;</description>
      <pubDate>Wed, 21 Sep 2011 14:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Connection-reset-on-tOracleConnection/m-p/2352600#M118963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-21T14:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Connection reset on tOracleConnection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Connection-reset-on-tOracleConnection/m-p/2352601#M118964</link>
      <description>Many thanks noituac! 
&lt;BR /&gt;this was very helpful, as i had the same problem on a unix-machine (Debian). Though, I'd like to add a remark:
&lt;BR /&gt;Changing the random number generator from random to urandom in the java.security file might not always work due to a bug in the Java-parser.
&lt;BR /&gt;LINK: 
&lt;A href="http://www.itonguard.com/20090313/weblogic-starts-slow/" rel="nofollow noopener noreferrer"&gt;http://www.itonguard.com/20090313/weblogic-starts-slow/&lt;/A&gt;
&lt;BR /&gt;In that case try using these paths instead:
&lt;BR /&gt;securerandom.source=file:/dev/./urandom
&lt;BR /&gt;OR
&lt;BR /&gt;securerandom.source=file:/dev/../dev/urandom</description>
      <pubDate>Tue, 20 Dec 2011 16:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Connection-reset-on-tOracleConnection/m-p/2352601#M118964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-20T16:26:45Z</dc:date>
    </item>
  </channel>
</rss>

