Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am getting the following exception when I try to connect it for the first time. This exception occurs only on the first time, when i loop the same for the second time, am not getting the exception and connection succeeds. Can anyone help me on this?

SftpConnect::init Exception: 
com.jcraft.jsch.JSchException: connection is closed by foreign host
com.jcraft.jsch.JSchException: connection is closed by foreign host
at com.jcraft.jsch.Session.connect(Session.java:240)
at com.jcraft.jsch.Session.connect(Session.java:154)
at com.alcatel.muse.common.sftp.SftpConnect.init(Unknown Source)
at com.alcatel.muse.common.sftp.SftpConnect.<init>(Unknown Source)
share|improve this question
1  
Please add your code which you are using for the connect. – user714965 Nov 21 '12 at 9:25
If you can, also add logs from the server side. – Isaac Nov 22 '12 at 6:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.