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 268641 - java.net.UnknownHostException: www.netbeans.org
Summary: java.net.UnknownHostException: www.netbeans.org
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-22 12:14 UTC by Exceptions Reporter
Modified: 2016-10-22 12:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226900


Attachments
stacktrace (5.13 KB, text/plain)
2016-10-22 12:14 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-10-22 12:14:50 UTC
This bug was originally marked as duplicate of bug 191660, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.91-b14, OpenJDK Runtime Environment, 1.8.0_91-8u91-b14-3ubuntu1~16.04.1-b14
OS: Linux

User Comments:
GUEST: nothing




Stacktrace: 
java.net.UnknownHostException: www.netbeans.org
   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   at java.net.Socket.connect(Socket.java:589)
   at java.net.Socket.connect(Socket.java:538)
   at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
Comment 1 Exceptions Reporter 2016-10-22 12:14:52 UTC
Created attachment 162595 [details]
stacktrace