<?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 tMySQLInput and tJasperOutput on Linux : Communications link failure in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262728#M43098</link>
    <description>Hello, 
&lt;BR /&gt;I explain you my problem. 
&lt;BR /&gt;First step : I worked on Windows. I configured the tMySQLInput to access to a database installed on a server. Then I connected tMySQLInput to the tJasperOutput component to create a PDF file based on some fields from a table of my database. 
&lt;BR /&gt;I created the jrxml file with IReport. All worked fine. 
&lt;BR /&gt;Second step : the goal is to build the job to deploy it on an Ubuntu server (the one where my database is installed). 
&lt;BR /&gt;I changed the path to "/folder/subfolder/and_so_on" and build the job. I tried to run it on my Ubuntu server but it doesn't work. 
&lt;BR /&gt;I get the folloming error message :&amp;nbsp; 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tMysqlInput_1&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure&lt;BR /&gt;The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Constructor.newInstance(Constructor.java:526)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1127)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.MysqlIO.&amp;lt;init&amp;gt;(MysqlIO.java:356)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2502)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:832)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:46)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Constructor.newInstance(Constructor.java:526)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:571)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:215)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test1.test5_0_1.test5.tMysqlInput_1Process(test5.java:550)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test1.test5_0_1.test5.runJobInTOS(test5.java:984)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test1.test5_0_1.test5.main(test5.java:861)&lt;BR /&gt;Caused by: java.net.ConnectException: Connexion terminÃ©e par expiration du dÃ©lai d'attente&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Socket.java:579)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Socket.java:528)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:425)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:241)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:258)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.MysqlIO.&amp;lt;init&amp;gt;(MysqlIO.java:306)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 17 more&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;I did not change anything in the parameters of my connection.. 
&lt;BR /&gt;Have you any ideas to make it work ? I really don't understand why the connection to my database is ok when I test the job on windows and not on linux.. I'm really stuck.. 
&lt;BR /&gt;Thanks !! 
&lt;BR /&gt;Julien</description>
    <pubDate>Thu, 12 Nov 2015 16:13:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-12T16:13:45Z</dc:date>
    <item>
      <title>tMySQLInput and tJasperOutput on Linux : Communications link failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262728#M43098</link>
      <description>Hello, 
&lt;BR /&gt;I explain you my problem. 
&lt;BR /&gt;First step : I worked on Windows. I configured the tMySQLInput to access to a database installed on a server. Then I connected tMySQLInput to the tJasperOutput component to create a PDF file based on some fields from a table of my database. 
&lt;BR /&gt;I created the jrxml file with IReport. All worked fine. 
&lt;BR /&gt;Second step : the goal is to build the job to deploy it on an Ubuntu server (the one where my database is installed). 
&lt;BR /&gt;I changed the path to "/folder/subfolder/and_so_on" and build the job. I tried to run it on my Ubuntu server but it doesn't work. 
&lt;BR /&gt;I get the folloming error message :&amp;nbsp; 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in component tMysqlInput_1&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure&lt;BR /&gt;The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Constructor.newInstance(Constructor.java:526)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1127)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.MysqlIO.&amp;lt;init&amp;gt;(MysqlIO.java:356)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2502)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:832)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:46)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Constructor.newInstance(Constructor.java:526)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:417)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:571)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.sql.DriverManager.getConnection(DriverManager.java:215)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test1.test5_0_1.test5.tMysqlInput_1Process(test5.java:550)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test1.test5_0_1.test5.runJobInTOS(test5.java:984)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test1.test5_0_1.test5.main(test5.java:861)&lt;BR /&gt;Caused by: java.net.ConnectException: Connexion terminÃ©e par expiration du dÃ©lai d'attente&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Socket.java:579)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Socket.java:528)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:425)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:241)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:258)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.mysql.jdbc.MysqlIO.&amp;lt;init&amp;gt;(MysqlIO.java:306)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 17 more&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;I did not change anything in the parameters of my connection.. 
&lt;BR /&gt;Have you any ideas to make it work ? I really don't understand why the connection to my database is ok when I test the job on windows and not on linux.. I'm really stuck.. 
&lt;BR /&gt;Thanks !! 
&lt;BR /&gt;Julien</description>
      <pubDate>Thu, 12 Nov 2015 16:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262728#M43098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-12T16:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: tMySQLInput and tJasperOutput on Linux : Communications link failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262729#M43099</link>
      <description>Hi,
&lt;BR /&gt;By looking at the error message, one thing is clear that it is the problem with the database communication.
&lt;BR /&gt;You might be hard coded the database details like hostname/port/databasename/username/password.
&lt;BR /&gt;Change the db credentials accordingly and run the job again.
&lt;BR /&gt;-Bhanu</description>
      <pubDate>Fri, 13 Nov 2015 05:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262729#M43099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-13T05:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: tMySQLInput and tJasperOutput on Linux : Communications link failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262730#M43100</link>
      <description>Hi, 
&lt;BR /&gt;And thank you very much for your answer. 
&lt;BR /&gt;I made some corrections and it oooks like there was a problem with the database connection. 
&lt;BR /&gt;I ran the job again and I have 2 error messages : 
&lt;BR /&gt; 
&lt;PRE&gt;log4j:WARN No appenders could be found for logger (net.sf.jasperreports.engine.xml.JRXmlDigesterFactory).&lt;BR /&gt;log4j:WARN Please initialize the log4j system properly.&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;I have no error messages anymore but the PDF file is not created.. 
&lt;BR /&gt;What should I do ? 
&lt;BR /&gt;Thanks !! 
&lt;BR /&gt;Julien</description>
      <pubDate>Fri, 13 Nov 2015 08:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262730#M43100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-13T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: tMySQLInput and tJasperOutput on Linux : Communications link failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262731#M43101</link>
      <description>Hi, 
&lt;BR /&gt;Again the reason for this warning is that, the Jrxml(Jasper report) is not placed in the folder where you have mentioned the path. 
&lt;BR /&gt;Make sure that the jrxml should be there in the mentioned folder and also pass the parameters as well if required. 
&lt;BR /&gt;-Bhanu</description>
      <pubDate>Fri, 13 Nov 2015 10:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262731#M43101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-13T10:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: tMySQLInput and tJasperOutput on Linux : Communications link failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262732#M43102</link>
      <description>Hi,
&lt;BR /&gt;i am getting an error while inserting data into mysql after 1,78,99,434 rows.
&lt;BR /&gt;i need to read 80 million rows.
&lt;BR /&gt;following are the error that i got:
&lt;BR /&gt;Exception in component tMysqlInput_1
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
&lt;BR /&gt;The last packet successfully received from the server was 968 milliseconds ago.&amp;nbsp; The last packet sent successfully to the server was 64,726,986 milliseconds ago.
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1127)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3715)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3604)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4155)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:926)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.MysqlIO.nextRow(MysqlIO.java:2051)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.RowDataDynamic.nextRecord(RowDataDynamic.java:408)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.RowDataDynamic.next(RowDataDynamic.java:387)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.RowDataDynamic.close(RowDataDynamic.java:165)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.ResultSetImpl.realClose(ResultSetImpl.java:7471)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.ResultSetImpl.close(ResultSetImpl.java:918)</description>
      <pubDate>Wed, 08 Jun 2016 05:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262732#M43102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T05:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: tMySQLInput and tJasperOutput on Linux : Communications link failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262733#M43103</link>
      <description>Hi,&lt;BR /&gt;The reason for this error is that the db connection is failed. It might be because of network failure or disconnection of the network.&lt;BR /&gt;Check whether you will be able to connect to the db or not from any other app.</description>
      <pubDate>Wed, 15 Jun 2016 13:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMySQLInput-and-tJasperOutput-on-Linux-Communications-link/m-p/2262733#M43103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-15T13:26:07Z</dc:date>
    </item>
  </channel>
</rss>

