MiniTaT opened a new issue, #312:
URL: https://github.com/apache/mina-sshd/issues/312

   ### Version
   
   2.9.2
   
   ### Bug description
   
   Recently, we switched from jsch to mina ssh. In some of our customers' 
environments, we encountered the following error when connecting to the 
customer's machine through SSH. When we roll back to the version using jsch, we 
can connect the environment properly.
   
   Operating system: windows server 2016
   target environment ip: IPv6
   
   ### Actual behavior
   
   connection build failed.
   
   ### Expected behavior
   
   Connect the device properly.
   
   ### Relevant log output
   
   ```Shell
   
![image](https://user-images.githubusercontent.com/122873415/212870558-88eb5c4a-671d-47c2-945d-7f4e3ceb74aa.png)
   Caused by: java.io.IOException: 在一个非套接字上尝试了一个操作。
        at sun.nio.ch.WindowsAsynchronousSocketChannelImpl.connect0(Native 
Method) ~[?:1.8.0_332]
        at 
sun.nio.ch.WindowsAsynchronousSocketChannelImpl.access$200(WindowsAsynchronousSocketChannelImpl.java:43)
 ~[?:1.8.0_332]
        at 
sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ConnectTask.run(WindowsAsynchronousSocketChannelImpl.java:235)
 ~[?:1.8.0_332]
        at 
sun.nio.ch.WindowsAsynchronousSocketChannelImpl.implConnect(WindowsAsynchronousSocketChannelImpl.java:382)
 ~[?:1.8.0_332]
        at 
sun.nio.ch.AsynchronousSocketChannelImpl.connect(AsynchronousSocketChannelImpl.java:210)
 ~[?:1.8.0_332]
        at 
org.apache.sshd.common.io.nio2.Nio2Connector.connect(Nio2Connector.java:72) 
~[sshd-core-2.9.2.jar:2.9.2]
        at org.apache.sshd.client.SshClient.doConnect(SshClient.java:632) 
~[sshd-core-2.9.2.jar:2.9.2]
        at org.apache.sshd.client.SshClient.doConnect(SshClient.java:615) 
~[sshd-core-2.9.2.jar:2.9.2]
        at org.apache.sshd.client.SshClient.connect(SshClient.java:546) 
~[sshd-core-2.9.2.jar:2.9.2]
        at org.apache.sshd.client.SshClient.connect(SshClient.java:538) 
~[sshd-core-2.9.2.jar:2.9.2]
        at 
org.apache.sshd.client.session.ClientSessionCreator.connect(ClientSessionCreator.java:74)
 ~[sshd-core-2.9.2.jar:2.9.2]
        at 
org.apache.sshd.client.session.ClientSessionCreator.connect(ClientSessionCreator.java:57)
 ~[sshd-core-2.9.2.jar:2.9.2]
   ```
   
   
   ### Other information
   
   our code : 
   
![image](https://user-images.githubusercontent.com/122873415/212872822-53a6975e-cd1b-4255-9e1e-617a97ad2f98.png)
   


-- 
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.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