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

Summary: IllegalArgumentException: protocol = http host = null
Product: platform Reporter: bloodlordcs
Component: ProxyAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal CC: jasiii
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213862
Attachments: stacktrace

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