Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Tim_Ouimet
Contributor III
Contributor III

tFTP + Socket Is Not Established

Hello - a bit stumped on this one.

On development box - job performs correctly as designed.

On Production box - job throws error.

"Exception in component tFTPConnection_1 (OraclePunchDeliveryErrors)

com.jcraft.jsch.JSchException: timeout: socket is not established

   at com.jcraft.jsch.Util.createSocket(Util.java:394)"

The FTP connection on the same box using WINScp or Filezilla - with the same private key(s) - connects using all the same connection details. Not sure what else may be afoot.

Any insights - if you've run into this in the past - would love to know.

Thanks!

Startek, Inc
Labels (3)
3 Replies
Anonymous
Not applicable

Hello @Tim Ouimet​ ,

Regarding to the error log, seems it can not connect to the sftp server due to network issue.

Could you please check the firewall rule of sftp server to whitelist the ip of the production box machine?

 

Best regards

Aiming

 

Tim_Ouimet
Contributor III
Contributor III
Author

@Aiming Chen​ Ended up finding a resolution to this.

 

The issue seems to have been with the JSCH version between our environments. I included a tloadLibrary for JSCH 0.1.55 - and low and behold it was resolved.

Startek, Inc
Anonymous
Not applicable

Hello @Tim Ouimet​ ,

I'm glad that the issue is resolved finally. Thank you very much for your sharing the solution and it may help us and others who may met the same issue in future!

 

Best regards

Aiming.