Displaying 1 result from an estimated 1 matches for "transportprotocolinputstream".
2013 May 08
2
[Bug 2099] New: SshClient.connect() failure on port 22
...Exception ex) {
      ex.printStackTrace();
    }
  }
}
Error:
com.sshtools.j2ssh.transport.TransportProtocolCommon run
SEVERE: The Transport Protocol thread failed
java.lang.ArrayIndexOutOfBoundsException
        at java.lang.System.arraycopy(Native Method)
        at
com.sshtools.j2ssh.transport.TransportProtocolInputStream.readBufferedData(Unknown
Source)
        at
com.sshtools.j2ssh.transport.TransportProtocolInputStream.readMessage(Unknown
Source)
        at
com.sshtools.j2ssh.transport.TransportProtocolCommon.processMessages(Unknown
Source)
        at
com.sshtools.j2ssh.transport.TransportProtocolCommon.startBina...