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 247960 - Exception while compiling Java
Summary: Exception while compiling Java
Status: RESOLVED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-15 16:00 UTC by scanti
Modified: 2014-10-20 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2014-10-15 16:00:50 UTC
netbeans 8.0.1 patch2 Windows 8.1 JDK 1.7 for compiling and JDK 8 for running NB 

I was compiling a suite of modules with Ant and got this exception

java.lang.NullPointerException
	at com.sun.tools.jdi.EventRequestManagerImpl.request(EventRequestManagerImpl.java:943)
	at com.sun.tools.jdi.EventSetImpl$EventImpl.<init>(EventSetImpl.java:88)
	at com.sun.tools.jdi.EventSetImpl$ThreadedEventImpl.<init>(EventSetImpl.java:175)
	at com.sun.tools.jdi.EventSetImpl$ClassPrepareEventImpl.<init>(EventSetImpl.java:367)
	at com.sun.tools.jdi.EventSetImpl.createEvent(EventSetImpl.java:741)
	at com.sun.tools.jdi.EventSetImpl.build(EventSetImpl.java:628)
	at com.sun.tools.jdi.EventQueueImpl.removeUnfiltered(EventQueueImpl.java:211)
	at com.sun.tools.jdi.EventQueueImpl.remove(EventQueueImpl.java:96)
	at com.sun.tools.jdi.EventQueueImpl.remove(EventQueueImpl.java:82)
	at org.netbeans.modules.debugger.jpda.jdi.event.EventQueueWrapper.remove(EventQueueWrapper.java:74)
[catch] at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:216)
	at java.lang.Thread.run(Thread.java:745)
Comment 1 Martin Entlicher 2014-10-20 09:57:27 UTC
Defect in JDI. Can not be fixed in NetBeans.
https://bugs.openjdk.java.net/browse/JDK-8033369