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 - NullPointerException at org.netbeans.core.network.proxy.ProxyAutoConfig.evalPAC
Summary: NullPointerException at org.netbeans.core.network.proxy.ProxyAutoConfig.evalPAC
Status: RESOLVED WORKSFORME
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-09-18 05:42 UTC by Exceptions Reporter
Modified: 2015-09-28 09:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211982


Attachments
stacktrace (545 bytes, text/plain)
2014-09-18 05:42 UTC, Exceptions Reporter
Details
stacktrace (545 bytes, text/plain)
2015-07-24 14:35 UTC, javydreamercsw
Details
stacktrace (545 bytes, text/plain)
2015-09-22 15:18 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
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.