Hello
Download and Upload nodes from the IO/File Handling/Remote repository respond an error message like this: Execute failed: session is down.
The file that I am trying to download is from a SFTP.
I am connected to the SFTP with the SSH Connection node. Test connection result is successful.
but every time I try to download a file or upload a file. it fails and says that the sessions is down.
here is the log:
2020-06-22 01:37:58,497 : ERROR : KNIME-Worker-96-Download 0:65 : : Node : Download : 0:65 : Execute failed: session is down
com.jcraft.jsch.JSchException: session is down
at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:762)
at com.jcraft.jsch.Channel.connect(Channel.java:151)
at com.jcraft.jsch.Channel.connect(Channel.java:145)
at org.knime.base.filehandling.remote.files.SFTPRemoteFile.openChannel(SFTPRemoteFile.java:620)
at org.knime.base.filehandling.remote.files.SFTPRemoteFile.openInputStream(SFTPRemoteFile.java:363)
at org.knime.base.filehandling.remote.files.RemoteFile.write(RemoteFile.java:341)
at org.knime.base.filehandling.download2.DownloadNodeModel.download(DownloadNodeModel.java:204)
at org.knime.base.filehandling.download2.DownloadNodeModel.execute(DownloadNodeModel.java:132)
at org.knime.core.node.NodeModel.executeModel(NodeModel.java:571)
at org.knime.core.node.Node.invokeFullyNodeModelExecute(Node.java:1236)
at org.knime.core.node.Node.execute(Node.java:1016)
at org.knime.core.node.workflow.NativeNodeContainer.performExecuteNode(NativeNodeContainer.java:557)
at org.knime.core.node.exec.LocalNodeExecutionJob.mainExecute(LocalNodeExecutionJob.java:95)
at org.knime.core.node.workflow.NodeExecutionJob.internalRun(NodeExecutionJob.java:218)
at org.knime.core.node.workflow.NodeExecutionJob.run(NodeExecutionJob.java:124)
at org.knime.core.util.ThreadUtils$RunnableWithContextImpl.runWithContext(ThreadUtils.java:334)
at org.knime.core.util.ThreadUtils$RunnableWithContext.run(ThreadUtils.java:210)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.knime.core.util.ThreadPool$MyFuture.run(ThreadPool.java:123)
at org.knime.core.util.ThreadPool$Worker.run(ThreadPool.java:246)