java.lang.IllegalStateException: Session is closed [4/11/13 15:47:45:275 EDT] 0000002c SystemErr R at org.apache.sshd.client.session.ClientSessionImpl.authPassword(ClientSessionImpl.java:144) [4/11/13 15:47:45:275 EDT] 0000002c SystemErr R at com.test.copy.RemoteCopy.execute(Unknown Source)
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Apache's JIRA Issue Tracker by Vijay, 1 year ago
java.lang.IllegalStateException: Session is closed [4/11/13 15:47:45:275 EDT] 0000002c SystemErr R at org.apache.sshd.client.session.ClientSessionImpl.authPassword(ClientSessionImpl.java:144) [4/11/13 15:47:45:275 EDT] 0000002c SystemErr R at com.test.copy.RemoteCopy.execute(Unknown Source)
at com.test.copy.RemoteCopy.simpleExecute(Unknown Source)
at com.test.copy.RemoteCopy.submitCopy(Unknown Source)
at com.test.copy.RemoteCopyDelegate.submitCopy(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)