tomaswolf commented on issue #473:
URL: https://github.com/apache/mina-sshd/issues/473#issuecomment-1995485104

   1. The issue is Windows-specific. The exception message "The specified 
network name is no longer available" comes from the Windows Java NIO2 
implementation.
   2. The exception indicates that the client unexpectedly closed the session. 
Thus the server's read waiting on the client's SSH_MSG_CHANNEL_CLOSE is 
interrupted, which gives this exception. Then the server-side session is closed.
   3. I am not able to reproduce this error with plink 0.77 or 0.80 running 
against an Apache MINA SSHD 2.11.0 server.
   4. I do not see any bug or race in the channel closing code in Apache MINA 
SSHD (server part). I _do_ see two (minor) bugs in our client-side code, but 
they cannot and do not affect the server-side handling of shells/commands.
   
   Can you share a minimal server implementation with which you can reproduce 
this problem?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to