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 242504 - ClassNotFoundException: org.netbeans.modules.masterfs.ProvidedExtensionsProxy$13
Summary: ClassNotFoundException: org.netbeans.modules.masterfs.ProvidedExtensionsProxy$13
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-03 06:36 UTC by Sam.MIT
Modified: 2014-05-16 07:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208106


Attachments
stacktrace (3.62 KB, text/plain)
2014-03-03 06:36 UTC, Sam.MIT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam.MIT 2014-03-03 06:36:49 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
Sam.MIT: Run the Glassfish server




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.masterfs.ProvidedExtensionsProxy$13
   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:425)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 Sam.MIT 2014-03-03 06:36:50 UTC
Created attachment 145711 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-03-03 08:22:00 UTC
Caused: java.lang.NoClassDefFoundError: org/netbeans/modules/masterfs/ProvidedExtensionsProxy$13
	at org.netbeans.modules.masterfs.ProvidedExtensionsProxy.deletedExternally(ProvidedExtensionsProxy.java:351)

Maybe some cached definition of the class is used.
Reassigning to Module System. Please evaluate it. Thank you.


Sam.MIT, please try cleaning your cache directory (see Menu -> Help -> About -> Cache directory).
Comment 3 Jaroslav Tulach 2014-05-16 07:16:20 UTC
Hard to tell what went wrong. Unreproducible, I guess?