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 203662 - com.jcraft.jsch.JSchException: channel is not opened
Summary: com.jcraft.jsch.JSchException: channel is not opened
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-13 15:17 UTC by Alexander Pepin
Modified: 2013-10-31 11:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2011-10-13 15:17:53 UTC
This exception happens regularly in automatic tests on remote projects and blocks test execution. See also bug #203657

com.jcraft.jsch.JSchException: channel is not opened. [junit] at com.jcraft.jsch.Channel.connect(Channel.java:188) [junit] at org.netbeans.modules.nativeexecution.JschSupport$1.call(JschSupport.java:94) [junit] at org.netbeans.modules.nativeexecution.JschSupport$1.call(JschSupport.java:82) [junit] [catch] at org.netbeans.modules.nativeexecution.JschSupport.start(JschSupport.java:145) [junit] at org.netbeans.modules.nativeexecution.JschSupport.startCommand(JschSupport.java:108) [junit] at org.netbeans.modules.nativeexecution.support.hostinfo.impl.UnixHostInfoProvider.getRemoteHostInfo(UnixHostInfoProvider.java:170) [junit] at org.netbeans.modules.nativeexecution.support.hostinfo.impl.UnixHostInfoProvider.getHostInfo(UnixHostInfoProvider.java:109) [junit] at org.netbeans.modules.nativeexecution.support.hostinfo.FetchHostInfoTask.compute(FetchHostInfoTask.java:63) [junit] at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.getHostInfo(HostInfoUtils.java:215) [junit] at org.netbeans.modules.nativeexecution.api.util.ConnectionManager.initiateConnection(ConnectionManager.java:326) [junit] at org.netbeans.modules.nativeexecution.api.util.ConnectionManager.connectTo(ConnectionManager.java:260) [junit] at org.netbeans.modules.cnd.remote.ui.wizard.HostValidatorImpl.validate(HostValidatorImpl.java:106) [junit] at org.netbeans.modules.cnd.remote.ui.wizard.CreateHostVisualPanel2$2.call(CreateHostVisualPanel2.java:272) [junit] at org.netbeans.modules.cnd.remote.ui.wizard.CreateHostVisualPanel2$2.call(CreateHostVisualPanel2.java:247) [junit] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [junit] at java.util.concurrent.FutureTask.run(FutureTask.java:166) [junit] at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424) [junit] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Egor Ushakov 2013-07-29 16:52:04 UTC
is it still valid?