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

Summary: com.jcraft.jsch.JSchException: session is down
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: executionAssignee: ilia
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215901
Attachments: stacktrace

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