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 219725 - [73cat] InstantiationException: org.netbeans.modules.web.javascript.debugger.actions.DebuggerActionsProvider
Summary: [73cat] InstantiationException: org.netbeans.modules.web.javascript.debugger....
Status: RESOLVED INCOMPLETE
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-10-08 20:35 UTC by misterm
Modified: 2012-11-14 15:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193257


Attachments
stacktrace (1.55 KB, text/plain)
2012-10-08 20:35 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-10-08 20:35:48 UTC
Build: NetBeans IDE Dev (Build 20121008-5c87dd7d5cc2)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

Stacktrace: 
java.lang.InstantiationException: org.netbeans.modules.web.javascript.debugger.actions.DebuggerActionsProvider
   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:218)
   at org.netbeans.spi.debugger.ActionsProvider$ContextAware.getActions(ActionsProvider.java:241)
   at org.netbeans.api.debugger.ActionsManager.registerActionsProviders(ActionsManager.java:482)
Comment 1 misterm 2012-10-08 20:35:50 UTC
Created attachment 125608 [details]
stacktrace
Comment 2 Martin Entlicher 2012-10-19 11:15:49 UTC
It's apparent, that you've installed some modules, but more detailed steps would help.
Were you just starting or stopping run of an HTML5 file?
Comment 3 Martin Entlicher 2012-11-14 15:50:00 UTC
There are no new reports, when it reappears, please add steps to reproduce...