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 189864 - NullPointerException at org.netbeans.api.debugger.ActionsManager.registerActionsProviders
Summary: NullPointerException at org.netbeans.api.debugger.ActionsManager.registerActi...
Status: RESOLVED DUPLICATE of bug 186523
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 17:45 UTC by leomcabral
Modified: 2010-08-26 06:46 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172146


Attachments
stacktrace (1.27 KB, text/plain)
2010-08-25 17:45 UTC, leomcabral
Details

Note You need to log in before you can comment on or make changes to this bug.
Description leomcabral 2010-08-25 17:45:08 UTC
This bug was originally marked as duplicate of bug 186523, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP

User Comments:
GUEST: Tried to debug a Maven project

vdtoorn: Trying to debug a program

leomcabral: Trying to debug a maven project

johanandren: Tried to start the debugger with a netbeans platform application maven project.

johanandren: Tried to start a netbeans platform application (maven) project in debug mode.

johanandren: Debugging a test in a maven project

GUEST: I was debugging a rmi server test class

GUEST: Tried to debug a Java project

GUEST: Debugging fails on Ubuntu Karmic.

jcampbell: Debug a file




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.debugger.ActionsManager.registerActionsProviders(ActionsManager.java:428)
   at org.netbeans.api.debugger.ActionsManager.initActionImpls(ActionsManager.java:446)
   at org.netbeans.api.debugger.ActionsManager.isEnabled(ActionsManager.java:260)
   at org.netbeans.modules.debugger.ui.actions.DebuggerAction.isEnabled(DebuggerAction.java:127)
   at org.netbeans.modules.debugger.ui.actions.DebuggerAction.access$000(DebuggerAction.java:73)
   at org.netbeans.modules.debugger.ui.actions.DebuggerAction$Listener.propertyChange(DebuggerAction.java:374)
Comment 1 leomcabral 2010-08-25 17:45:19 UTC
Created attachment 101666 [details]
stacktrace
Comment 2 Martin Entlicher 2010-08-26 06:46:26 UTC
Yes, it's a duplicate of bug 186523, that is already resolved.

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