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

Summary: java.net.ConnectException: Connection timed out
Product: projects Reporter: douglasv <douglasv>
Component: MavenAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal CC: frandevel
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 172860
Attachments: stacktrace

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 ***