zhanghp
zhanghp
Hi, Session.java ` try { buf = read(buf); stimeout = 0; } catch (InterruptedIOException/*SocketTimeoutException*/ ee) { System.out.println("Caught an exception, stimeout:"+ stimeout + " , " + ee.getCause() + ", "+...
Hi , I got "java.lang.ArrayIndexOutOfBoundsException: null" when creating a ssh session: java.lang.ArrayIndexOutOfBoundsException: null at com.jcraft.jsch.Buffer.getByte(Buffer.java:148) at com.jcraft.jsch.Buffer.getString(Buffer.java:188) at com.jcraft.jsch.Session.read(Session.java:1003) at com.jcraft.jsch.UserAuthPassword.start(UserAuthPassword.java:91) at com.jcraft.jsch.Session.connect(Session.java:470) at com.guangyan.collect.jobhandler.utils.SshMmlClient.doConnect(SshMmlClient.java:207) the jsch version is 0.1.54,...