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

Summary: NullPointerException at org.netbeans.api.debugger.ActionsManager.registerActionsProviders
Product: debugger Reporter: Nam Nguyen <nnguyen>
Component: CodeAssignee: issues@debugger <issues>
Status: VERIFIED DUPLICATE    
Severity: normal CC: chrisjasp
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 170998
Attachments: stacktrace

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