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 223181

Summary: InstantiationException: org.netbeans.modules.debugger.jpda.actions.ContinueActionProvider
Product: debugger Reporter: Petr Cyhelsky <cyhelsky>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal CC: lewbloch
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 194422
Attachments: stacktrace

Description Petr Cyhelsky 2012-12-03 14:38:15 UTC
Build: NetBeans IDE Dev (Build 201212030001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b16
OS: Linux

User Comments:
lewbloch: Opening NB 7.3beta for the first time after installation, after answering "Yes" to import data from 7.2.




Stacktrace: 
java.lang.InstantiationException: org.netbeans.modules.debugger.jpda.actions.ContinueActionProvider
   at java.lang.Class.newInstance0(Class.java:357)
   at java.lang.Class.newInstance(Class.java:325)
   at org.netbeans.spi.debugger.ContextAwareSupport.createInstance(ContextAwareSupport.java:137)
   at org.netbeans.spi.debugger.ActionsProvider$ContextAware.getDelegate(ActionsProvider.java:219)
   at org.netbeans.spi.debugger.ActionsProvider$ContextAware.isEnabled(ActionsProvider.java:268)
   at org.netbeans.api.debugger.ActionsManager.isEnabled(ActionsManager.java:289)
Comment 1 Petr Cyhelsky 2012-12-03 14:38:17 UTC
Created attachment 128782 [details]
stacktrace
Comment 2 Martin Entlicher 2012-12-03 15:23:59 UTC
It looks like it's trying to instantiate the class sooner than it's module is enabled.
Comment 3 Martin Entlicher 2012-12-04 11:02:22 UTC
"Services, that are registered by JPDA Debugger should not be active, when JPDA
Debugger module is missing." - if this is fixed (issue #223100), it should resolve this problem as well.

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