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 218249

Summary: NoClassDefFoundError: org/openide/util/actions/ActionInvoker$2
Product: serverplugins Reporter: Exceptions Reporter <exceptions_reporter>
Component: GlassFishAssignee: Vince Kraemer <vkraemer>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P1    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 192373
Attachments: stacktrace

Description Exceptions Reporter 2012-09-12 20:29:50 UTC
This bug was originally marked as duplicate of bug 211962, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
GUEST: occur when i press test web service

GUEST: no puedo invocar un servicio web  con el cliente de netbeans

GUEST: fuck

GUEST: Trying to test a web service I've written before.

GUEST: open the secure calculator client app from samples

GUEST: Menu de contexto de um webservice

GUEST: I tried to test a simple web service. I get this error for simple actions such as opening a new project or right-clicking on a project. I have re-installed everything twice - from the IDE to the servers.

GUEST: Hi, this Error occurs when i try to Test REST web resource




Stacktrace: 
java.lang.NoClassDefFoundError: org/openide/util/actions/ActionInvoker$2
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:108)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:583)
   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)
Comment 1 Exceptions Reporter 2012-09-12 20:29:55 UTC
Created attachment 124275 [details]
stacktrace
Comment 2 TomasKraus 2012-10-15 10:54:43 UTC
Web services and java.lang.NoClassDefFoundError - looks like one more bug# 211962 duplicate.
GlassFish version is unknown so I can't do more with it.

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