Posted: Wed Dec 02, 2009 2:59 pm Post subject: FileOutput Node : Connection reset by Peer
Centurion
Joined: 18 Nov 2009 Posts: 118
We are getting an issue with FileInput and FileOutput Node
The option chosen by me is to save only on failure.
FileInput sometimes stores the file in the backout and sometimes the files don't get stored(these files don't reach destination.
Input parsing is BLOB at fileinput node. My requirement is just files should get transferred frm one ftp server to another server using sftp protocol.
The flow works fine but some files suddenly start to stay in backout folder and few there is no track of i.e. files pass through catch terminal. This happens normally when the Fileoutput node give some issues like "Reason : java.net.socketException : Connection reset by peer : socket write error'
Questions
1) When does the file pass from fail terminal of the fileinput node. My input parsing is BLOB so should be able to handle any kind of incoming data in the file.
2) Why do we get "Reason : java.net.socketException : Connection reset by peer : socket write error' ? And this does'nt happen always. Its not consistent. Why is this unusual behaviour.
SOLUTION : SFTP was not enabled at the FTP server to pick files from it. So the number of connections for the user were increasing.
We used FTP instead of SFTP and it started working fine.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum