sshj
sshj copied to clipboard
Exception in the reader thread
2020-06-25 17:24:58.485 ERROR 73802 --- [ reader] n.schmizz.sshj.transport.TransportImpl : Dying because - Broken transport; encountered EOF
net.schmizz.sshj.transport.TransportException: Broken transport; encountered EOF at net.schmizz.sshj.transport.Reader.run(Reader.java:57) ~[sshj-0.29.0.jar:0.29.0]
Is there a way to handle this error, I couldn't find the ability to set exception handler for this thread.
This exception occurs when the server side unexpectedly closes the connection.
Same issue over here. What can be done?
More logs are needed (preferably both client and server side) to determine what went wrong.
I don't have acces to the server side, and from my part this is the only relevant part of the log. I am usign akka.stream.alpakka.ftp library from my scala code.
you would really need to have a trace and preferably server side log to determine what went wrong. As you can imagine from a 2 line stacktrace excerpt with a message Broken transport: unexpected EOF I cannot venture to guess what went wrong in your application