rbeckman-nextgen / test-mc6

0 stars 0 forks source link

Unable to make SFTP connection for file writer #4269

Open rbeckman-nextgen opened 4 years ago

rbeckman-nextgen commented 4 years ago

Get the following error when trying to connect to remote SFTP server

File Writer error ERROR MESSAGE: Error writing file com.jcraft.jsch.JSchException: connection is closed by foreign host at com.jcraft.jsch.Session.connect(Session.java:269) at com.mirth.connect.connectors.file.filesystems.SftpConnection.(SftpConnection.java:160) at com.mirth.connect.connectors.file.filesystems.FileSystemConnectionFactory.makeObject(FileSystemConnectionFactory.java:140) at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:861) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) at com.mirth.connect.connectors.file.FileConnector.getConnection(FileConnector.java:174) at com.mirth.connect.connectors.file.FileDispatcher.send(FileDispatcher.java:160) at com.mirth.connect.donkey.server.channel.DestinationConnector.handleSend(DestinationConnector.java:822) at com.mirth.connect.donkey.server.channel.DestinationConnector.process(DestinationConnector.java:476) at com.mirth.connect.donkey.server.channel.DestinationChain.doCall(DestinationChain.java:121) at com.mirth.connect.donkey.server.channel.DestinationChain.call(DestinationChain.java:63) at com.mirth.connect.donkey.server.channel.Channel.process(Channel.java:1715) at com.mirth.connect.donkey.server.channel.Channel.dispatchRawMessage(Channel.java:1198) at com.mirth.connect.donkey.server.channel.SourceConnector.dispatchRawMessage(SourceConnector.java:192) at com.mirth.connect.server.controllers.DonkeyEngineController.dispatchRawMessage(DonkeyEngineController.java:1053) at com.mirth.connect.server.api.servlets.MessageServlet$2.run(MessageServlet.java:106) at java.lang.Thread.run(Thread.java:745)

Imported Issue. Original Details: Jira Issue Key: MIRTH-4418 Reporter: cortdaniel Created: 2019-05-29T07:09:39.000-0700