This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 250967 - com.jcraft.jsch.JSchException: session is down
Summary: com.jcraft.jsch.JSchException: session is down
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-06 12:41 UTC by Alexander Simon
Modified: 2017-07-05 08:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215901


Attachments
stacktrace (1.59 KB, text/plain)
2015-03-06 12:41 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-03-06 12:41:16 UTC
Build: NetBeans IDE Dev (Build 20150306-f1ea9d524150)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: SunOS

User Comments:
alexvsimon: connect to host




Stacktrace: 
com.jcraft.jsch.JSchException: session is down
   at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:762)
   at com.jcraft.jsch.Channel.connect(Channel.java:151)
   at org.netbeans.modules.nativeexecution.JschSupport$2.call(JschSupport.java:125)
   at org.netbeans.modules.nativeexecution.JschSupport$2.call(JschSupport.java:111)
   at org.netbeans.modules.nativeexecution.JschSupport.start(JschSupport.java:143)
   at org.netbeans.modules.nativeexecution.JschSupport.startLoginShellSession(JschSupport.java:135)
Comment 1 Alexander Simon 2015-03-06 12:41:18 UTC
Created attachment 152431 [details]
stacktrace
Comment 2 ilia 2017-07-05 08:17:39 UTC
Shouldn't be valid after fixing Bug #253447