<?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.SQLException after a tFlowToIterate in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-after-a-tFlowToIterate/m-p/2353023#M119293</link>
    <description>I can run the job again and again, just after this error, it works.... for 2 minutes, and then, the same error. 
&lt;BR /&gt;If I don't use the tFlowToIterate (see the job below), I can read the table (it takes more than 2 minutes) without problems.</description>
    <pubDate>Fri, 17 Apr 2009 10:40:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-04-17T10:40:02Z</dc:date>
    <item>
      <title>java.sql.SQLException after a tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-after-a-tFlowToIterate/m-p/2353021#M119291</link>
      <description>Hello,&lt;BR /&gt;I get a java.sql.SQLException in this simple job, after 2 minutes execution:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;30924-18412260-47|0412271538448132|030924-17232804-69|Tue Apr 01 00:00:00 CEST 1997|Fri Dec 31 00:00:00 CET 2004|2F2AE994384D4D22BC2466E3988410B3|&lt;BR /&gt;&lt;FONT color="red"&gt;Exception in component tJDBCInput_2&lt;BR /&gt;java.sql.SQLException: Exception d'E/S: The Network Adapter could not establish the connection&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)&lt;BR /&gt;	at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)&lt;BR /&gt;	at oracle.jdbc.driver.PhysicalConnection.&amp;lt;init&amp;gt;(PhysicalConnection.java:441)&lt;BR /&gt;	at oracle.jdbc.driver.T4CConnection.&amp;lt;init&amp;gt;(T4CConnection.java:165)&lt;BR /&gt;	at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)&lt;BR /&gt;	at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)&lt;BR /&gt;	at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;	at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;	at developpement.yyyy_0_1.yyyy.tJDBCInput_1Process(yyyy.java:2072)&lt;BR /&gt;	at developpement.yyyy_0_1.yyyy.tFileInputDelimited_1Process(yyyy.java:718)&lt;BR /&gt;	at developpement.yyyy_0_1.yyyy.runJobInTOS(yyyy.java:2536)&lt;/FONT&gt;&lt;BR /&gt;030924-18412337-48|0309241841240612|030924-17232917-73|Tue Nov 01 00:00:00 CET 1983|Tue Sep 30 00:00:00 CEST 2003|2F2AE994384D4D22BC2466E3988410B3|&lt;BR /&gt;030924-18412414-49|0706151004558174|030924-17232942-74|Tue Sep 01 00:00:00 CEST 1987|Wed Aug 01 00:00:00 CEST 2007|2F2AE994384D4D22BC2466E3988410B3|&lt;BR /&gt;030924-18412485-50|0309241841255914|030924-17232970-75|Wed Nov 01 00:00:00 CET 1989|Wed Sep 30 00:00:00 CEST 2009|2F2AE994384D4D22BC2466E3988410B3|&lt;BR /&gt;&lt;FONT color="red"&gt;	at developpement.yyyy_0_1.yyyy.main(yyyy.java:2420)&lt;/FONT&gt;&lt;BR /&gt;Job yyyy ended at 11:14 17/04/2009. &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;This job is a little part of a bigger job.&lt;BR /&gt;My question is:&lt;BR /&gt;Is the error caused by a timeout on my database or something else?&lt;BR /&gt;Thanks&lt;BR /&gt;bdunand.</description>
      <pubDate>Sat, 16 Nov 2024 13:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-after-a-tFlowToIterate/m-p/2353021#M119291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLException after a tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-after-a-tFlowToIterate/m-p/2353022#M119292</link>
      <description>Hi,
&lt;BR /&gt;This exception means that your database is no more accessible (Server down, network problems...). try to reconnect to your database after having this exception and tell us waht happens.
&lt;BR /&gt;Regards
&lt;BR /&gt;Youssef</description>
      <pubDate>Fri, 17 Apr 2009 10:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-after-a-tFlowToIterate/m-p/2353022#M119292</guid>
      <dc:creator>youssef2</dc:creator>
      <dc:date>2009-04-17T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLException after a tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-after-a-tFlowToIterate/m-p/2353023#M119293</link>
      <description>I can run the job again and again, just after this error, it works.... for 2 minutes, and then, the same error. 
&lt;BR /&gt;If I don't use the tFlowToIterate (see the job below), I can read the table (it takes more than 2 minutes) without problems.</description>
      <pubDate>Fri, 17 Apr 2009 10:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-after-a-tFlowToIterate/m-p/2353023#M119293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-17T10:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLException after a tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-after-a-tFlowToIterate/m-p/2353024#M119294</link>
      <description>Hi,&lt;BR /&gt;I think that you're creating a new connection in every iteration. Try using tJDBCConnection or tOracleConnection.&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 17 Apr 2009 10:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-after-a-tFlowToIterate/m-p/2353024#M119294</guid>
      <dc:creator>youssef2</dc:creator>
      <dc:date>2009-04-17T10:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: java.sql.SQLException after a tFlowToIterate</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-after-a-tFlowToIterate/m-p/2353025#M119295</link>
      <description>Thanks a lot.
&lt;BR /&gt;I use a tJDBCConnection and I don't get the error anymore.
&lt;BR /&gt;Regards,
&lt;BR /&gt;bdunand.</description>
      <pubDate>Fri, 17 Apr 2009 11:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-sql-SQLException-after-a-tFlowToIterate/m-p/2353025#M119295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-17T11:00:54Z</dc:date>
    </item>
  </channel>
</rss>

