<?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 No more data to read from socket in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/No-more-data-to-read-from-socket/m-p/2221250#M15332</link>
    <description>Hi,
&lt;BR /&gt;I developed a job that reads one table from one Oracle server and writes to other table in another Oracle server. The table has more than one milion records.
&lt;BR /&gt;The job wors well if I run it with for instance only 100 records, but when I force to use the complete table, i.e. more than one milion records, it crash with the error: 
&lt;BR /&gt;No more data to read from socket
&lt;BR /&gt;Exception in component tOracleOutput_1
&lt;BR /&gt;java.sql.SQLRecoverableException: No more data to read from socket
&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:271)
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:445)
&lt;BR /&gt; at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1053)
&lt;BR /&gt; at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1010)
&lt;BR /&gt; at oracle.jdbc.driver.T4C7Ocommoncall.receive(T4C7Ocommoncall.java:97)
&lt;BR /&gt; at oracle.jdbc.driver.T4CConnection.doCommit(T4CConnection.java:539)
&lt;BR /&gt; at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3432)
&lt;BR /&gt; at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3438)
&lt;BR /&gt; at ssn_dw.tables_5_with_facts_0_1.Tables_5_with_Facts.tOracleInput_1Process(Tables_5_with_Facts.java:2131)
&lt;BR /&gt; at ssn_dw.tables_5_with_facts_0_1.Tables_5_with_Facts.runJobInTOS(Tables_5_with_Facts.java:2364)
&lt;BR /&gt; at ssn_dw.tables_5_with_facts_0_1.Tables_5_with_Facts.main(Tables_5_with_Facts.java:2262)
&lt;BR /&gt;Any ideas, or is this a known talend error?
&lt;BR /&gt;Sérgio Fernandes</description>
    <pubDate>Sat, 16 Nov 2024 13:13:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:13:48Z</dc:date>
    <item>
      <title>No more data to read from socket</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-more-data-to-read-from-socket/m-p/2221250#M15332</link>
      <description>Hi,
&lt;BR /&gt;I developed a job that reads one table from one Oracle server and writes to other table in another Oracle server. The table has more than one milion records.
&lt;BR /&gt;The job wors well if I run it with for instance only 100 records, but when I force to use the complete table, i.e. more than one milion records, it crash with the error: 
&lt;BR /&gt;No more data to read from socket
&lt;BR /&gt;Exception in component tOracleOutput_1
&lt;BR /&gt;java.sql.SQLRecoverableException: No more data to read from socket
&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:271)
&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:445)
&lt;BR /&gt; at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1053)
&lt;BR /&gt; at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1010)
&lt;BR /&gt; at oracle.jdbc.driver.T4C7Ocommoncall.receive(T4C7Ocommoncall.java:97)
&lt;BR /&gt; at oracle.jdbc.driver.T4CConnection.doCommit(T4CConnection.java:539)
&lt;BR /&gt; at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3432)
&lt;BR /&gt; at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:3438)
&lt;BR /&gt; at ssn_dw.tables_5_with_facts_0_1.Tables_5_with_Facts.tOracleInput_1Process(Tables_5_with_Facts.java:2131)
&lt;BR /&gt; at ssn_dw.tables_5_with_facts_0_1.Tables_5_with_Facts.runJobInTOS(Tables_5_with_Facts.java:2364)
&lt;BR /&gt; at ssn_dw.tables_5_with_facts_0_1.Tables_5_with_Facts.main(Tables_5_with_Facts.java:2262)
&lt;BR /&gt;Any ideas, or is this a known talend error?
&lt;BR /&gt;Sérgio Fernandes</description>
      <pubDate>Sat, 16 Nov 2024 13:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-more-data-to-read-from-socket/m-p/2221250#M15332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: No more data to read from socket</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-more-data-to-read-from-socket/m-p/2221251#M15333</link>
      <description>This is an Oracle 10g bug. to verify, execute your query in a database client (toad, SQL Developer) and observe the same error.</description>
      <pubDate>Fri, 29 Oct 2010 18:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-more-data-to-read-from-socket/m-p/2221251#M15333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-29T18:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: No more data to read from socket</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-more-data-to-read-from-socket/m-p/2221252#M15334</link>
      <description>Hi John,&lt;BR /&gt;Actually I have 11g. &lt;BR /&gt;I try to run the query using dblink and insert into clause and works fine.&lt;BR /&gt;Any ideas?&lt;BR /&gt;Best regards&lt;BR /&gt;Sérgio Fernandes</description>
      <pubDate>Sat, 30 Oct 2010 14:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-more-data-to-read-from-socket/m-p/2221252#M15334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-30T14:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: No more data to read from socket</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-more-data-to-read-from-socket/m-p/2221253#M15335</link>
      <description>hi all,
&lt;BR /&gt;here some solution find on the web about similar problems :
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&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/urandom&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;or set it in System properties :
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;System.setProperty("java.security.egd", "file:///dev/urandom");&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;... before connection (use Talend component for that)
&lt;BR /&gt;Here 2 posts talking about that :
&lt;BR /&gt;
&lt;A href="http://forums.oracle.com/forums/thread.jspa?threadID=941911&amp;amp;tstart=0&amp;amp;messageID=3793101" target="_blank" rel="nofollow noopener noreferrer"&gt;forums.oracle.com&lt;/A&gt;
&lt;BR /&gt;
&lt;A href="http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/" target="_blank" rel="nofollow noopener noreferrer"&gt;Usn?s IT Blog&lt;/A&gt;
&lt;BR /&gt;hope it help
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
      <pubDate>Sat, 30 Oct 2010 22:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-more-data-to-read-from-socket/m-p/2221253#M15335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-30T22:35:27Z</dc:date>
    </item>
  </channel>
</rss>

