You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I'm not able to reproduce this issue, but we got the following stacktrace in our logs sometimes
Cannot invoke "com.jcraft.jsch.Cipher.isCBC()" because "cipher" is null
java.lang.NullPointerException: Cannot invoke "com.jcraft.jsch.Cipher.isCBC()" because "cipher" is null
at com.jcraft.jsch.Session.start_discard(Session.java:1420)
at com.jcraft.jsch.Session.read(Session.java:1240)
at com.jcraft.jsch.Session.connect(Session.java:326)
The connect method is called by our code which is more or less this:
Currently I'm not able to reproduce this issue, but we got the following stacktrace in our logs sometimes
The connect method is called by our code which is more or less this:
Is there a way that I can check if this chiper exists prior to call connect, to avoid running into this Nullpointer?
The text was updated successfully, but these errors were encountered: