<?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: Communications link failure in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Communications-link-failure/m-p/2387136#M5693</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im facing the same issue.&lt;/P&gt;&lt;P&gt;My job is working fine for 1 yr data, however when i pass 2yrs i get this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate if you can help on this.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2020 09:07:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-01-28T09:07:11Z</dc:date>
    <item>
      <title>Communications link failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Communications-link-failure/m-p/2387134#M5691</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm currently following this tutorial:&amp;nbsp;&lt;A href="https://help.talend.com/reader/q23BCE3W4MjloHD1RvMJ4A/53ZgjRgRIZBxKLOrSTD_CA?section=mlelandais-20120329-esb-trestrequest-scenario2" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://help.talend.com/reader/q23BCE3W4MjloHD1RvMJ4A/53ZgjRgRIZBxKLOrSTD_CA?section=mlelandais-20120329-esb-trestrequest-scenario2&lt;/A&gt;&lt;BR /&gt;And I am at the 1st step called "save and execute job" but I am encoutering an error and can not figure out how to solve it.. Thanks in advance for the help!&lt;BR /&gt;&lt;BR /&gt;Cordially.&lt;BR /&gt;&lt;BR /&gt;Here are the logs:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Endpoint deployed at: &lt;A href="http://localhost:8088/users" target="_blank"&gt;http://localhost:8088/users&lt;/A&gt;&lt;BR /&gt;[statistics] connecting to socket on port 3456&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component tDBOutput_1 (JobWebService)&lt;BR /&gt;com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure&lt;/P&gt; 
&lt;P&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;at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174)&lt;BR /&gt;at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:832)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:456)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240)&lt;BR /&gt;at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:207)&lt;BR /&gt;at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;at webservicerest.jobwebservice_0_1.JobWebService.tFixedFlowInput_1Process(JobWebService.java:1195)&lt;BR /&gt;at webservicerest.jobwebservice_0_1.JobWebService.runJobInTOS(JobWebService.java:3429)&lt;BR /&gt;at webservicerest.jobwebservice_0_1.JobWebService.main(JobWebService.java:3278)&lt;BR /&gt;Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure&lt;/P&gt; 
&lt;P&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;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.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)&lt;BR /&gt;at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105)&lt;BR /&gt;at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151)&lt;BR /&gt;at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167)&lt;BR /&gt;at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:91)&lt;BR /&gt;at com.mysql.cj.NativeSession.connect(NativeSession.java:152)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:952)&lt;BR /&gt;at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:822)&lt;BR /&gt;... 8 more&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused: connect&lt;BR /&gt;at java.net.DualStackPlainSocketImpl.connect0(Native Method)&lt;BR /&gt;at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)&lt;BR /&gt;at java.net.AbstractPlainSocketImpl.connect(Unknown Source)&lt;BR /&gt;at java.net.PlainSocketImpl.connect(Unknown Source)&lt;BR /&gt;at java.net.SocksSocketImpl.connect(Unknown Source)&lt;BR /&gt;at java.net.Socket.connect(Unknown Source)&lt;BR /&gt;at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:173)&lt;BR /&gt;at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:65)&lt;BR /&gt;... 11 more&lt;BR /&gt;[statistics] disconnected&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Communications-link-failure/m-p/2387134#M5691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Communications link failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Communications-link-failure/m-p/2387135#M5692</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you have a database connection error, so you need to check:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;do you have a prepared database server (and database and tables)?&lt;/LI&gt;&lt;LI&gt;do you use proper credentials?&lt;/LI&gt;&lt;LI&gt;do you use proper connection settings?&lt;/LI&gt;&lt;LI&gt;can you access this server with this credentials from this PC without Talend?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 04:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Communications-link-failure/m-p/2387135#M5692</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-05-16T04:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Communications link failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Communications-link-failure/m-p/2387136#M5693</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im facing the same issue.&lt;/P&gt;&lt;P&gt;My job is working fine for 1 yr data, however when i pass 2yrs i get this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate if you can help on this.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 09:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Communications-link-failure/m-p/2387136#M5693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-28T09:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Communications link failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Communications-link-failure/m-p/2387137#M5694</link>
      <description>&lt;P&gt;Hi mahadev!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is not possible to tell exactly what you need to change without knowing your job design!&lt;/P&gt;
&lt;P&gt;usually, it happens when you define connection at the begin of the job and use it first time at the end, when a long time delay between opening connection and using it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the solution could be:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;define connection right before use it&lt;/LI&gt;
 &lt;LI&gt;or use connection settings right in the component&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;regards, Vlad&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 10:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Communications-link-failure/m-p/2387137#M5694</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2020-01-28T10:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Communications link failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Communications-link-failure/m-p/2387138#M5695</link>
      <description>&lt;P&gt;Hi Vapukov,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate your response, Will try the DB connection again right before the component and test it.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 10:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Communications-link-failure/m-p/2387138#M5695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-29T10:17:32Z</dc:date>
    </item>
  </channel>
</rss>

