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 189441 - 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 (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-12 12:44 UTC by vdtoorn
Modified: 2010-08-12 14:50 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171905


Attachments
stacktrace (1.27 KB, text/plain)
2010-08-12 12:44 UTC, vdtoorn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vdtoorn 2010-08-12 12:44:10 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, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
GUEST: Tried to debug a Maven project

GUEST: Tried to debug a Java project

GUEST: I was debugging a rmi server test class

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

vdtoorn: Trying to debug a program

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

johanandren: Debugging a test in a maven 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 vdtoorn 2010-08-12 12:44:16 UTC
Created attachment 101337 [details]
stacktrace
Comment 2 Martin Entlicher 2010-08-12 14:50:46 UTC
SourcePathProviderImpl can not be created because of java.lang.IllegalArgumentException: file:/C:/Users/toorn101.SOLISCOM/.m2/repository/ant/ant-optional/1.5.1/ant-optional-1.5.1-sources.jar is not a valid classpath entry.

Please resolve that as a workaround.

The exception is handled in NB 6.10 - fixed in issue #186523.

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