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 271358 - NullPointerException at org.netbeans.modules.debugger.ui.DebuggerManagerListener$ToolbarContainerListener.componentAdded
Summary: NullPointerException at org.netbeans.modules.debugger.ui.DebuggerManagerListe...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-23 19:05 UTC by gilbertoca
Modified: 2017-08-23 19:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222378


Attachments
stacktrace (2.96 KB, text/plain)
2017-08-23 19:05 UTC, gilbertoca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gilbertoca 2017-08-23 19:05:21 UTC
Build: NetBeans IDE Dev (Build 201707310001)
VM: OpenJDK 64-Bit Server VM, 25.144-b01, OpenJDK Runtime Environment, 1.8.0_144-b01
OS: Linux

User Comments:
gilbertoca: stopping the debug of the maven war project

GUEST: i am not sure how this issue happened, i just saw this message and report to you. i am doing javaee development on mac, jdk8, mvc edr2.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.ui.DebuggerManagerListener$ToolbarContainerListener.componentAdded(DebuggerManagerListener.java:764)
   at java.awt.AWTEventMulticaster.componentAdded(AWTEventMulticaster.java:200)
   at java.awt.Container.processContainerEvent(Container.java:2262)
   at java.awt.Container.processEvent(Container.java:2233)
   at java.awt.Component.dispatchEventImpl(Component.java:4889)
   at java.awt.Container.dispatchEventImpl(Container.java:2294)
Comment 1 gilbertoca 2017-08-23 19:05:23 UTC
Created attachment 164997 [details]
stacktrace