search for: transportprotocolcommon

Displaying 1 result from an estimated 1 matches for "transportprotocolcommon".

2013 May 08
2
[Bug 2099] New: SshClient.connect() failure on port 22
...alse; } return true; } public static void main(String[] args) { try { System.out.println(connectToServer(args[0], Integer.parseInt(args[1]), args[2], args[3])); } catch (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.TransportProto...