<?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: Unable to connect using tAmazonMySqlConnection on Remote server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-using-tAmazonMySqlConnection-on-Remote-server/m-p/2348212#M115368</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;From the error message, we see that it is failed to connect to AmazonMySql server from the production server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check whether you are able to ping to the AmazonMySql server from the production server.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2017 09:23:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-19T09:23:37Z</dc:date>
    <item>
      <title>Unable to connect using tAmazonMySqlConnection on Remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-using-tAmazonMySqlConnection-on-Remote-server/m-p/2348211#M115367</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am using Talend&amp;nbsp;6.3.1 with Java 8 installed. In Talend&amp;nbsp;job when I use tAmazonMySqlConnection component then I am able to establish the connection with "RDS" if executed on LocalHost. But when I change target execution to one of the remote server job fails and error is on above component as "com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communication link failure. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server."&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can anyone please let me know what am I missing here?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt; 
&lt;P&gt;Vikas Jagadale&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 06:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-using-tAmazonMySqlConnection-on-Remote-server/m-p/2348211#M115367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-19T06:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect using tAmazonMySqlConnection on Remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-using-tAmazonMySqlConnection-on-Remote-server/m-p/2348212#M115368</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;From the error message, we see that it is failed to connect to AmazonMySql server from the production server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check whether you are able to ping to the AmazonMySql server from the production server.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-using-tAmazonMySqlConnection-on-Remote-server/m-p/2348212#M115368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-19T09:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect using tAmazonMySqlConnection on Remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-using-tAmazonMySqlConnection-on-Remote-server/m-p/2348213#M115369</link>
      <description>&lt;P&gt;Talend Open Studio 6.3.1&lt;/P&gt;
&lt;P&gt;Windows 10&lt;/P&gt;
&lt;P&gt;I am having the same issue -- using tAmazonMysqlConnection, I cannot connect to my Amazon RDS.&lt;/P&gt;
&lt;P&gt;I can connect to my Amazon RDS using NodeJS without any issues.&lt;/P&gt;
&lt;P&gt;The Amazon RDS certificate is in the working folder of the NodeJS application as well as in the JRE&amp;nbsp;1.8.131 lib\security folder truststore ( in a file called jseecacerts ).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the error (from Talend):&lt;/P&gt;
&lt;P&gt;Exception in component tAmazonMysqlConnection_1&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure&lt;/P&gt;
&lt;P&gt;The last packet successfully received from the server was 851 milliseconds ago. The last packet sent successfully to the server was 846 milliseconds ago.&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.SQLError.createCommunicationsException(SQLError.java:1127)&lt;BR /&gt;at com.mysql.jdbc.ExportControlled.transformSocketToSSLSocket(ExportControlled.java:104)&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.negotiateSSLConnection(MysqlIO.java:5285)&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1720)&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1288)&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2506)&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2539)&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2321)&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.&amp;lt;init&amp;gt;(ConnectionImpl.java:832)&lt;BR /&gt;at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:46)&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.ConnectionImpl.getInstance(ConnectionImpl.java:417)&lt;BR /&gt;at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:344)&lt;BR /&gt;at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Can we get a screen shot of the job you are using?&lt;/P&gt;
&lt;P&gt;Can we get a screen shot from someone of a successful job setup?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please advise.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 14:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-connect-using-tAmazonMySqlConnection-on-Remote-server/m-p/2348213#M115369</guid>
      <dc:creator>tale103108</dc:creator>
      <dc:date>2018-03-05T14:56:41Z</dc:date>
    </item>
  </channel>
</rss>

