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 213316 - NoClassDefFoundError: org/openide/util/actions/ActionInvoker
Summary: NoClassDefFoundError: org/openide/util/actions/ActionInvoker
Status: RESOLVED DUPLICATE of bug 213396
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.1
Hardware: All All
: P1 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 14:07 UTC by Exceptions Reporter
Modified: 2012-06-01 13:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188735


Attachments
stacktrace (3.02 KB, text/plain)
2012-05-31 14:07 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-05-31 14:07:38 UTC
This issue was reported manually by mgoe.
It already has 2 duplicates 


Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

Stacktrace: 
java.lang.NoClassDefFoundError: org/openide/util/actions/ActionInvoker
   at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:583)
   at org.netbeans.modules.versioning.util.SystemActionBridge.actionPerformed(SystemActionBridge.java:105)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
Comment 1 Exceptions Reporter 2012-05-31 14:07:43 UTC
Created attachment 120136 [details]
stacktrace
Comment 2 mgoe 2012-05-31 14:14:29 UTC
Please see additional comments in:
http://netbeans.org/bugzilla/show_bug.cgi?id=213305
Comment 3 Jaroslav Tulach 2012-06-01 13:22:21 UTC

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