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 247246

Summary: NullPointerException at org.netbeans.core.network.proxy.ProxyAutoConfig.evalPAC
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: ProxyAssignee: Libor Fischmeistr <lfischmeistr>
Status: RESOLVED WORKSFORME    
Severity: normal CC: javydreamercsw
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211982
Attachments: stacktrace
stacktrace
stacktrace

Description Exceptions Reporter 2014-09-18 05:42:35 UTC
This bug was originally marked as duplicate of bug 237503, 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.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 23.5.02_FUJITSU_MODIFIED-B04, Java(TM) SE Runtime Environment, 1.7.0_09-b05_Fujitsu_10-30-12_12:00_patch
OS: Windows 7

User Comments:
GUEST: Just open the project that made by 6.9.1 IDE.

GUEST: IDE startup




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.network.proxy.ProxyAutoConfig.evalPAC(ProxyAutoConfig.java:203)
   at org.netbeans.core.network.proxy.ProxyAutoConfig.initEngine(ProxyAutoConfig.java:131)
   at org.netbeans.core.network.proxy.ProxyAutoConfig.access$000(ProxyAutoConfig.java:65)
   at org.netbeans.core.network.proxy.ProxyAutoConfig$1.run(ProxyAutoConfig.java:104)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Exceptions Reporter 2014-09-18 05:42:36 UTC
Created attachment 149322 [details]
stacktrace
Comment 2 javydreamercsw 2015-07-24 14:35:20 UTC
Created attachment 154858 [details]
stacktrace

Using Open JDK as IDE Java.
Comment 3 javydreamercsw 2015-09-22 15:18:23 UTC
Created attachment 156359 [details]
stacktrace

During start up.
Comment 4 Exceptions Reporter 2015-09-22 15:18:29 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=211982
Comment 5 Libor Fischmeistr 2015-09-28 09:11:09 UTC
Looks like OpenJDK bug. But related probably only to JDK 7

Not an issue on newer JDK versions.