Some threads are stuck at org.apache.sshd.common.channel.Window.waitForSpace

2015-09-04 Thread SiriSenthilRaam -
Hi All, i have a written a simulator which uses sshd-core-0.14.0.jar. When i do bulk requests to my simulator, some of the requests are stuck for a long time without getting response. When i checked the thread dump, i notice that the number of requests not getting response, has corresp

Re: java.lang.IllegalStateException: Unsupported command: 50

2015-02-19 Thread SiriSenthilRaam -
f(cmd == SshConstants.SSH_MSG_USERAUTH_REQUEST && isAuthenticated() ==true ){ return; } super.doHandleMessage(buffer); } } Regards, Sendilraj P On Thu, Feb 19, 2015 at 4:44 PM, SiriSenthilRaam - < sirisenthilr...@gmail.com> wrote: > Hi All, > I am getting the below exceptio

java.lang.IllegalStateException: Unsupported command: 50

2015-02-19 Thread SiriSenthilRaam -
Hi All, I am getting the below exception, when my client retries connecting to the ssh server. Please can anyone help me understand why this happens or how i can i get out of this situation? Feb 19, 2015 4:42:21 PM org.apache.sshd.server.session.ServerSession INFO: Server session created from

Exception while reconnecting session to SSHD server

2014-07-28 Thread SiriSenthilRaam -
Hi All, I am trying to write a netconf subsystem for my testing purpose using apache mina sshd server latest version. The client is able to communicate with the server and everything is working fine, until the connection is closed (either by client or due to some signal). After that client

SSHD exception when client tries to reconnect

2014-03-13 Thread SiriSenthilRaam -
My ssh client tries to communicate with SSHD and it works fine for a while. After a while the connection seems to be closed from client side and when the client tries to reconnect to the SSHD, I seeing the below exception. I am not sure how to over come this. The client keeps trying to send the a