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 192412 - java.net.ConnectException: Connection timed out
Summary: java.net.ConnectException: Connection timed out
Status: RESOLVED DUPLICATE of bug 175092
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 15:12 UTC by douglasv
Modified: 2010-11-29 17:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172860


Attachments
stacktrace (3.99 KB, text/plain)
2010-11-24 15:12 UTC, douglasv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description douglasv 2010-11-24 15:12:44 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
frandevel: Opening Netbeans with an opened project.
Remains loading project at 50% of the process during minutes.




Stacktrace: 
java.net.ConnectException: Connection timed out
   at java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:0)
   at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
   at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:529)
Comment 1 douglasv 2010-11-24 15:12:48 UTC
Created attachment 103291 [details]
stacktrace
Comment 2 Jesse Glick 2010-11-29 17:53:13 UTC

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