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 249273 - ClassNotFoundException: org.netbeans.modules.maven.j2ee.ui.customizer.MavenCompositePanelProvider.createJavaScriptLibraries
Summary: ClassNotFoundException: org.netbeans.modules.maven.j2ee.ui.customizer.MavenCo...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-10 19:01 UTC by misterm
Modified: 2015-06-05 15:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214062


Attachments
stacktrace (4.13 KB, text/plain)
2014-12-10 19:01 UTC, misterm
Details
stacktrace (4.13 KB, text/plain)
2014-12-10 19:16 UTC, misterm
Details
stacktrace (4.13 KB, text/plain)
2014-12-10 19:25 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2014-12-10 19:01:42 UTC
Build: NetBeans IDE Dev (Build 20141210-8d3bc43bbc5f)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
misterm: Opening project properties




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.maven.j2ee.ui.customizer.MavenCompositePanelProvider.createJavaScriptLibraries
   at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 misterm 2014-12-10 19:01:44 UTC
Created attachment 151021 [details]
stacktrace
Comment 2 misterm 2014-12-10 19:16:25 UTC
Created attachment 151022 [details]
stacktrace

.
Comment 3 misterm 2014-12-10 19:25:26 UTC
Created attachment 151023 [details]
stacktrace

.
Comment 4 Jaroslav Tulach 2014-12-11 10:53:19 UTC
Looks like somebody registered a method name with "newvalue" layer attribute. Passsing to J2EE/Maven to find out who.
Comment 5 Petr Hejl 2015-06-05 15:28:15 UTC
This registration has been removed in changeset fa46f619c00d.