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 249077 - IllegalArgumentException: protocol = http host = null
Summary: IllegalArgumentException: protocol = http host = null
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Proxy (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-02 20:28 UTC by bloodlordcs
Modified: 2016-08-24 00:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213862


Attachments
stacktrace (6.68 KB, text/plain)
2014-12-02 20:28 UTC, bloodlordcs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bloodlordcs 2014-12-02 20:28:27 UTC
Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
bloodlordcs: 1




Stacktrace: 
java.lang.IllegalArgumentException: protocol = http host = null
   at sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:176)
   at org.netbeans.core.network.proxy.NbProxySelector.select(NbProxySelector.java:123)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1097)
   at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:987)
   at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:985)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
Comment 1 bloodlordcs 2014-12-02 20:28:28 UTC
Created attachment 150848 [details]
stacktrace