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 230443 - InstantiationException: org.netbeans.modules.web.javascript.debugger.actions.DebuggerActionsProvider
Summary: InstantiationException: org.netbeans.modules.web.javascript.debugger.actions....
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2013-05-29 10:58 UTC by Jiri Skrivanek
Modified: 2013-05-29 14:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201003


Attachments
stacktrace (3.05 KB, text/plain)
2013-05-29 10:58 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2013-05-29 10:58:34 UTC
This bug was originally marked as duplicate of bug 219725, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build web-main-10649-on-20130529)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
jskrivanek: - unzip full IDE
- run IDE
- go to Services
- right-click Servers and choose Add...
- choose Tomcat and click Next




Stacktrace: 
java.lang.InstantiationException: org.netbeans.modules.web.javascript.debugger.actions.DebuggerActionsProvider
   at java.lang.Class.newInstance0(Class.java:359)
   at java.lang.Class.newInstance(Class.java:327)
   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.getActions(ActionsProvider.java:242)
   at org.netbeans.api.debugger.ActionsManager.registerActionsProviders(ActionsManager.java:517)
Comment 1 Jiri Skrivanek 2013-05-29 10:58:36 UTC
Created attachment 135061 [details]
stacktrace
Comment 2 Martin Entlicher 2013-05-29 14:07:12 UTC
Unfortunately, I'm not able to reproduce this issue. The javascript debugger action should not be loaded at this stage, but it's not apparent why there is an attempt to load it.
Marking as random and decreasing to P4 until we have more information about it.