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 199092 - com.jcraft.jsch.JSchException: Session.connect: java.net.SocketException: Connection reset
Summary: com.jcraft.jsch.JSchException: Session.connect: java.net.SocketException: Con...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-01 19:14 UTC by Vladimir Kvashin
Modified: 2012-09-15 08:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179126


Attachments
stacktrace (1.64 KB, text/plain)
2011-06-01 19:14 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2011-06-01 19:14:52 UTC
Build: NetBeans IDE 7.0.1 Dev (Build 20110601-a6246788774d)
VM: Java HotSpot(TM) Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
vkvashin: I tried to connect a host that wasn't yet booted.
The fact that I wasn't able to connect is ok, but errpr processing is not - instead of showing an exception with a stack there should be a dialog like "Can not connect to host"




Stacktrace: 
com.jcraft.jsch.JSchException: Session.connect: java.net.SocketException: Connection reset
   at com.jcraft.jsch.Session.connect(Session.java:504)
   at org.netbeans.modules.nativeexecution.jsch.JSchChannelsSupport.startNewSession(JSchChannelsSupport.java:194)
   at org.netbeans.modules.nativeexecution.jsch.JSchChannelsSupport.connect(JSchChannelsSupport.java:171)
   at org.netbeans.modules.nativeexecution.jsch.JSchConnectionTask.connect(JSchConnectionTask.java:129)
   at org.netbeans.modules.nativeexecution.jsch.JSchConnectionTask.access$000(JSchConnectionTask.java:68)
   at org.netbeans.modules.nativeexecution.jsch.JSchConnectionTask$1.call(JSchConnectionTask.java:94)
Comment 1 Vladimir Kvashin 2011-06-01 19:14:56 UTC
Created attachment 108663 [details]
stacktrace
Comment 2 Andrew Krasny 2012-09-15 08:59:40 UTC
Fixed long ago...