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 247517 - NullPointerException at com.sun.tools.jdi.MirrorImpl.validateMirror
Summary: NullPointerException at com.sun.tools.jdi.MirrorImpl.validateMirror
Status: RESOLVED DUPLICATE of bug 246342
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-27 19:23 UTC by JayChristopher
Modified: 2014-09-29 08:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212282


Attachments
stacktrace (958 bytes, text/plain)
2014-09-27 19:23 UTC, JayChristopher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JayChristopher 2014-09-27 19:23:23 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b129
OS: Windows 7

User Comments:
JayChristopher: Taking debug screenshot of (undecorated) FX stage.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.jdi.MirrorImpl.validateMirror(MirrorImpl.java:67)
   at com.sun.tools.jdi.ClassTypeImpl.setValue(ClassTypeImpl.java:124)
   at org.netbeans.modules.debugger.jpda.jdi.ClassTypeWrapper.setValue(ClassTypeWrapper.java:469)
   at org.netbeans.modules.debugger.jpda.visual.RemoteServices.runOnStoppedThread(RemoteServices.java:486)
   at org.netbeans.modules.debugger.jpda.visual.RemoteFXScreenshot.take(RemoteFXScreenshot.java:235)
   at org.netbeans.modules.debugger.jpda.visual.RemoteFXScreenshot.takeCurrent(RemoteFXScreenshot.java:202)
Comment 1 JayChristopher 2014-09-27 19:23:24 UTC
Created attachment 149557 [details]
stacktrace
Comment 2 Jiri Kovalsky 2014-09-29 08:13:37 UTC
Thanks for your report.

*** This bug has been marked as a duplicate of bug 246342 ***