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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Java Exception launch with component tFTPFileList

Hello
I have a talend Job launch daily ( at the same time always). Few times a week, it happen that an exception is lauch, with the following message:
tFTPFileList_2 com.enterprisedt.net.ftp.ControlChannelIOException:Connection reset by peer: socket write error Java Exception
What is disturbing for me, is that, it does happen only once in a while...
Does anyone have an idea?
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi,
This exception has several causes, but the most common is that you wrote to a connection which had already been closed by the peer.
One option is to implement error handling - subjob error and retry after specific delay for couple of times.
Thanks
Vaibhav