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 91325 - ExceptionInitializerError
Summary: ExceptionInitializerError
Status: RESOLVED WORKSFORME
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-20 13:11 UTC by archangel_k978
Modified: 2008-09-25 23:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
netbeans log (92.93 KB, text/plain)
2006-12-20 13:13 UTC, archangel_k978
Details

Note You need to log in before you can comment on or make changes to this bug.
Description archangel_k978 2006-12-20 13:11:03 UTC
SEVERE [org.netbeans.core.modules]
java.lang.ExceptionInInitializerError
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at 
org.openide.util.SharedClassObject.createInstancePrivileged(SharedClassObject.java:619)
        at 
org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:979)
        at 
org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:971)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
org.openide.util.SharedClassObject.findObject(SharedClassObject.java:493)
        at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:332)
[catch] at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:273)
        at org.netbeans.ModuleManager.enable(ModuleManager.java:903)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:380)
        at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:316)
        at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:260)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:154)
        at org.netbeans.core.startup.Main.start(Main.java:308)
        at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:88)
        at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed. (Caused by 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed.) (Caused by 
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed. (Caused by 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed.))
        at 
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
        at 
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
        at 
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
        at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
        at 
org.mevenide.netbeans.project.MavenModule.<clinit>(MavenModule.java:46)
        ... 19 more
Caused by: org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed. (Caused by 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed.)
        at 
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
        at 
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
        ... 23 more
Caused by: org.apache.commons.logging.LogConfigurationException: Invalid class 
loader hierarchy.  You have more than one version of 
'org.apache.commons.logging.Log' visible, which is not allowed.
        at 
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
        ... 24 more
INFO [org.netbeans.core.startup.NbEvents]: Updating module: Link With Editor
SEVERE [org.netbeans.core.modules]
java.lang.ExceptionInInitializerError
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at 
org.openide.util.SharedClassObject.createInstancePrivileged(SharedClassObject.java:619)
        at 
org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:979)
        at 
org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:971)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
org.openide.util.SharedClassObject.findObject(SharedClassObject.java:493)
        at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:332)
[catch] at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:273)
        at org.netbeans.ModuleManager.enable(ModuleManager.java:903)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:380)
        at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:316)
        at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:260)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:154)
        at org.netbeans.core.startup.Main.start(Main.java:308)
        at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:88)
        at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed. (Caused by 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed.) (Caused by 
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed. (Caused by 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed.))
        at 
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
        at 
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
        at 
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
        at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
        at 
org.mevenide.netbeans.grammar.MavenGrammarModule.<clinit>(MavenGrammarModule.java:38)
        ... 19 more
Caused by: org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed. (Caused by 
org.apache.commons.logging.LogConfigurationException: Invalid class loader 
hierarchy.  You have more than one version of 'org.apache.commons.logging.Log' 
visible, which is not allowed.)
        at 
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:397)
        at 
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
        ... 23 more
Caused by: org.apache.commons.logging.LogConfigurationException: Invalid class 
loader hierarchy.  You have more than one version of 
'org.apache.commons.logging.Log' visible, which is not allowed.
        at 
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:385)
        ... 24 more
INFO [org.netbeans.core.startup.NbEvents]: Updating module: file dnd
Turning on modules:
        org.openide.util [7.6.0.1 1 200612101900]
        org.openide.modules [7.2 200612101900]
        org.openide.awt [6.8.0.1 200612101900]
        org.openide.filesystems [7.0 200612101900]
        org.netbeans.modules.queries/1 [1.8 200612101900]
        org.netbeans.api.progress/1 [1.9.0.1 1 200612101900]
        org.openide.dialogs [7.1 200612101900]
        org.openide.nodes [7.0.1 200612101900]
        org.openide.explorer [6.8 1 200612101900]
        org.openide.options [6.6 200612101900]
        org.openide.windows [6.12 200612101900]
        org.netbeans.modules.editor.mimelookup/1 [1.6 200612101900]
        org.openide.text [6.12 200612101900]
        org.openide.actions [6.6.0.1 200612101900]
        org.openide.loaders [6.0 200612101900]
        org.netbeans.modules.projectapi/1 [1.12 200612101900]
        org.netbeans.modules.projectuiapi/1 [1.21.0.5 5 200612101900]
        org.openidex.util/3 [3.10 200612101900]
        org.openide.io [1.11 200612101900]
        org.openide.execution [1.10 200612101900]
        org.netbeans.api.java/1 [1.11 200612101900]
        org.netbeans.modules.java.platform/1 [1.9 200612101900]
        org.netbeans.modules.project.ant/1 [1.14 200612101900]
        org.netbeans.modules.options.api/1 [1.5 061220]
        org.jdesktop.layout/1 [1.4 1.0.1 200612101900]
        org.netbeans.api.xml/1 [1.14 200612101900]
        org.netbeans.spi.navigator/1 [1.4 200612101900]
        org.apache.tools.ant.module/3 [3.26.0.2 2 200612101900]
        org.netbeans.modules.project.libraries/1 [1.14 200612101900]
        org.netbeans.modules.java.project/1 [1.10 200612101900]
        org.netbeans.core.multiview/1 [1.9 200612101900]
        org.netbeans.modules.junit/2 [2.21.0 200612101900]
        org.netbeans.modules.j2ee.persistenceapi/1 [1.1 200612101900]
        org.netbeans.modules.xml.xam/1 [1.2 1 200612101900]
        org.netbeans.modules.schema2beans/1 [1.16 200612101900]
        org.netbeans.modules.websvc.jaxws20/1 [1.2 200612101900]
        org.netbeans.modules.xml.core/2 [1.13.0.4 4 200612101900]
        org.netbeans.modules.editor.util/1 [1.15 200612101900]
        org.netbeans.modules.editor.fold/1 [1.6 200612101900]
        org.netbeans.modules.lexer/2 [1.12.0 061220]
        org.netbeans.modules.xml.lexer [1.1 200612151900]
        org.netbeans.modules.editor.settings/1 [1.7 200612101900]
        org.netbeans.modules.editor.lib/1 [1.10.0.1 1 200612101900]
        org.netbeans.modules.editor/3 [1.27.0.1 200612101900]
        org.netbeans.modules.editor.structure/1 [1.13.0.1 1 200612101900]
        org.netbeans.modules.editor.completion/1 [1.7 200612101900]
        org.netbeans.modules.editor.plain.lib/1 [1.4 200612101900]
        org.netbeans.modules.lexer.editorbridge/1 [1.3 200612101900]
        org.netbeans.modules.xml.text/2 [1.13.0.4.4 4 200612101900]
        org.apache.xml.resolver [1.2 1.1 200612101900]
        org.netbeans.modules.xml.retriever/1 [1.1 200612101900]
        org.netbeans.modules.websvc.jaxwsmodel/1 [1.1 200612101900]
        org.netbeans.modules.websvc.clientapi [1.6 200612101900]
        org.netbeans.api.debugger/1 [1.8 200612101900]
        org.netbeans.spi.viewmodel/2 [1.11 200612101900]
        org.netbeans.api.debugger.jpda/2 [2.8 200612101900]
        org.netbeans.modules.debugger.jpda.ant [1.8 200612101900]
        org.netbeans.modules.ant.browsetask [1.12 200612101900]
        org.netbeans.libs.javacapi [0.5.1 1 200612101900]
        org.netbeans.modules.classfile/1 [1.19 200612101900]
        org.netbeans.libs.javacimpl/1 [0.5.2 2 200612101900]
        org.netbeans.modules.java.preprocessorbridge [1.0 200612101900]
        org.netbeans.modules.timers/1 [1.0 200612101900]
        org.netbeans.modules.java.lexer/1 [1.1 061220]
        org.netbeans.modules.java.source [0.3.0.1.2 1 061220]
        org.netbeans.modules.java.j2seproject [1.9.0.42 42 200612101900]
        org.netbeans.modules.favorites/1 [1.12 200612101900]
        org.netbeans.modules.j2ee.metadata [1.1 200612101900]
        org.netbeans.api.web.webmodule [1.8 200612101900]
        org.netbeans.libs.xerces/1 [1.10 2.8.0 200612101900]
        org.netbeans.modules.j2ee.dd/1 [1.9.0.2 2 200612101900]
        org.netbeans.modules.j2ee.api.ejbmodule [1.7 200612101900]
        org.netbeans.modules.j2ee.dd.webservice [1.5 200612101900]
        org.netbeans.modules.websvc.websvcapi [1.6 200612101900]
        org.netbeans.modules.servletjspapi/1 [1.1 1 200612101900]
        org.netbeans.libs.glassfish_logging/1 [1.1 1 200612101900]
        org.netbeans.core.output2/1 [1.8.0.1 1 200612101900]
        org.netbeans.modules.web.jspparser/2 [2.7 200612101900]
        org.netbeans.modules.java.editor.lib/1 [1.6 200612101900]
        org.netbeans.modules.el.lexer/1 [1.1 061220]
        org.netbeans.modules.html.lexer/1 [1.1 061220]
        org.netbeans.modules.jsp.lexer/1 [1.1 061220]
        org.netbeans.modules.html.editor.lib/1 [1.6 200612101900]
        org.netbeans.modules.html.editor/1 [1.6 200612101900]
        org.netbeans.modules.editor.errorstripe.api/1 [2.3.0.1 1 200612101900]
        org.netbeans.modules.editor.highlights/0 [1.1 200612101900]
        org.netbeans.spi.editor.hints/0 [1.0.3 3 200612101900]
        org.netbeans.modules.editor.codetemplates/1 [1.3 200612101900]
        org.netbeans.modules.editor.errorstripe/2 [2.3.0.1.1 1 200612101900]
        org.netbeans.modules.java.editor/1 [2.2.0.1.1.3 1 200612101900]
        org.netbeans.modules.web.core.syntax/1 [1.27.0.1 200612101900]
        org.netbeans.modules.xml.catalog/2 [1.12.0.4.4 4 200612101900]
        org.netbeans.bootstrap/1 [2.5 200612101900]
        org.netbeans.core.startup/1 [1.7.0.1 200612101900]
        org.netbeans.swing.plaf [1.6 200612101900]
        org.netbeans.core/2 [3.5.0.1 200612101900]
        org.netbeans.modules.settings/1 [1.12 200612101900]
        org.netbeans.modules.j2eeapis/1 [1.8 200612101900]
        org.netbeans.modules.j2eeserver/4 [1.21.0.1 1 200612101900]
        org.netbeans.modules.javahelp/1 [2.9 200612101900]
        org.netbeans.modules.db/0 [1.20.0.4 4 200612101900]
        org.netbeans.modules.j2ee.common/1 [1.14 061220]
        org.netbeans.modules.web.struts/1 [1.5.0.1 1 200612101900]
        org.netbeans.lib.cvsclient/1 [1.15 200612101900]
        org.netbeans.modules.diff/1 [1.16.0.42 42 200612101900]
        ramos.localhistory [1.61 200611300230]
        org.netbeans.modules.sendopts/2 [2.0 200612101900]
        org.netbeans.modules.utilities/1 [1.22 200612101900]
        org.netbeans.modules.whitespacetools [1.2 060505]
        org.netbeans.modules.folder2html/1 [1.0 200611300230]
        org.netbeans.modules.regexphighlighter/1 [1.5 060303]
        org.netbeans.modules.properties/1 [1.19 200612101900]
        org.netbeans.modules.i18n/1 [1.22 200612101900]
        org.netbeans.modules.buildmonitor [1.10 200612011900]
        org.netbeans.modules.project.portfolios [1.13 200611300230]
        org.netbeans.swing.tabcontrol [1.8 200612101900]
        org.netbeans.modules.jemmy.idemodule/2 [2.2.7.7 200611300230]
        org.netbeans.modules.jellytools/2 [2.3.83 200612081900]
        org.netbeans.modules.xml.schema.model/1 [1.2 1 200612101900]
        org.netbeans.modules.xml.wsdl.model/1 [1.2 1 200612101900]
        org.netbeans.modules.websvc.jaxwsapi [1.1 200612101900]
        org.netbeans.modules.xml.xdm/1 [1.2 1 200612101900]
        org.netbeans.modules.websvc.core [1.7.0.1.4 1 200612151900]
        org.netbeans.modules.defaults/1 [1.3 200612101900]
        org.netbeans.modules.keybindings/1 [1.0 060525]
        org.netbeans.spi.debugger.ui/1 [2.9 200612101900]
        org.netbeans.modules.refactoring.api [1.0 200612101900]
        org.netbeans.modules.utilities.project/1 [1.6 200612101900]
        org.jdom [1.0 060310]
        com.sun.syndication [1.0 060310]
        com.sun.syndication.fetcher [1.0 060310]
        org.myorg.feedreader [1.2.17 060316]
        ramos.systemeditor [1.0.1 060509]
        org.netbeans.modules.masterfs/1 [1.9 200612101900]
        org.netbeans.modules.versioning/1 [1.4.0.1.42.1 1 200612101900]
        org.netbeans.modules.j2ee.clientproject [1.1.0.1 1 200612101900]
        org.openide.util.enumerations [6.5 200612101900]
        org.openide.compat [6.5 200612101900]
        org.netbeans.modules.autoupdate/1 [2.22 200612101900]
        org.mevenide.netbeans.update [1.0.2 1.0.2 200508070812]
        jdom [1.0.1 1.0.1 200411200642]
        org.netbeans.libs.commons_logging/1 [1.4 1.0.4 200612101900]
        org.apache.ant [1.5.3 1.5.3-1 200409281227]
        org.apache.maven [1.0.2 1.0.2 200508070810]
        org.mevenide.config [0.11 0.11 200602140227]
        org.mevenide.goals [0.12 0.12 200602140227]
        org.mevenide.core/1 [0.11 0.11 200602140227]
        org.netbeans.modules.servletapi/1 [1.11 200612101900]
        org.netbeans.modules.docbook [1.15 061220]
        org.netbeans.modules.docbook.project [1.5 200612011900]
        org.netbeans.modules.apisupport.ant [2.31 200612101900]
        org.mevenide.repository [0.4 0.4 200602140227]
        org.mevenide.netbeans.project [1.0 1.0 200602161004]
        org.netbeans.modules.dbschema/1 [1.9.0.3.4 3 200612101900]
        org.netbeans.modules.xml.multiview/1 [1.6.0.2 2 200612101900]
        org.netbeans.modules.dbapi [1.3.0.4 200612101900]
        org.netbeans.modules.j2ee.persistence [1.3.0.1 1 200612101900]
        ramos.linkwitheditor [0.4.2 060808]
        org.netbeans.modules.ant.debugger/1 [1.8.0.2 200612101900]
        org.netbeans.modules.editor.settings.storage/1 [1.7 200612101900]
        org.netbeans.modules.languages [1.9 061220]
        org.netbeans.modules.languages.properties [1.0 200611300230]
        org.netbeans.modules.extraupdatecenters [1.6 200612021900]
        org.netbeans.modules.java.hints/1 [1.15.0.1.1.3 1 061220]
        org.netbeans.modules.ant.freeform/1 [1.13 200612101900]
        org.netbeans.modules.java.freeform/1 [1.7 200612101900]
        org.netbeans.tools.makewritable/1 [1.2 061216]
        org.netbeans.modules.rectangularedittools [1.3 061113]
        org.netbeans.core.ui/1 [1.10 200612101900]
        org.netbeans.core.ide/1 [1.10 200612101900]
        org.netbeans.modules.j2ee.ant [1.9.0.1 200612101900]
        org.netbeans.libs.jsch/1 [1.5 0.1.24 200612101900]
        org.netbeans.modules.versioning.system.cvss/1 [1.8.0.1.42.1 1 
200612101900]
        org.codehaus.cargo.netbeans [0.5 0.5 200505221031]
        org.mevenide.netbeans.cargo [0.5.1 0.5.1 200508070813]
        org.netbeans.modules.modulemanagement [1.3 200611300230]
        org.netbeans.modules.httpserver/2 [2.7.0.42 42 200612101900]
        org.netbeans.modules.tomcat5/1 [1.9 200612101900]
        org.netbeans.modules.tomcat5.bundled/1 [1.7 200612101900]
        net.java.dev.cvsrootselector [1.1 200611300230]
        org.netbeans.modules.projectpackager/1 [1.1.5 200611300230]
        org.netbeans.modules.ant.grammar/1 [1.15 200612101900]
        org.netbeans.modules.apisupport.feedreader/1 [1.4 200612101900]
        org.apache.velocity [0.9 060518]
        org.mevenide.grammar [0.7 0.7 200602140227]
        org.mevenide.netbeans.grammar/1 [0.7 0.7 200602140227]
        org.netbeans.modules.languages.css [1.1 061220]
        org.netbeans.modules.db.core [1.4 200612101900]
        org.netbeans.modules.j2ee.sun.dd/1 [1.7 200612101900]
        org.netbeans.modules.whichproject/1 [1.1 200611300230]
        org.netbeans.modules.languages.bat [1.0 200611300230]
        org.netbeans.tasklistapi/1 [1.21.0.8 8 200612101900]
        org.netbeans.modules.tasklist.core/2 [1.38.0.20.8 20 200612101900]
        org.netbeans.modules.tasklist.copyright/2 [1.8.0.20.8 200612081900]
        org.netbeans.modules.archiver [1.4 200611300230]
        org.netbeans.modules.javadoc/1 [1.19 061220]
        org.netbeans.modules.registry/1 [1.8 200611300230]
        org.netbeans.libs.ini4j/1 [1.0 0.9 200612101900]
        org.netbeans.modules.languages.sql [1.0 200611300230]
        org.netbeans.libs.svnClientAdapter/1 [1.2 0.9 200612101900]
        org.mevenide.netbeans.devel [1.0 1.0 200505220823]
        org.netbeans.modules.options.editor/1 [1.3 200612101900]
        org.netbeans.modules.web.debug/1 [2.10 200612101900]
        org.netbeans.modules.languages.prolog [1.0 200611300230]
        org.netbeans.modules.editor.guards/0 [0.1 200612101900]
        org.netbeans.spi.palette/1 [1.7 200612101900]
        org.netbeans.modules.web.core/1 [1.27.0.42.2 42 200612101900]
        org.netbeans.modules.languages.javascript [1.6 061220]
        org.netbeans.modules.xml.tax/2 [1.13.0.4.4 4 200612101900]
        org.netbeans.core.execution/1 [1.10.0.1 200612101900]
        org.netbeans.modules.projectui [1.11.0.1.5 1 200612101900]
        org.netbeans.libs.ical4j/1 [1.0 0.9.20 200612081900]
        org.netbeans.libs.jcalendar/1 [1.0 1.3.2 200612081900]
        org.netbeans.modules.tasklist.usertasks/2 [1.29.0.66.20 66 061220]
        org.netbeans.modules.usersguide/1 [1.20 200612101900]
        org.netbeans.modules.java.j2seplatform/1 [1.7.0.2 2 200612101900]
        org.netbeans.modules.projectimport/1 [1.28.0.2.42 200611300230]
        org.netbeans.modules.xml.schema/1 [1.13.0.4 200612101900]
        org.netbeans.modules.websvc.customization [1.1 061220]
        org.netbeans.lib.uihandler [1.1 200612081900]
        org.netbeans.modules.uihandler [1.12 061220]
        org.netbeans.modules.uihandlerforprojects [1.0 200611300230]
        org.netbeans.modules.j2ee.platform/1 [1.5 200612101900]
        org.netbeans.modules.editor.plain/1 [1.4 200612101900]
        org.netbeans.modules.languages.php [1.1 061220]
        org.netbeans.modules.tasklist.editor/2 [1.14.2.66 061220]
        org.netbeans.modules.html/1 [1.21 200612101900]
        org.netbeans.modules.loadgenerator/1 [1.0.1 1 200612041900]
        org.netbeans.modules.apisupport.project [1.13.0.6.4 6 200612101900]
        org.netbeans.modules.jemmysupport/1 [1.34.0.6.1 200611300230]
        org.netbeans.modules.derby [1.8 200612101900]
        org.netbeans.modules.codetemplatetools/1 [1.18 061205]
        org.netbeans.modules.suggestions_framework/2 [1.16.0.10.20.8 10 
200612101900]
        org.netbeans.modules.editor.nexterror [1.1 200611300230]
        org.netbeans.modules.xtest/1 [1.5.59.0.6.42 200611300230]
        org.netbeans.modules.xtest.examples/1 [1.3 200611300230]
        org.mevenide.netbeans.j2ee [1.2 1.2 200602140227]
        org.netbeans.modules.xsl/1 [1.13.0.4 200612101900]
        org.netbeans.modules.nbjunit/1 [1.39 200611300230]
        org.netbeans.modules.j2ee.weblogic9/1 [1.6 200612101900]
        org.netbeans.modules.extbrowser/1 [1.11 200612101900]
        ramos.filednd [1.3 060727]
        org.netbeans.modules.projectimport.jbuilder/1 [1.6 200611300230]
        org.netbeans.modules.properties.syntax/1 [1.18 200612101900]
        org.netbeans.modules.j2ee.sun.appsrv/1 [1.5 1 200612101900]
        org.netbeans.modules.java.guards/0 [0.1 200612101900]
        org.netbeans.modules.form/2 [1.21 1 200612101900]
        org.netbeans.modules.i18n.form/2 [1.20 200612101900]
        org.netbeans.modules.languages.manifest [1.0 200611300230]
        org.netbeans.modules.languages.tcl [1.0 200611300230]
        org.netbeans.modules.web.project [1.6 200612101900]
        org.netbeans.modules.j2ee.ejbjarproject [1.6 200612101900]
        org.netbeans.modules.j2ee.earproject [1.7 200612101900]
        org.netbeans.modules.tasklist.suggestions/2 [1.25.0.10.20.8 
200612081900]
        org.netbeans.modules.apisupport.paintapp [1.1 200612101900]
        org.netbeans.modules.profiling.tools.jhat [1.8 061007]
        org.netbeans.modules.updatecenters/1 [1.8 200612101900]
        org.netbeans.modules.insertunicode [1.11 200611300230]
        org.netbeans.modules.image/1 [1.18 200612101900]
        org.netbeans.modules.db.sql.editor [1.4.0.4 200612101900]
        org.netbeans.modules.web.jsf/1 [1.5.0.1 1 200612101900]
        ramos.webSearchEngines [0.8.1 060509]
        sf.netbeans.prjextensions [0.10.3 060518]
        sf.netbenas.harness [0.4.1 060518]
        org.netbeans.modules.ant.freeform.samples [1.6 200611300230]
        org.netbeans.modules.j2ee.ejbfreeform [1.8 200612101900]
        org.netbeans.upgrader [4.6 200612101900]
        org.netbeans.modules.subversion [1.2 200612101900]
        org.netbeans.core.windows/2 [2.8.0.1 200612101900]
        org.netbeans.modules.convertor/1 [1.3 200611300230]
        org.netbeans.core.registry/1 [1.8 200611300230]
        org.netbeans.modules.manifesteditor [1.1 200611300230]
        org.netbeans.modules.sysprops [1.9 200611300230]
        org.netbeans.modules.websvc.jaxrpc16_xml/1 [1.0 200611300230]
        org.netbeans.modules.languages.html [1.3 061220]
        org.netbeans.modules.java.navigation/1 [1.4 061220]
        org.netbeans.modules.camelcase/1 [1.8 060410]
        org.netbeans.modules.mount [1.0 200611300230]
        org.netbeans.modules.debugger.jpda.projects [1.0 200612101900]
        org.netbeans.modules.debugger.jpda/2 [1.17 200612101900]
        org.netbeans.modules.javascript [1.0 200611300230]
        org.netbeans.modules.j2ee.jboss4/1 [1.6.0.1 200612101900]
        org.netbeans.modules.quickfilechooser [1.11 200611300230]
        org.netbeans.modules.editor.mimelookup.impl/1 [1.1 200612101900]
        org.netbeans.modules.tasklist.docscan/2 [1.24.0.10.20.8 200612101900]
        org.netbeans.modules.web.monitor/1 [1.17 200612101900]
        org.apache.jmeter.module/1 [1.3.0 200612081900]
        org.netbeans.modules.welcome/1 [1.12 200612101900]
        org.netbeans.modules.moduleexplorer [1.2 060228]
        org.netbeans.modules.css/2 [1.13 200612101900]
        org.netbeans.modules.languages.diff [1.0 200611300230]
        org.netbeans.modules.j2ee.genericserver [1.6 200612101900]
        org.netbeans.modules.editor.incrementalsearch [1.15 061127]
        org.netbeans.modules.j2ee.debug/1 [1.5 200612101900]
        org.netbeans.modules.j2ee.sun.ddui/1 [1.8 1 200612101900]
        org.netbeans.modules.j2ee.sun.appsrv81/1 [1.3.0.1.1 1 200612101900]
        org.netbeans.modules.tasklist.bugs/2 [0.19.0.20.8 200612081900]
        org.netbeans.modules.languages.groovy [1.0 200612021900]
        org.netbeans.modules.apisupport.apidocs [2.25 200611300230]
        org.netbeans.modules.j2ee.toplinklib/1 [2.8 200612101900]
        org.netbeans.modules.websvc.registry [1.5 200612101900]
        org.netbeans.modules.javascript.editor [1.0 200611300230]
        org.netbeans.modules.performance.insane [1.3 200611300230]
        org.netbeans.modules.websvc.jaxrpc16/1 [1.4 200612101900]
        org.netbeans.modules.progress.ui [1.0 200612101900]
        org.netbeans.modules.web.freeform [1.6 200612101900]
        org.netbeans.modules.languages.sh [1.0 200611300230]
        org.netbeans.modules.apisupport.beanbrowser [1.4 200611300230]
        com.liguorien.csscompletion [1.0 060214]
        de.hunsicker.jalopy.plugin.netbeans [0.6.6 200611300230]
        org.netbeans.modules.loaderswitcher/1 [2.0.1 1 200611300230]
        org.netbeans.modules.lexer.nbbridge/1 [1.1 061220]
        org.netbeans.modules.java.examples/1 [1.6 200612101900]
        org.netbeans.modules.debugger.jpda.ui/1 [1.6 200612101900]
        org.netbeans.modules.editor.bookmarks/1 [1.4 200612101900]
        org.netbeans.modules.web.examples/1 [1.7 200612101900]
        org.netbeans.modules.htmlprojects [1.6 200611300230]
        org.netbeans.modules.java.debug [1.0.2 200612101900]
        org.netbeans.modules.linetools/1 [1.12 060921]
        org.netbeans.modules.web.jstl11/1 [2.8 1.1.2 200612101900]
        org.apache.tools.ant.module.docs [2.20 200611300230]
        org.netbeans.modules.group/1 [1.1 200611300230]
        org.netbeans.modules.debugger.suspendallbreakpoints [1.5 060918]
        org.netbeans.modules.genericnavigator/1 [1.6 200611300230]
        org.netbeans.modules.explorefromhere/1 [1.0 200611300230]
        org.netbeans.modules.nbjunit.ide/1 [1.23 200611300230]
        org.netbeans.modules.refactoring.java/1 [1.0 200612101900]
        org.netbeans.modules.desktopintegration/1 [1.0 060623]
WARNING [org.netbeans.modules.settings.convertors.XMLSettingsSupport]: Warning: 
unknown module code base: org.netbeans.modules.xdoclet in 
MultiFileObject@13b087c[Windows2Local/Components/FeaturesTopComponent.settings]
WARNING [org.netbeans.core.windows.persistence]: 
[WinSys.PersistenceManager.getTopComponentForID] Problem when deserializing 
TopComponent for tcID:'FeaturesTopComponent'. Reason: Top component 
FeaturesTopComponent could not be loaded, either owning module was disabled, 
has incompatible version or top components settings file format is broken.
java.io.IOException: Top component FeaturesTopComponent could not be loaded, 
either owning module was disabled, has incompatible version or top components 
settings file format is broken.
[catch] at 
org.netbeans.core.windows.persistence.PersistenceManager.getTopComponentPersistentForID(PersistenceManager.java:493)
        at 
org.netbeans.core.windows.persistence.PersistenceManager.getTopComponentForID(PersistenceManager.java:579)
        at 
org.netbeans.core.windows.PersistenceHandler.getTopComponentForID(PersistenceHandler.java:397)
        at 
org.netbeans.core.windows.PersistenceHandler.initModeFromConfig(PersistenceHandler.java:361)
        at 
org.netbeans.core.windows.PersistenceHandler.load(PersistenceHandler.java:190)
        at 
org.netbeans.core.windows.WindowSystemImpl.load(WindowSystemImpl.java:46)
        at org.netbeans.core.NonGui$3.run(NonGui.java:186)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
CONFIG [org.netbeans.ui]: List of enabled modules 
org.netbeans.modules.desktopintegration/1 org.netbeans.modules.options.api/1 
org.netbeans.modules.editor.errorstripe/2 org.netbeans.modules.refactoring.java/
1 org.netbeans.modules.nbjunit.ide/1 org.netbeans.modules.explorefromhere/1 
org.openide.compat com.sun.syndication.fetcher 
org.netbeans.modules.genericnavigator/1 org.jdesktop.layout/1 ...
CONFIG [org.netbeans.ui]: List of disabled modules 
org.netbeans.modules.collab.channel.chat/1 
org.netbeans.modules.collab.provider.im com.sun.collablet/1 
org.netbeans.modules.applemenu/1 org.netbeans.modules.collab.channel.chat.java/
1 net.sourceforge.napkinlaf net.java.dev.thinnbjar/1 org.dom4j 
org.gjt.jclasslib com.sun.collablet.moxc/1 ...
FINE [org.netbeans.ui.actions.editor]: Invoking abbrev-kit-install implemented 
as org.netbeans.lib.editor.codetemplates.AbbrevKitInstallAction@173c52f thru 
java.awt.event.ActionEvent[ACTION_PERFORMED,cmd=,when=0,modifiers=] on 
javax.swing.JEditorPane[,0,0,0x0,invalid,layout=javax.swing.plaf.basic.BasicTextUI$UpdateHandler,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.basic.BasicBorders$MarginBorder@198c805,flags=296,maximumSize=,minimumSize=,preferredSize=,caretColor=java.awt.Color[r=0,g=0,b=0],disabledTextColor=javax.swing.plaf.ColorUIResource[r=184,g=207,b=229],editable=true,margin=java.awt.Insets[top=0,left=0,bottom=0,right=0],selectedTextColor=sun.swing.PrintColorUIResource[r=51,g=51,b=51],selectionColor=javax.swing.plaf.ColorUIResource[r=184,g=207,b=229],kit=org.netbeans.modules.editor.java.JavaKit@99ee0b,typeHandlers=]
FINE [org.netbeans.ui.actions.editor]: Invoking bookmarks-kit-install 
implemented as 
org.netbeans.lib.editor.bookmarks.actions.BookmarksKitInstallAction@f92649 thru 
java.awt.event.ActionEvent[ACTION_PERFORMED,cmd=,when=0,modifiers=] on 
javax.swing.JEditorPane[,0,0,0x0,invalid,layout=javax.swing.plaf.basic.BasicTextUI$UpdateHandler,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.basic.BasicBorders$MarginBorder@198c805,flags=296,maximumSize=,minimumSize=,preferredSize=,caretColor=java.awt.Color[r=0,g=0,b=0],disabledTextColor=javax.swing.plaf.ColorUIResource[r=184,g=207,b=229],editable=true,margin=java.awt.Insets[top=0,left=0,bottom=0,right=0],selectedTextColor=sun.swing.PrintColorUIResource[r=51,g=51,b=51],selectionColor=javax.swing.plaf.ColorUIResource[r=184,g=207,b=229],kit=org.netbeans.modules.editor.java.JavaKit@99ee0b,typeHandlers=]
Comment 1 archangel_k978 2006-12-20 13:13:37 UTC
Created attachment 36837 [details]
netbeans log
Comment 2 Petr Nejedly 2007-01-03 13:05:24 UTC
Either a broken instalation or a problem with the maven modules (e.g.
org.mevenide.netbeans.grammar.MavenGrammarModule class) - there are more
implementations of commons logging on the class path it seems.
Reassigning to Milos.
Comment 3 Milos Kleint 2007-01-03 15:37:42 UTC
that particular class from maven support comes from the maven1 mevenide. It's
using commons-logging library but as far as module dependencies are concerned,
it doesn't ship with commons-logging, but rather declares a dependency on the
commons-logging module that ships with netbeans itself. Given that the user
seems to have a lot of 3rd party modules installed, I assume one of them might
ship yet another custom version of that jar.

archangel_k978: can you please search your installation for commons-logging jars
to proove that theory? doe the same issue appear if you install plain netbens
and the mevenide1 modules?


Comment 4 Jesse Glick 2008-09-25 23:48:34 UTC
No response.