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 211472

Summary: ClassNotFoundException: Will not load class org.jdesktop.layout.GroupLayout$Group arbitrarily from one of ModuleCL@5551abb8[org.netbeans.libs.ppawtlayout] and ModuleCL@20fd55cc[org.jdesktop.layout] st
Product: javame Reporter: Tomas Danek <musilt2>
Component: Visual DesignerAssignee: Roman Svitanic <rsvitanic>
Status: RESOLVED WORKSFORME    
Severity: normal CC: jtulach
Priority: P3    
Version: 7.1.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187191
Attachments: stacktrace

Description Tomas Danek 2012-04-19 15:38:58 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Mac OS X

User Comments:
musilt2: working with editor




Stacktrace: 
java.lang.ClassNotFoundException: Will not load class org.jdesktop.layout.GroupLayout$Group arbitrarily from one of ModuleCL@5551abb8[org.netbeans.libs.ppawtlayout] and ModuleCL@20fd55cc[org.jdesktop.layout] starting from SystemClassLoader[658 modules]; see http://wiki.netbeans.org/DevFaqModuleCCE
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:244)
   at org.netbeans.ModuleManager$SystemClassLoader.loadClass(ModuleManager.java:582)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   at org.netbeans.modules.form.project.ProjectClassLoader.findClass(ProjectClassLoader.java:123)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
Comment 1 Tomas Danek 2012-04-19 15:39:03 UTC
Created attachment 118526 [details]
stacktrace
Comment 2 Tomas Danek 2012-04-19 15:40:36 UTC
 reproducible when i paste in editor (cmd+V)
Comment 3 Jaroslav Tulach 2012-04-19 16:41:31 UTC
Why do we have duplicated classes in org.netbeans.libs.ppawtlayout and org.jdesktop.layout? My expectation would be that having org.jdesktop.layout is enough.
Comment 4 David Strupl 2013-04-09 11:22:44 UTC
Assigning to the new owner of javame modules.
Comment 5 Quality Engineering 2015-02-04 03:30:58 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.