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 247731 - NullPointerException at org.netbeans.core.network.proxy.ProxyAutoConfig.normalizePAC
Summary: NullPointerException at org.netbeans.core.network.proxy.ProxyAutoConfig.norma...
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-10-06 13:42 UTC by david.ritchie
Modified: 2014-10-06 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212499


Attachments
stacktrace (1.22 KB, text/plain)
2014-10-06 13:42 UTC, david.ritchie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description david.ritchie 2014-10-06 13:42:03 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
david.ritchie: Trying to set the proxy on the proxy screen




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.network.proxy.ProxyAutoConfig.normalizePAC(ProxyAutoConfig.java:330)
   at org.netbeans.core.network.proxy.ProxyAutoConfig.<init>(ProxyAutoConfig.java:98)
   at org.netbeans.core.network.proxy.ProxyAutoConfig.get(ProxyAutoConfig.java:82)
   at org.netbeans.core.network.proxy.NbProxySelector.select(NbProxySelector.java:173)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:925)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
Comment 1 david.ritchie 2014-10-06 13:42:05 UTC
Created attachment 149741 [details]
stacktrace