<?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: java.sql.SQLRecoverableException: Io exception: Connection reset in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLRecoverableException-Io-exception-Connection-reset/m-p/2269872#M47965</link>
    <description>No one replay? I gave more detail information. 
&lt;BR /&gt;I googled some site, it might relate with jdbc connection. if open too many connections at short period, or open connection longer time, connection will be blocked by firewall. is that true? 
&lt;BR /&gt;someone post this solution: 
&lt;BR /&gt;-------------------------------------- 
&lt;BR /&gt;Users upgrading to 11g can encounter this issue if the underlying OS is Linux which is running on a faulty hardware. 
&lt;BR /&gt;Cause 
&lt;BR /&gt;The cause of this has not yet been determined exactly. It could either be a problem in 
&lt;BR /&gt;your hardware or the fact 
&lt;BR /&gt;that for some reason the software cannot read from dev/random 
&lt;BR /&gt;Solution 
&lt;BR /&gt;Change the setup for your application, so you add the next parameter to the java command: 
&lt;BR /&gt;-Djava.security.egd=file:/dev/../dev/urandom 
&lt;BR /&gt; 
&lt;A href="http://kr.forums.oracle.com/forums/thread.jspa?messageID=3699989" rel="nofollow noopener noreferrer"&gt;http://kr.forums.oracle.com/forums/thread.jspa?messageID=3699989&lt;/A&gt; 
&lt;BR /&gt;I tried it, doesn't help. 
&lt;BR /&gt;We made this change in our java.security file and it has gotten rid of the error. 
&lt;BR /&gt;----------------------------------------------------- 
&lt;BR /&gt;My jobs ran very well for a couple of months so far. I guess that growing data size probably cause this connection issue. anyone encounter this problems before? need help! Thanks!</description>
    <pubDate>Tue, 03 May 2011 22:39:58 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2011-05-03T22:39:58Z</dc:date>
    <item>
      <title>java.sql.SQLRecoverableException: Io exception: Connection reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLRecoverableException-Io-exception-Connection-reset/m-p/2269871#M47964</link>
      <description>Hi,
&lt;BR /&gt;I have some jobs chain run very well for a couple of month. yesterday jobs failed due to this connection reset error. I have no idea why it is not working suddenly? anyone has any idea? this is error stack:
&lt;BR /&gt;Exception in component tOracleInput_6
&lt;BR /&gt;java.sql.SQLRecoverableException: Io exception: Connection reset
&lt;BR /&gt; at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.ja
&lt;BR /&gt;va:101)
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:1
&lt;BR /&gt;33)
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
&lt;BR /&gt;:199)
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
&lt;BR /&gt;:263)
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
&lt;BR /&gt;:521)
&lt;BR /&gt; at oracle.jdbc.driver.T4CStatement.fetch(T4CStatement.java:1013)
&lt;BR /&gt; at oracle.jdbc.driver.OracleResultSetImpl.close_or_fetch_from_next(Oracl
&lt;BR /&gt;eResultSetImpl.java:314)
&lt;BR /&gt; at oracle.jdbc.driver.OracleResultSetImpl.next(OracleResultSetImpl.java:
&lt;BR /&gt;228).....
&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 16 Nov 2024 12:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLRecoverableException-Io-exception-Connection-reset/m-p/2269871#M47964</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLRecoverableException: Io exception: Connection reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLRecoverableException-Io-exception-Connection-reset/m-p/2269872#M47965</link>
      <description>No one replay? I gave more detail information. 
&lt;BR /&gt;I googled some site, it might relate with jdbc connection. if open too many connections at short period, or open connection longer time, connection will be blocked by firewall. is that true? 
&lt;BR /&gt;someone post this solution: 
&lt;BR /&gt;-------------------------------------- 
&lt;BR /&gt;Users upgrading to 11g can encounter this issue if the underlying OS is Linux which is running on a faulty hardware. 
&lt;BR /&gt;Cause 
&lt;BR /&gt;The cause of this has not yet been determined exactly. It could either be a problem in 
&lt;BR /&gt;your hardware or the fact 
&lt;BR /&gt;that for some reason the software cannot read from dev/random 
&lt;BR /&gt;Solution 
&lt;BR /&gt;Change the setup for your application, so you add the next parameter to the java command: 
&lt;BR /&gt;-Djava.security.egd=file:/dev/../dev/urandom 
&lt;BR /&gt; 
&lt;A href="http://kr.forums.oracle.com/forums/thread.jspa?messageID=3699989" rel="nofollow noopener noreferrer"&gt;http://kr.forums.oracle.com/forums/thread.jspa?messageID=3699989&lt;/A&gt; 
&lt;BR /&gt;I tried it, doesn't help. 
&lt;BR /&gt;We made this change in our java.security file and it has gotten rid of the error. 
&lt;BR /&gt;----------------------------------------------------- 
&lt;BR /&gt;My jobs ran very well for a couple of months so far. I guess that growing data size probably cause this connection issue. anyone encounter this problems before? need help! Thanks!</description>
      <pubDate>Tue, 03 May 2011 22:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLRecoverableException-Io-exception-Connection-reset/m-p/2269872#M47965</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-05-03T22:39:58Z</dc:date>
    </item>
  </channel>
</rss>

