Hi,

I am having mixed results. In the case of local forwarding (-L), it seems to be working well. Unfortunately, I can not fully test it because the complex JNLP I was using ends up hanging due to the flow control problem. But my simpler testing seems to be working. However, it is failing in the remote forwarding case (-R). My session terminates completely without any error. I assumed this is because it's throwing the exception about data on a closed channel. I just uncommented the stack trace line in Session.java to prove this, and received:

   com.jcraft.jsch.JSchException: SSH_MSG_DISCONNECT: 2 Received data
   for nonexistent channel 6.
            at com.jcraft.jsch.Session.read(Session.java:931)
            at com.jcraft.jsch.Session.run(Session.java:1289)
            at java.lang.Thread.run(Unknown Source)


That is where my testing stands right now. I will get back to it as soon as I have time, and I will keep you posted.
 - Scott

On 1/24/2012 1:52 AM, Atsuhiko Yamanaka wrote:
No news is good news?
If defects have not been sneaked into that version,
I'm planning to release it as a formal version.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to