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 211161 - ClassNotFoundException: org.openide.util.Enumerations$1RDupls
Summary: ClassNotFoundException: org.openide.util.Enumerations$1RDupls
Status: RESOLVED DUPLICATE of bug 210690
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 13:27 UTC by mpeifer
Modified: 2012-04-18 13:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185698


Attachments
stacktrace (3.89 KB, text/plain)
2012-04-13 13:27 UTC, mpeifer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mpeifer 2012-04-13 13:27:00 UTC
Build: NetBeans IDE 7.1.1 (Build 201203012225)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
mpeifer: I am getting this error (and ones like it) many times an hour using web services within netbeans as of 7.1.1
I noticed a similar bug (209997), but not a clear resolution to it
Any help would be appreciated.

GUEST: Opened 7.1 project on 7.1.1 project and can't run application

GUEST: No thing to do, just open the IDE and leave it for one day

GUEST: No idea what i was doing but right mouse clicking only worked on project nodes and not on a file node




Stacktrace: 
java.lang.ClassNotFoundException: org.openide.util.Enumerations$1RDupls
   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 mpeifer 2012-04-13 13:27:06 UTC
Created attachment 118243 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-04-18 13:49:06 UTC

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