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 248587 - Duplicated class com.jidesoft.plaf.aqua.AquaJideUtils
Summary: Duplicated class com.jidesoft.plaf.aqua.AquaJideUtils
Status: NEW
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: twerner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-12 05:55 UTC by sidthesloth
Modified: 2014-11-12 11:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213367


Attachments
stacktrace (3.10 KB, text/plain)
2014-11-12 05:55 UTC, sidthesloth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sidthesloth 2014-11-12 05:55:09 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Mac OS X

User Comments:
sidthesloth: Occurs start of netbeans




Stacktrace: 
java.lang.ClassNotFoundException: Will not load class com.jidesoft.plaf.aqua.AquaJideUtils arbitrarily from one of ModuleCL@6d892f21[de.bfg9000.mongonb] and ModuleCL@788eff8e[com.vp.vpsde.nb] starting from SystemClassLoader[704 modules]; see http://wiki.netbeans.org/DevFaqModuleCCE
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:204)
   at org.netbeans.ModuleManager$SystemClassLoader.loadClass(ModuleManager.java:722)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(LookAndFeelFactory.java:0)
   at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(LookAndFeelFactory.java:0)
   at com.jidesoft.plaf.LookAndFeelFactory.installJideExtension(LookAndFeelFactory.java:0)
Comment 1 sidthesloth 2014-11-12 05:55:11 UTC
Created attachment 150446 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-11-12 10:26:44 UTC
Uninstall one of:

de.bfg9000.mongonb
com.vp.vpsde.nb

they have problems working together.
Comment 3 Jiri Kovalsky 2014-11-12 11:13:49 UTC
Thomas, any chance for a fix in you plugin? Thanks!