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 229872 - com.jcraft.jsch.JSchException: Session.connect: java.net.SocketTimeoutException: Read timed out
Summary: com.jcraft.jsch.JSchException: Session.connect: java.net.SocketTimeoutExcepti...
Status: RESOLVED DUPLICATE of bug 229870
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-16 15:32 UTC by Exceptions Reporter
Modified: 2013-08-02 15:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197910


Attachments
stacktrace (1.47 KB, text/plain)
2013-05-16 15:32 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-05-16 15:32:15 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

Stacktrace: 
com.jcraft.jsch.JSchException: Session.connect: java.net.SocketTimeoutException: Read timed out
   at com.jcraft.jsch.Session.connect(Session.java:507)
   at org.netbeans.modules.nativeexecution.jsch.JSchChannelsSupport.startNewSession(JSchChannelsSupport.java:244)
   at org.netbeans.modules.nativeexecution.jsch.JSchChannelsSupport.connect(JSchChannelsSupport.java:206)
   at org.netbeans.modules.nativeexecution.jsch.JSchConnectionTask.connect(JSchConnectionTask.java:127)
   at org.netbeans.modules.nativeexecution.jsch.JSchConnectionTask.access$000(JSchConnectionTask.java:63)
   at org.netbeans.modules.nativeexecution.jsch.JSchConnectionTask$1.call(JSchConnectionTask.java:89)
Comment 1 Exceptions Reporter 2013-05-16 15:32:16 UTC
Created attachment 134526 [details]
stacktrace
Comment 2 Egor Ushakov 2013-08-02 15:20:34 UTC

*** This bug has been marked as a duplicate of bug 229870 ***