
Anonymous
Not applicable
2012-09-28
06:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FTP issues on some computers:Connection timed out: connect
Hi,
I am having trouble connecting to FTP on my computer.
I have tried using different FTP component(metadata, tftpConnection directly, etc),
but always getting the same error: Connection timed out.
With the exact same tFTPConnection and security setting, some other computers work, but some do not.
I can also connect to the same FTP with different FTP programs (e.g. FileZilla, WS_FTP) so it can't be a firewall issue.
Anyone has an answer to this? I've seen some posts about the same problem but nobody answered.
Here is the detail of the error.
Starting job a at 14:00 28/09/2012.
connecting to socket on port 3545
connected
Exception in component tFTPConnection_1
java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.enterprisedt.util.proxy.PlainSocket.createPlainSocket(PlainSocket.java:102)
at com.enterprisedt.net.ftp.FTPControlSocket.<init>(FTPControlSocket.java:355)
at com.enterprisedt.net.ftp.FTPClient.connect(FTPClient.java:958)
at projectname.a_0_1.a.tFTPConnection_1Process(a.java:254)
at projectname.a_0_1.a.runJobInTOS(a.java:472)
at projectname.a_0_1.a.main(a.java:340)
disconnected
Job a ended at 14:01 28/09/2012.
I am having trouble connecting to FTP on my computer.
I have tried using different FTP component(metadata, tftpConnection directly, etc),
but always getting the same error: Connection timed out.
With the exact same tFTPConnection and security setting, some other computers work, but some do not.
I can also connect to the same FTP with different FTP programs (e.g. FileZilla, WS_FTP) so it can't be a firewall issue.
Anyone has an answer to this? I've seen some posts about the same problem but nobody answered.
Here is the detail of the error.
Starting job a at 14:00 28/09/2012.
connecting to socket on port 3545
connected
Exception in component tFTPConnection_1
java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.enterprisedt.util.proxy.PlainSocket.createPlainSocket(PlainSocket.java:102)
at com.enterprisedt.net.ftp.FTPControlSocket.<init>(FTPControlSocket.java:355)
at com.enterprisedt.net.ftp.FTPClient.connect(FTPClient.java:958)
at projectname.a_0_1.a.tFTPConnection_1Process(a.java:254)
at projectname.a_0_1.a.runJobInTOS(a.java:472)
at projectname.a_0_1.a.main(a.java:340)
disconnected
Job a ended at 14:01 28/09/2012.
447 Views
4 Replies

Anonymous
Not applicable
2012-09-28
10:51 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Can you ping to the FTP server with port from command prompt?
>telnet ftp_server_ip port
Can you ping to the FTP server with port from command prompt?
>telnet ftp_server_ip port
447 Views

Anonymous
Not applicable
2012-10-01
02:26 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I get below message.
220 "Welcome to the tms FTP service."
Thanks.
I get below message.
220 "Welcome to the tms FTP service."
Thanks.
447 Views

Specialist III
2012-11-07
02:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the problem got solved after uninstalling java 1.7 and installing 1.6 instead
447 Views

Contributor
2022-02-14
07:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am experiencing the same issue, trying to connect to an FTP server through port 990 but connection times out.
I have tested with SFTP support settings and with out these settings, changed connection mode from Active to Passive but none of those changes helped. Also changed the encoding but this also did not help.
I can connect to the destination server using WinSCP and it connects successfully but not through talend.
I am using talend version 7.3.1
Exception in component tFTPConnection_1 (ImportDirectDataJSE_Bonds_UTMTMTPlus1)
com.jcraft.jsch.JSchException: Session.connect: java.net.SocketTimeoutException: Read timed out
at com.jcraft.jsch.Session.connect(Session.java:565)
447 Views
