Hi,
I'm using spring-integration 2.1 with SFTP adapter component to transfer files to a remote location.
Intermittently, I'm getting the following exception:
The org.springframework.integration.sftp.session.Defau ltSftpSessionFactory is configured with "enableDaemonThread" set to "true" due to another problem we have.Code:Error handling message for file [20120621143000.TKT.gpg.tmp]_ _org.springframework.integration.MessageDeliveryException: Error handling message for file [/20120621143000.TKT.gpg.tmp] ... stack was trimmed to be contained in a single post... Caused by: org.springframework.integration.MessagingException: Failed to write to '/dest/20120621143000.TKT.gpg.writing' while uploading the file at org.springframework.integration.file.remote.handler.FileTransferringMessageHandler.sendFileToRemoteDirectory(FileTransferringMessageHandler.java:227) at org.springframework.integration.file.remote.handler.FileTransferringMessageHandler.handleMessageInternal(FileTransferringMessageHandler.java:136) ... 225 more Caused by: org.springframework.core.NestedIOException: failed to write file; nested exception is 4: java.io.IOException: Pipe closed at org.springframework.integration.sftp.session.SftpSession.write(SftpSession.java:109) at org.springframework.integration.file.remote.session.CachingSessionFactory$CachedSession.write(CachingSessionFactory.java:147) at org.springframework.integration.file.remote.handler.FileTransferringMessageHandler.sendFileToRemoteDirectory(FileTransferringMessageHandler.java:222) ... 226 more Caused by: 4: java.io.IOException: Pipe closed at com.jcraft.jsch.ChannelSftp._put(ChannelSftp.java:623) at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:480) at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:439) at org.springframework.integration.sftp.session.SftpSession.write(SftpSession.java:106) ... 228 more Caused by: java.io.IOException: Pipe closed at java.io.PipedInputStream.read(PipedInputStream.java:291) at com.jcraft.jsch.Channel$MyPipedInputStream.updateReadSide(Channel.java:397) at com.jcraft.jsch.ChannelSftp._put(ChannelSftp.java:493) ... 231 more
I have seen posts dealing with this jcraft exception without an answer.
Is this a known issue with the SFTP adapter? is there a solution for it?
Thanks.


Reply With Quote
