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 229028 - WebService support breaks classpath: ClassNotFoundException: org.openide.util.actions.ActionPerformer
Summary: WebService support breaks classpath: ClassNotFoundException: org.openide.util...
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-25 16:34 UTC by Exceptions Reporter
Modified: 2013-06-04 08:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186932


Attachments
stacktrace (3.97 KB, text/plain)
2013-04-25 16:34 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-04-25 16:34:31 UTC
This issue was reported manually by mmirilovic.
It already has 23 duplicates 


Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

User Comments:
GUEST: just right click on default package

GUEST: right-click in "Web Pages" folder in  a web application project..... in the projects view....

GUEST: I was developing WeatherBug weather web application using RESTful Web Services

GUEST: GlassFish3.1.2????Web???????????????????????

java.lang.ClassNotFoundException: org.openide.util.actions.ActionPerformer
	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
Caused: java.lang.NoClassDefFoundError: org/openide/util/actions/ActionPerformer
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2442)
	at java.lang.Class.getMethod0(Class.java:2685)
	at java.lang.Class.getMethod0(Class.java:2694)
	at java.lang.Class.getMethod(Class.java:1620)
	at org.openide.util.actions.CallbackSystemAction$DelegateAction.isMethodOverridden(CallbackSystemAction.java:7




Stacktrace: 
java.lang.ClassNotFoundException: org.openide.util.actions.ActionPerformer
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 Exceptions Reporter 2013-04-25 16:34:33 UTC
Created attachment 133815 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-06-04 07:00:29 UTC
looks like we do have reports only from 7.2.1 - definitely not P1
Comment 3 TomasKraus 2013-06-04 08:49:49 UTC
Well, it's with GlassFish 3.1.2. This is known bug and the only way to fix this is to upgrade GlassFish to 3.1.2.2 or later.