<?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: Random error on MySql DB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Random-error-on-MySql-DB/m-p/2303317#M75216</link>
    <description>&lt;P&gt;Hi Team, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please check the metadata connection for the same DB? Ensure you can connect to DB from the same studio machine. Could you also try to test with additional parameters such as useSSL=false and increase the wait timeout at db end such as SET GLOBAL wait_timeout = 28800.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Tue, 24 May 2022 06:01:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-24T06:01:24Z</dc:date>
    <item>
      <title>Random error on MySql DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Random-error-on-MySql-DB/m-p/2303316#M75215</link>
      <description>&lt;P&gt;I have a job that is reading from various databases and passing the data into another MySQL DB (Version 5.x) below is what we are doing there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RiIoKAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148984i575F714AC6467DA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RiIoKAAV.png" alt="0695b00000RiIoKAAV.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This job and few others were all working flawlessly over the last 1.5 years but stopped working last week. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the error, i have tried googling and checking out other things but have been stuck on it for about two days now and wanted to see if anyone else had any idea??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;tMysqlOutput_3 Could not retrieve transation read-only status server&lt;/P&gt;&lt;P&gt;Exception in component tMysqlOutput_3&lt;/P&gt;&lt;P&gt;java.sql.SQLException: Could not retrieve transation read-only status server&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1084)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:973)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:949)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:939)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.ConnectionImpl.isReadOnly(ConnectionImpl.java:3976)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.ConnectionImpl.isReadOnly(ConnectionImpl.java:3947)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1356)&lt;/P&gt;&lt;P&gt;	at .tMSSqlInput_1Process(&lt;/P&gt;&lt;P&gt;	at tMSSqlConnection_1Process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last packet successfully received from the server was 5,351,314 milliseconds ago.&amp;nbsp;The last packet sent successfully to the server was 18,957 milliseconds ago.&lt;/P&gt;&lt;P&gt;	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;/P&gt;&lt;P&gt;	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)&lt;/P&gt;&lt;P&gt;	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;/P&gt;&lt;P&gt;	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1127)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3715)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3604)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4155)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2615)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2776)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2832)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2781)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1569)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.ConnectionImpl.isReadOnly(ConnectionImpl.java:3970)&lt;/P&gt;&lt;P&gt;	... 6 more&lt;/P&gt;&lt;P&gt;Caused by: java.net.SocketTimeoutException: Read timed out&lt;/P&gt;&lt;P&gt;	at java.net.SocketInputStream.socketRead0(Native Method)&lt;/P&gt;&lt;P&gt;	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)&lt;/P&gt;&lt;P&gt;	at java.net.SocketInputStream.read(SocketInputStream.java:171)&lt;/P&gt;&lt;P&gt;	at java.net.SocketInputStream.read(SocketInputStream.java:141)&lt;/P&gt;&lt;P&gt;	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)&lt;/P&gt;&lt;P&gt;	at sun.security.ssl.InputRecord.read(InputRecord.java:503)&lt;/P&gt;&lt;P&gt;	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:990)&lt;/P&gt;&lt;P&gt;	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:948)&lt;/P&gt;&lt;P&gt;	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3158)&lt;/P&gt;&lt;P&gt;	at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3615)&lt;/P&gt;&lt;P&gt;	... 14 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The database is totally up and running and has no issues, i have read write access so i should be able to add to the db, and there are no firewall issues.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Random-error-on-MySql-DB/m-p/2303316#M75215</guid>
      <dc:creator>JayZ1</dc:creator>
      <dc:date>2024-11-15T22:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Random error on MySql DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Random-error-on-MySql-DB/m-p/2303317#M75216</link>
      <description>&lt;P&gt;Hi Team, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please check the metadata connection for the same DB? Ensure you can connect to DB from the same studio machine. Could you also try to test with additional parameters such as useSSL=false and increase the wait timeout at db end such as SET GLOBAL wait_timeout = 28800.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 06:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Random-error-on-MySql-DB/m-p/2303317#M75216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-24T06:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Random error on MySql DB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Random-error-on-MySql-DB/m-p/2303318#M75217</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Communications link failure error is due communication/network issue. This indicates that a TCP/IP connection could not be established to the target host.&lt;/P&gt;&lt;P&gt;Maybe there is long time issue for reading from various databases and passing the data.&lt;/P&gt;&lt;P&gt;From your job design, are you using t&amp;lt;DB&amp;gt;connection and use connection parameters in your MySQLOutput?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 08:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Random-error-on-MySql-DB/m-p/2303318#M75217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-24T08:33:29Z</dc:date>
    </item>
  </channel>
</rss>

