<?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: Error with mysql conecction, on execution time is off. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-with-mysql-conecction-on-execution-time-is-off/m-p/2355912#M121552</link>
    <description>Sorry to hear that it still doesn't work.
&lt;BR /&gt;In fact, when program java, this exception occurs occasionally. Sometimes DB statement closes too early.
&lt;BR /&gt;But in Talend, the java code generate automatically, which can't be changed.
&lt;BR /&gt;I am sure it's a java code logic error. Maybe you have to try other workarounds.
&lt;BR /&gt;Best regards!
&lt;BR /&gt;Pedro</description>
    <pubDate>Wed, 04 Jan 2012 10:06:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-01-04T10:06:53Z</dc:date>
    <item>
      <title>Error with mysql conecction, on execution time is off.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-with-mysql-conecction-on-execution-time-is-off/m-p/2355908#M121548</link>
      <description>hi!. 
&lt;BR /&gt;i have designed threes subjobs for parallelize execution and two of three subjobs working fine but the first no i don´t know why?. 
&lt;BR /&gt;i have a problem with next error: 
&lt;BR /&gt;Communications link failure 
&lt;BR /&gt;The last packet successfully received from the server was 1.329.480 milliseconds ago. The last packet sent successfully to the server was 19.303 milliseconds ago.Exception in component talendStats_DB 
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after statement closed. 
&lt;BR /&gt;i tried with additional parameters but don´t working!. 
&lt;BR /&gt;So what can i do? anbody can help me please?. Thanks Best Regards. i have attached a few images.</description>
      <pubDate>Sat, 16 Nov 2024 12:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-with-mysql-conecction-on-execution-time-is-off/m-p/2355908#M121548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error with mysql conecction, on execution time is off.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-with-mysql-conecction-on-execution-time-is-off/m-p/2355909#M121549</link>
      <description>Hi 
&lt;BR /&gt;The reason of this issue may be complex. 
&lt;BR /&gt;First, don't share a DB connection here. 
&lt;BR /&gt;Second, try to add Additional JDBC Parameters "autoReconnect=true". 
&lt;BR /&gt;If error still, try to modify mysql max connection time. 
&lt;BR /&gt;Best regards! 
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 29 Dec 2011 03:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-with-mysql-conecction-on-execution-time-is-off/m-p/2355909#M121549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-29T03:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error with mysql conecction, on execution time is off.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-with-mysql-conecction-on-execution-time-is-off/m-p/2355910#M121550</link>
      <description>hi pedro! 
&lt;BR /&gt;am so thanksfull, but that you say don´t working, i tried with the additional parameters and not works! and the connection to the DB it´s must be shared, and about the time execution i've modiffied the waiting time so the execution time and not works!, i have saw a possibles solutions and all says i have to create a new statistics table from talend "talendStats_DB" that is correct?? 
&lt;BR /&gt;if yes how can modify that table or component?? 
&lt;BR /&gt;it may be, is an server error?? MySql 
&lt;BR /&gt;or a logical error?? 
&lt;BR /&gt;i have talend version TDQ 4.1.3 , mysql version 5, and honestly i have made another job like this and same error, the time execution each job between 20 and 40 minutes, but i have made another job that don´t generate that error! three diferent jobs execute datamigration from Informix to Oracle and mysql catch the exectution statistics. 
&lt;BR /&gt;i have attached another images. 
&lt;BR /&gt;this all the information of error: 
&lt;BR /&gt;Starting job JM_ADDR_STG at 11:48 03/01/2012. 
&lt;BR /&gt; connecting to socket on port 3879 
&lt;BR /&gt; connected 
&lt;BR /&gt;OK 
&lt;BR /&gt;Communications link failure 
&lt;BR /&gt;The last packet successfully received from the server was 1.157.383 milliseconds ago. 
&lt;BR /&gt; The last packet sent successfully to the server was 22.614 milliseconds ago.Exception in component talendStats_DB 
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after statement closed. 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409) 
&lt;BR /&gt; at com.mysql.jdbc.Util.getInstance(Util.java:384) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:989) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:984) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:929) 
&lt;BR /&gt; at com.mysql.jdbc.StatementImpl.checkClosed(StatementImpl.java:404) 
&lt;BR /&gt; at com.mysql.jdbc.PreparedStatement.setTimestampInternal(PreparedStatement.java:4735) 
&lt;BR /&gt; at com.mysql.jdbc.PreparedStatement.setTimestamp(PreparedStatement.java:4712) 
&lt;BR /&gt; at integracion3r3.jm_addr_stg_0_1.JM_ADDR_STG.talendStats_STATSProcess(JM_ADDR_STG.java:34397) 
&lt;BR /&gt; at integracion3r3.jm_addr_stg_0_1.JM_ADDR_STG.tInformixInput_2Process(JM_ADDR_STG.java:15811) 
&lt;BR /&gt; at integracion3r3.jm_addr_stg_0_1.JM_ADDR_STG$3.run(JM_ADDR_STG.java:4846) 
&lt;BR /&gt;Exception in component tParallelize_1 
&lt;BR /&gt;java.lang.Exception: At least one of the subjobs in tParallelize fails 
&lt;BR /&gt; at integracion3r3.jm_addr_stg_0_1.JM_ADDR_STG.tParallelize_1Process(JM_ADDR_STG.java:4899) 
&lt;BR /&gt; at integracion3r3.jm_addr_stg_0_1.JM_ADDR_STG.tOracleRow_2Process(JM_ADDR_STG.java:4761) 
&lt;BR /&gt; at integracion3r3.jm_addr_stg_0_1.JM_ADDR_STG.tOracleConnection_2Process(JM_ADDR_STG.java:4636) 
&lt;BR /&gt; at integracion3r3.jm_addr_stg_0_1.JM_ADDR_STG.tMysqlConnection_1Process(JM_ADDR_STG.java:4348) 
&lt;BR /&gt; at integracion3r3.jm_addr_stg_0_1.JM_ADDR_STG$15.run(JM_ADDR_STG.java:35853) 
&lt;BR /&gt;Exception in component talendStats_DB 
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after statement closed. 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409) 
&lt;BR /&gt; at com.mysql.jdbc.Util.getInstance(Util.java:384) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:989) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:984) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:929) 
&lt;BR /&gt; at com.mysql.jdbc.StatementImpl.checkClosed(StatementImpl.java:404) 
&lt;BR /&gt; at com.mysql.jdbc.PreparedStatement.setTimestampInternal(PreparedStatement.java:4735) 
&lt;BR /&gt; at com.mysql.jdbc.PreparedStatement.setTimestamp(PreparedStatement.java:4712) 
&lt;BR /&gt; at integracion3r3.jm_addr_stg_0_1.JM_ADDR_STG.talendStats_STATSProcess(JM_ADDR_STG.java:34397) 
&lt;BR /&gt; at integracion3r3.jm_addr_stg_0_1.JM_ADDR_STG.runJobInTOS(JM_ADDR_STG.java:35913) 
&lt;BR /&gt; at integracion3r3.jm_addr_stg_0_1.JM_ADDR_STG.main(JM_ADDR_STG.java:35403) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job JM_ADDR_STG ended at 12:09 03/01/2012. 
&lt;BR /&gt;Best Regards.</description>
      <pubDate>Tue, 03 Jan 2012 18:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-with-mysql-conecction-on-execution-time-is-off/m-p/2355910#M121550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-03T18:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error with mysql conecction, on execution time is off.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-with-mysql-conecction-on-execution-time-is-off/m-p/2355911#M121551</link>
      <description>sorry here are the images</description>
      <pubDate>Tue, 03 Jan 2012 18:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-with-mysql-conecction-on-execution-time-is-off/m-p/2355911#M121551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-03T18:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error with mysql conecction, on execution time is off.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-with-mysql-conecction-on-execution-time-is-off/m-p/2355912#M121552</link>
      <description>Sorry to hear that it still doesn't work.
&lt;BR /&gt;In fact, when program java, this exception occurs occasionally. Sometimes DB statement closes too early.
&lt;BR /&gt;But in Talend, the java code generate automatically, which can't be changed.
&lt;BR /&gt;I am sure it's a java code logic error. Maybe you have to try other workarounds.
&lt;BR /&gt;Best regards!
&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 04 Jan 2012 10:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-with-mysql-conecction-on-execution-time-is-off/m-p/2355912#M121552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-04T10:06:53Z</dc:date>
    </item>
  </channel>
</rss>

