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 213299

Summary: ClassNotFoundException: org.openide.util.Enumerations$RNulls
Product: serverplugins Reporter: Exceptions Reporter <exceptions_reporter>
Component: GlassFishAssignee: Vince Kraemer <vkraemer>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mgoe
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185536
Attachments: stacktrace

Description Exceptions Reporter 2012-05-31 12:10:46 UTC
This issue was reported manually by mgoe.
It already has 21 duplicates 


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

User Comments:
GUEST: Just wanted to build the FlowerAlbumService from Tutorial

GUEST: Compiling

GUEST: Dermo!

GUEST: No idea, this exception just popped up.

GUEST: running maven web service




Stacktrace: 
java.lang.ClassNotFoundException: org.openide.util.Enumerations$RNulls
   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 2012-05-31 12:10:52 UTC
Created attachment 120125 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-06-01 20:21:55 UTC
Probably related to usage of WS.
Comment 3 Vince Kraemer 2012-06-01 21:10:43 UTC

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