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 213490

Summary: NoClassDefFoundError: org/openide/util/actions/CallbackSystemAction$DelegateAction
Product: serverplugins Reporter: Exceptions Reporter <exceptions_reporter>
Component: GlassFishAssignee: Vince Kraemer <vkraemer>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mmirilovic
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186141
Attachments: stacktrace

Description Exceptions Reporter 2012-06-04 08:10:44 UTC
This issue was reported manually by mmirilovic.
It already has 28 duplicates 


Build: NetBeans IDE 7.1.1 (Build 201203012225)
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: fix error

GUEST: There's a big problem with the new IDE running on Windows. After you make deploy and then close the browser, the basic functionality of de IDE stops.

GUEST: After installing and downloading JUnit it hangs

SEVERE [global]
java.lang.NoClassDefFoundError: org/openide/util/actions/CallbackSystemAction$DelegateAction
	at org.openide.util.actions.CallbackSystemAction.createContextAwareInstance(CallbackSystemAction.java:284)
	at org.openide.util.Utilities.actionsToPopup(Utilities.java:2762)
	at org.openide.util.Utilities.actionsToPopup(Utilities.java:2858)
	at org.openide.explorer.view.TreeView.createPopup(TreeView.java:1070)
	at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1558)
	at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:189)
	at org.openide.awt.MouseUtils$PopupMouseAdapter.mouseReleased(MouseUtils.java:184)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
	at java.awt.Component.processMouseEvent(Component.

GUEST: When I trying to test the webservice in serverside.

GUEST: Trying to right click on Web Sevice Reference item, similar to my previos report it started to happen after upgrade of glassfish or installation of third party software

GUEST: Click right to create a package

GUEST: I just created a Web Service from WSDL.
Wsdl is correct (according to some commercial validators), and i get no error in the logs, but the menu with "test the service" action does not appear when i right-click on the webservice.




Stacktrace: 
java.lang.NoClassDefFoundError: org/openide/util/actions/CallbackSystemAction$DelegateAction
   at org.openide.util.actions.CallbackSystemAction.createContextAwareInstance(CallbackSystemAction.java:284)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2762)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2858)
   at org.openide.explorer.view.TreeView.createPopup(TreeView.java:1070)
   at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1558)
   at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:189)
Comment 1 Exceptions Reporter 2012-06-04 08:10:49 UTC
Created attachment 120280 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-06-04 08:14:28 UTC
Using glassfish?
Comment 3 Vince Kraemer 2012-06-04 08:22:33 UTC
this looks like a dup...  I see multiple notes about web services in the exception reports.

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