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 192322 - java.net.UnknownHostException: www.netbeans.org
Summary: java.net.UnknownHostException: www.netbeans.org
Status: RESOLVED DUPLICATE of bug 191660
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-11-23 10:36 UTC by J Bachorik
Modified: 2010-11-23 19:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174203


Attachments
stacktrace (3.15 KB, text/plain)
2010-11-23 10:36 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2010-11-23 10:36:16 UTC
This issue was reported manually by yardus.
It already has 1 duplicates 


Build: NetBeans IDE 7.0 Beta (Build 201011152355)
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:
yardus: Trying to invoke "Go To Declaration" on an inherited part of layer.xml while not being connected to network.




Stacktrace: 
java.net.UnknownHostException: www.netbeans.org
   at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
   at java.net.Socket.connect(Socket.java:529)
   at java.net.Socket.connect(Socket.java:478)
   at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
Comment 1 J Bachorik 2010-11-23 10:36:21 UTC
Created attachment 103231 [details]
stacktrace
Comment 2 J Bachorik 2010-11-23 10:41:55 UTC
Regression against 6.9.1
Comment 3 Jesse Glick 2010-11-23 19:02:00 UTC

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