<?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: No MySQL connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/No-MySQL-connection/m-p/2243597#M30028</link>
    <description>Hi,&lt;BR /&gt;there is no firewall on that PC and I can connect to MySQL via libreoffice base without any problems... (jdbc and odbc)&lt;BR /&gt;Talend and MySQL are running on the same machine. &lt;BR /&gt;THX for further help!</description>
    <pubDate>Wed, 09 Sep 2015 13:30:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-09T13:30:23Z</dc:date>
    <item>
      <title>No MySQL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-MySQL-connection/m-p/2243595#M30026</link>
      <description>Hello all, 
&lt;BR /&gt; 
&lt;BR /&gt;I can´t get a MySQL connection using Talend. 
&lt;BR /&gt;I work with 
&lt;BR /&gt;Linux Mint 17.2 64bit 
&lt;BR /&gt;Talend 5.6.2 64bit 
&lt;BR /&gt;MySQL 5 
&lt;BR /&gt;I do it exactly that way: 
&lt;BR /&gt;XXXhttp:// 
&lt;A href="http://www.talendbyexample.com/talend-working-with-databases-reference.html" target="_blank" rel="nofollow noopener noreferrer"&gt;www.talendbyexample.com/talend-working-with-databases-reference.html&lt;/A&gt; (without "XXX") 
&lt;BR /&gt;After clicking "Check" I get the folling Error: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;java.lang.RuntimeException: 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;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:164) 
&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1078) 
&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:313) 
&lt;BR /&gt;at org.talend.repository.ui.utils.ManagerConnection.check(ManagerConnection.java:272) 
&lt;BR /&gt;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$30.runWithCancel(DatabaseForm.java:2513) 
&lt;BR /&gt;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$30.runWithCancel(DatabaseForm.java:1) 
&lt;BR /&gt;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$1.runnableWithCancel(AProgressMonitorDialogWithCancel.java:77) 
&lt;BR /&gt;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$ARunnableWithProgressCancel$1.call(AProgressMonitorDialogWithCancel.java:161) 
&lt;BR /&gt;at java.util.concurrent.FutureTask.run(FutureTask.java:262) 
&lt;BR /&gt;at java.lang.Thread.run(Thread.java:745) 
&lt;BR /&gt;Caused by: 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;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) 
&lt;BR /&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 
&lt;BR /&gt;at java.lang.reflect.Constructor.newInstance(Constructor.java:526) 
&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.MysqlIO.&amp;lt;init&amp;gt;(MysqlIO.java:356) 
&lt;BR /&gt;at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2502) 
&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(NativeConstructorAccessorImpl.java:57) 
&lt;BR /&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 
&lt;BR /&gt;at java.lang.reflect.Constructor.newInstance(Constructor.java:526) 
&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 org.talend.core.model.metadata.builder.database.DriverShim.connect(DriverShim.java:41) 
&lt;BR /&gt;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:155) 
&lt;BR /&gt;... 9 more 
&lt;BR /&gt;Caused by: java.net.SocketException: Connection attempt exceeded defined timeout. 
&lt;BR /&gt;at com.mysql.jdbc.StandardSocketFactory.resetLoginTimeCountdown(StandardSocketFactory.java:473) 
&lt;BR /&gt;at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:320) 
&lt;BR /&gt;at com.mysql.jdbc.MysqlIO.&amp;lt;init&amp;gt;(MysqlIO.java:306) 
&lt;BR /&gt;... 23 more 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;The following hints doesn´t help in my case: 
&lt;BR /&gt;XXXhttp://stackoverflow.com/questions/2983248/com-mysql-jdbc-exceptions-jdbc4-communicationsexception-communications-link-fai 
&lt;BR /&gt;as well as 
&lt;BR /&gt;XXXhttp://stackoverflow.com/questions/6865538/solving-a-communications-link-failure-with-jdbc-and-mysql 
&lt;BR /&gt;I could update Talend (jar-files etc.), so I guess I have no Proxy-Problem. 
&lt;BR /&gt;And the next thing is, i could access MySQL without any problems using LibreOffice Base ... 
&lt;BR /&gt;Any further hint except of the stuff in the links? I think it´s not a MySQL-problem; it´s probably a problem of Talend? 
&lt;BR /&gt;(By the way: Updating to Version 6.0 is not an option because it can´t deal with Proxy-Server!) 
&lt;BR /&gt;Thx for help!!!!</description>
      <pubDate>Tue, 01 Sep 2015 14:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-MySQL-connection/m-p/2243595#M30026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-01T14:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: No MySQL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-MySQL-connection/m-p/2243596#M30027</link>
      <description>Hi Europe01,
&lt;BR /&gt;Is there any success after checking firewall or timeout parameter in MySql DB? Can you connect to your MySql DB through client without using Talend tool?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Sun, 06 Sep 2015 04:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-MySQL-connection/m-p/2243596#M30027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-06T04:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: No MySQL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-MySQL-connection/m-p/2243597#M30028</link>
      <description>Hi,&lt;BR /&gt;there is no firewall on that PC and I can connect to MySQL via libreoffice base without any problems... (jdbc and odbc)&lt;BR /&gt;Talend and MySQL are running on the same machine. &lt;BR /&gt;THX for further help!</description>
      <pubDate>Wed, 09 Sep 2015 13:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-MySQL-connection/m-p/2243597#M30028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-09T13:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: No MySQL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-MySQL-connection/m-p/2243598#M30029</link>
      <description>Hi,
&lt;BR /&gt;What's your DB connection parameter?
&lt;BR /&gt;Would you mind posting the screenshot of Database Connection Parameters(mask your privacy) in metadata(step 2) into forum?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 10 Sep 2015 09:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-MySQL-connection/m-p/2243598#M30029</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-10T09:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: No MySQL connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/No-MySQL-connection/m-p/2243599#M30030</link>
      <description>Here´s the Screenshot (German): 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Thx for further help!!! 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBVW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136263i378922F8AC246C49/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBVW.png" alt="0683p000009MBVW.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 07 Oct 2015 08:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/No-MySQL-connection/m-p/2243599#M30030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T08:25:56Z</dc:date>
    </item>
  </channel>
</rss>

