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 - InstantiationException: org.netbeans.modules.debugger.jpda.actions.ContinueActionProvider
Summary: InstantiationException: org.netbeans.modules.debugger.jpda.actions.ContinueAc...
Status: RESOLVED DUPLICATE of bug 223100
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-03 14:38 UTC by Petr Cyhelsky
Modified: 2012-12-04 11:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194422


Attachments
stacktrace (2.80 KB, text/plain)
2012-12-03 14:38 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***