Plugin load error on Bamboo 5.4.1 build 4207

Issue #10 resolved
Ilia Sharin created an issue

Manually put plugin version 1.3.1 to WEB-INF/lib folder cause was unable to find it using UI

got an error after Bamboo restart. No additional information present in logs:

2014-02-17 09:41:24,631 ERROR [localhost-startStop-1] [XmlDescriptorParser] There were problems loading the module 'component-import' in plugin 'Bamboo Node.js Support'. The module has been disabled. 2014-02-17 09:41:24,632 ERROR [localhost-startStop-1] [XmlDescriptorParser] Cannot find ModuleDescriptor class for plugin of type 'component-import'. com.atlassian.plugin.PluginParseException: Cannot find ModuleDescriptor class for plugin of type 'component-import'. at com.atlassian.plugin.DefaultModuleDescriptorFactory.getModuleDescriptor(DefaultModuleDescriptorFactory.java:75) at com.atlassian.plugin.parsers.XmlDescriptorParser.createModuleDescriptor(XmlDescriptorParser.java:190) at com.atlassian.plugin.parsers.XmlDescriptorParser.configurePlugin(XmlDescriptorParser.java:142) at com.atlassian.plugin.loaders.SinglePluginLoader.loadPlugin(SinglePluginLoader.java:135) at com.atlassian.plugin.loaders.SinglePluginLoader.loadAllPlugins(SinglePluginLoader.java:89) at com.atlassian.plugin.loaders.ClassPathPluginLoader.loadClassPathPlugins(ClassPathPluginLoader.java:59) at com.atlassian.plugin.loaders.ClassPathPluginLoader.loadAllPlugins(ClassPathPluginLoader.java:67) at com.atlassian.plugin.manager.DefaultPluginManager.init(DefaultPluginManager.java:158) at com.atlassian.bamboo.container.BambooContainer.init(BambooContainer.java:194) at com.atlassian.bamboo.container.BambooContainer.initialise(BambooContainer.java:155) at com.atlassian.bamboo.upgrade.UpgradeLauncher.initialiseBambooContainer(UpgradeLauncher.java:188) at com.atlassian.bamboo.upgrade.UpgradeLauncher.upgradeAndStartBamboo(UpgradeLauncher.java:93) at com.atlassian.bamboo.upgrade.UpgradeLauncher.contextInitialized(UpgradeLauncher.java:39) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4887) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5381) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744)

Comments (3)

  1. Ilia Sharin reporter

    Seems Atlassian documentation is obsolete. Had to put plugin into <Bamboo home>/plugins folder. Now works fine

  2. Jason Berry

    @alfishe, if you're going to manually install it then why not use the Add-on manager in Bamboo's admin to upload the plugin?

  3. Ilia Sharin reporter

    My bad. Missed that convenient feature and started to search solution on stackiverflow. Bad habit appeared after testing other not so friendly products.

    Thank you for advice

  4. Log in to comment