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

Summary: NullPointerException at org.netbeans.modules.debugger.ui.DebuggerManagerListener$ToolbarContainerListener.componentAdded
Product: debugger Reporter: gilbertoca <gilbertoca>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222378
Attachments: stacktrace

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