简体   繁体   中英

Connectivity Issue in Talend Studio

I am new to Talend Studio. I designed a job to transform data from phpmysql to phpMysql itself. The following error occurs:

java.net.ConnectException: connect: Address is invalid on local machine, or port is not valid on remote machine
......
Exception in component tMysqlOutput_1
java.lang.NullPointerException
at routines.system.RunStat.sendMessages(RunStat.java:286)
[statistics] connecting to socket on port 4041

However the port 4041 in the console error is shown differently at different turns of run. The actual port is 3306. What could be the reason for this connectivity problem?Is this because of installation error?Please help.Thanks.

The statistics port has nothing to do to your data. This socket is used by Talend itself to send, as the name states, statistics to Talend Enterprise Engine execution engine (basically, the premium version)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM