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 158498 - [65cat] NullPointerException at org.netbeans.api.debugger.ActionsManager.registerActionsProviders
Summary: [65cat] NullPointerException at org.netbeans.api.debugger.ActionsManager.regi...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-13 04:25 UTC by _ theanuradha
Modified: 2010-04-29 09:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146264


Attachments
stacktrace (749 bytes, text/plain)
2009-02-13 04:25 UTC, _ theanuradha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ theanuradha 2009-02-13 04:25:14 UTC
Build: NetBeans IDE Dev (Build 20090212003818)
VM: Java HotSpot(TM) Server VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
theanuradha: try to debug



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.api.debugger.ActionsManager.registerActionsProviders(ActionsManager.java:421)
        at org.netbeans.api.debugger.ActionsManager.initActionImpls(ActionsManager.java:439)
        at org.netbeans.api.debugger.ActionsManager.postAction(ActionsManager.java:189)
        at org.netbeans.api.debugger.DebuggerManager.startDebugging(DebuggerManager.java:379)
        at org.netbeans.api.debugger.jpda.JPDADebugger.startListening(JPDADebugger.java:220)
        at org.netbeans.modules.maven.debug.JPDAStart$1.run(JPDAStart.java:176)
Comment 1 _ theanuradha 2009-02-13 04:25:37 UTC
Created attachment 76944 [details]
stacktrace
Comment 2 Martin Entlicher 2009-02-13 15:14:31 UTC
Caused by : java.lang.NullPointerException
	at
org.netbeans.modules.debugger.jpda.projects.SourcePathProviderImpl.getAdditionalClassPath(SourcePathProviderImpl.java:333)

Comment 3 Martin Entlicher 2009-02-13 15:47:21 UTC
Related to Maven. We need to add the baseDir property to debugger startup class.
Comment 4 Martin Entlicher 2009-02-13 16:27:14 UTC
Fixed in changeset:   117380:545f4c6ba385
http://hg.netbeans.org/main/rev/545f4c6ba385
Comment 5 Quality Engineering 2009-02-18 10:11:15 UTC
Integrated into 'main-golden', will be available in build *200902180201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/545f4c6ba385
User: mentlicher@netbeans.org
Log: #158498 - Define baseDir property when debugger started from Maven.
Comment 6 Quality Engineering 2010-04-29 09:47:44 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.