Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Connection failure on mysqlinput

Hi,
I have a problem running jobs in command line.
I try to run a job which call other jobs (total of 12 jobs). When i run it using Talend Open Studio, it works, but when i run it in command line, i'm getting this error on a random mysqlinput :
----
Exception in component tMysqlInput_11
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
Caused by: java.net.ConnectException: Connection timed out
----
Problem is that I get this error on random MysqlInput (sometimes I get this on the first jobs, sometimes on the last, etc... ).
I saw that this could be resolved by increasing "wait_timeout" and "interactive_timeout" => they're already at "28800" so it should be okay. (?)
If you have any idea what could be resolve this, I would be glad to know it 0683p000009MACn.png
Thanks.
(Sry for my english, I'm doing my best).
Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I know this problem:
http://stackoverflow.com/questions/2121829/mysql-jdbc-communications-link-failure
is a discussion about this topic and so far there is no real solution. It is not a problem from Talend, it is a problem of the recent release of the JDBC driver for MySQL.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

I know this problem:
http://stackoverflow.com/questions/2121829/mysql-jdbc-communications-link-failure
is a discussion about this topic and so far there is no real solution. It is not a problem from Talend, it is a problem of the recent release of the JDBC driver for MySQL.