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

Summary: Duplicated class com.jidesoft.plaf.aqua.AquaJideUtils
Product: updatecenters Reporter: sidthesloth
Component: PluginportalAssignee: twerner
Status: NEW ---    
Severity: normal CC: jkovalsky
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213367
Attachments: stacktrace

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!