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 252078

Summary: ClassNotFoundException: org.netbeans.modules.javascript.cdnjs.CDNJSLibraries.forMavenProject
Product: platform Reporter: misterm <misterm>
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: misterm
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216960
Attachments: stacktrace
stacktrace

Description misterm 2015-04-24 15:17:33 UTC
Build: NetBeans IDE Dev (Build 20150416-2c0e5d88b95f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
misterm: .




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.javascript.cdnjs.CDNJSLibraries.forMavenProject
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at org.netbeans.ModuleManager$SystemClassLoader.loadClass(ModuleManager.java:766)
Comment 1 misterm 2015-04-24 15:17:35 UTC
Created attachment 153374 [details]
stacktrace
Comment 2 misterm 2015-04-25 02:38:18 UTC
Created attachment 153387 [details]
stacktrace

.
Comment 3 Tomas Hurka 2015-05-29 14:15:40 UTC
Do you have steps how to reproduce it? From the messages.log, it looks like NetBeans are running with modules from different revisions.
	org.netbeans.modules.editor.fold/1 [1.42 20150416-2c0e5d88b95f]
	org.netbeans.modules.editor.settings/1 [1.54 20150331-4b3282f09cbc]
	org.netbeans.swing.plaf [1.39 20150213-87271ebaf9db]

If you build NetBeans yourself from sources, make sure that you clean it before building new version.