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 213286 - NoClassDefFoundError: org/openide/util/Enumerations$RNulls
Summary: NoClassDefFoundError: org/openide/util/Enumerations$RNulls
Status: RESOLVED DUPLICATE of bug 211962
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 09:21 UTC by Exceptions Reporter
Modified: 2012-06-01 13:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187569


Attachments
stacktrace (3.21 KB, text/plain)
2012-05-31 09:21 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-05-31 09:21:20 UTC
This issue was reported manually by mgoe.
It already has 8 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: deploying glassfish app...

GUEST: Compiling java module suite project.

GUEST: fix it!

GUEST: Building module suite project.

GUEST: Openning project




Stacktrace: 
java.lang.NoClassDefFoundError: org/openide/util/Enumerations$RNulls
   at org.openide.util.Enumerations.removeNulls(Enumerations.java:161)
   at org.openide.filesystems.AbstractFileSystem.existingFileObjects(AbstractFileSystem.java:410)
   at org.openide.filesystems.AbstractFileSystem.existingFileObjects(AbstractFileSystem.java:385)
   at org.openide.filesystems.JarFileSystem.refreshExistingFileObjects(JarFileSystem.java:799)
   at org.openide.filesystems.JarFileSystem.parse(JarFileSystem.java:887)
   at org.openide.filesystems.JarFileSystem.access$100(JarFileSystem.java:93)
Comment 1 Exceptions Reporter 2012-05-31 09:21:26 UTC
Created attachment 120108 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-06-01 13:08:50 UTC

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