You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: com.jcraft.jsch.JSchException: java.io.FileNotFoundException: C:\Users\Sam.ssh\known_hosts (The system cannot find the path specified)
at com.jcraft.jsch.KnownHosts.setKnownHosts(KnownHosts.java:57)
at com.jcraft.jsch.JSch.setKnownHosts(JSch.java:317)
at org.apache.camel.component.file.remote.SftpOperations.createSession(SftpOperations.java:286)
at org.apache.camel.component.file.remote.SftpOperations.connect(SftpOperations.java:115)
... 76 more
In actual sftp server it works fine , but on this mock , the connection could not get established
The text was updated successfully, but these errors were encountered:
Error while trying to do sftp.
Caused by: com.jcraft.jsch.JSchException: java.io.FileNotFoundException: C:\Users\Sam.ssh\known_hosts (The system cannot find the path specified)
at com.jcraft.jsch.KnownHosts.setKnownHosts(KnownHosts.java:57)
at com.jcraft.jsch.JSch.setKnownHosts(JSch.java:317)
at org.apache.camel.component.file.remote.SftpOperations.createSession(SftpOperations.java:286)
at org.apache.camel.component.file.remote.SftpOperations.connect(SftpOperations.java:115)
... 76 more
In actual sftp server it works fine , but on this mock , the connection could not get established
The text was updated successfully, but these errors were encountered: