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 - ClassNotFoundException: org.netbeans.modules.javascript.cdnjs.CDNJSLibraries.forMavenProject
Summary: ClassNotFoundException: org.netbeans.modules.javascript.cdnjs.CDNJSLibraries....
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-24 15:17 UTC by misterm
Modified: 2015-05-29 14:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216960


Attachments
stacktrace (4.26 KB, text/plain)
2015-04-24 15:17 UTC, misterm
Details
stacktrace (4.26 KB, text/plain)
2015-04-25 02:38 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
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.