-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.ArrayIndexOutOfBoundsException with jsch version 0.2.18 #591
Comments
You have a bug in your code. |
JSch.setConfig() are static methods that act on global static state. |
okay I will try that. Does this issue occur only with the heavy load or multiple connects ? |
Hi @swathimr, This has nothing to do with heavy load or multiple connects: your code is simply flawed. Thanks, |
I am using JSCH to connect to SFTP with high traffic and recently updated the library from com.jcraft. We saw this error recently and in local environment I am not able to reproduce the issue.
Can you please let me know whats causing this ?
The text was updated successfully, but these errors were encountered: