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 231692 - com.jcraft.jsch.JSchException: failed to send channel request
Summary: com.jcraft.jsch.JSchException: failed to send channel request
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-24 05:50 UTC by kamon
Modified: 2015-09-25 23:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201632


Attachments
stacktrace (1.59 KB, text/plain)
2013-06-24 05:50 UTC, kamon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kamon 2013-06-24 05:50:14 UTC
This bug was originally marked as duplicate of bug 225290, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7

User Comments:
kamon: ???????




Stacktrace: 
com.jcraft.jsch.JSchException: failed to send channel request
   at com.jcraft.jsch.Request.write(Request.java:65)
   at com.jcraft.jsch.RequestSftp.request(RequestSftp.java:47)
   at com.jcraft.jsch.ChannelSftp.start(ChannelSftp.java:217)
   at com.jcraft.jsch.Channel.connect(Channel.java:208)
   at com.jcraft.jsch.Channel.connect(Channel.java:145)
   at org.netbeans.modules.nativeexecution.api.util.HelperUtility.getPath(HelperUtility.java:157)
Comment 1 kamon 2013-06-24 05:50:16 UTC
Created attachment 136195 [details]
stacktrace