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 188108 - NullPointerException at org.netbeans.api.debugger.ActionsManager.registerActionsProviders
Summary: NullPointerException at org.netbeans.api.debugger.ActionsManager.registerActi...
Status: VERIFIED 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: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-25 23:19 UTC by Nam Nguyen
Modified: 2010-07-01 11:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170998


Attachments
stacktrace (650 bytes, text/plain)
2010-06-25 23:19 UTC, Nam Nguyen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nam Nguyen 2010-06-25 23:19:42 UTC
This bug was originally marked as duplicate of bug 158498, 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.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
GUEST: Attaching debugger to web application

nnguyen: attaching debugger




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:386)
   at org.netbeans.modules.debugger.jpda.ui.ConnectPanel$ConnectController$1.run(ConnectPanel.java:605)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
Comment 1 Nam Nguyen 2010-06-25 23:19:58 UTC
Created attachment 100431 [details]
stacktrace
Comment 2 Martin Entlicher 2010-06-27 09:16:31 UTC
The service org.netbeans.modules.debugger.jpda.projects.SourcePathProviderImpl can not be created.
Caused: java.lang.IllegalArgumentException: URL must be a folder URL (append '/' if necessary): file:/ade/ntnguyen_by_request_log_analyzer/jdevadf/modules/adf-share-base/src
	at org.netbeans.spi.java.classpath.support.ClassPathSupport.createResource(ClassPathSupport.java:86)
	at org.netbeans.spi.java.classpath.support.ClassPathSupport.createClassPath(ClassPathSupport.java:138)
	at org.netbeans.modules.debugger.jpda.projects.SourcePathProviderImpl.<init>(SourcePathProviderImpl.java:315)

And this is already resolved in issue #186523.

*** This bug has been marked as a duplicate of bug 186523 ***
Comment 3 Marian Mirilovic 2010-07-01 11:41:56 UTC
verified duplicate