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 - 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
Summary: ClassNotFoundException: Will not load class org.jdesktop.layout.GroupLayout$G...
Status: RESOLVED WORKSFORME
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 7.1.2
Hardware: All All
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-19 15:38 UTC by Tomas Danek
Modified: 2015-02-04 03:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187191


Attachments
stacktrace (2.97 KB, text/plain)
2012-04-19 15:39 UTC, Tomas Danek
Details

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