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 226276 - NoClassDefFoundError: org/openide/util/actions/CallableSystemAction$1
Summary: NoClassDefFoundError: org/openide/util/actions/CallableSystemAction$1
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.1
Hardware: All All
: P1 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 13:56 UTC by mustafayuceel
Modified: 2013-03-12 14:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186350


Attachments
stacktrace (2.99 KB, text/plain)
2013-02-18 13:56 UTC, mustafayuceel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mustafayuceel 2013-02-18 13:56:33 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.14-b01, Java(TM) SE Runtime Environment, 1.6.0_39-b04
OS: Windows 8

User Comments:
GUEST: suing ctrl-z to undo a change

GUEST: Happens very often, especially when working with web services and glassfish 3.1.2

GUEST: Pressed Ctrl+Z

mustafayuceel: ctrl z

GUEST: I was editing a Java Class from a Web Service.




Stacktrace: 
java.lang.NoClassDefFoundError: org/openide/util/actions/CallableSystemAction$1
   at org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:126)
   at org.netbeans.modules.editor.NbEditorKit$NbUndoAction.actionPerformed(NbEditorKit.java:570)
   at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:339)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1639)
   at javax.swing.JComponent.processKeyBinding(JComponent.java:2859)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2894)
Comment 1 mustafayuceel 2013-02-18 13:56:35 UTC
Created attachment 131530 [details]
stacktrace
Comment 2 TomasKraus 2013-03-12 14:47:40 UTC
We know about this bug. Unfortunately it's a bug in GlassFish 3.1.2 / JAX-WS which destroys classloaders in NetBeans.
Please do not use GlassFish 3.1.2 with any NetBeans when working with Web Services. Upgrade to GlassFish 3.1.2.2 where this classloader issue is already fixed.