Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-35056

Bamboo integration stopped working after JIRA update to 6.1

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Low
    • 6.1.1
    • 6.1
    • None

    Description

      After update to 6.1 I'm always getting an error when starting JIRA:

      2013-09-27 11:11:06,483 localhost-startStop-1 ERROR [plugin.osgi.factory.OsgiPlugin] Detected an error (BundleException) enabling the plugin 'com.atlassian.jira.plugin.ext.bamboo' : Unresolved constraint in bundle com.atlassian.jira.plugins.jira-bamboo-plugin [73]: Unable to resolve 73.0: missing requirement [73.0] package; (&(package=com.atlassian.jira)(version>=6.1.0.202832)). This error usually occurs when your plugin imports a package from another bundle with a specific version constraint and either the bundle providing that package doesn't meet those version constraints, or there is no bundle available that provides the specified package. For more details on how to fix this, see https://developer.atlassian.com/x/mQAN
      2013-09-27 11:11:06,486 localhost-startStop-1 WARN [plugin.osgi.factory.OsgiPlugin] Unable to enable plugin 'com.atlassian.jira.plugin.ext.bamboo'
      2013-09-27 11:11:06,487 localhost-startStop-1 WARN [plugin.osgi.factory.OsgiPlugin] Because of this exception
      com.atlassian.plugin.osgi.container.OsgiContainerException: Cannot start plugin: com.atlassian.jira.plugin.ext.bamboo
      at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:483)
      at com.atlassian.plugin.impl.AbstractPlugin.enable(AbstractPlugin.java:273)
      at com.atlassian.plugin.impl.AbstractDelegatingPlugin.enable(AbstractDelegatingPlugin.java:226)
      at com.atlassian.plugin.manager.PluginEnabler.actualEnable(PluginEnabler.java:116)
      at com.atlassian.plugin.manager.PluginEnabler.enable(PluginEnabler.java:101)
      at com.atlassian.plugin.manager.DefaultPluginManager.addPlugins(DefaultPluginManager.java:809)
      at com.atlassian.plugin.manager.DefaultPluginManager.init(DefaultPluginManager.java:245)
      at com.atlassian.jira.plugin.JiraPluginManager.start(JiraPluginManager.java:81)
      at com.atlassian.jira.ComponentManager$PluginSystem.start(ComponentManager.java:684)
      at com.atlassian.jira.ComponentManager.startJIRA(ComponentManager.java:216)
      at com.atlassian.jira.ComponentManager.quickStart(ComponentManager.java:210)
      at com.atlassian.jira.ComponentManager.start(ComponentManager.java:195)
      at com.atlassian.jira.upgrade.PluginSystemLauncher.start(PluginSystemLauncher.java:23)
      at com.atlassian.jira.startup.DefaultJiraLauncher$3.run(DefaultJiraLauncher.java:126)
      at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrEnqueue(DatabaseConfigurationManagerImpl.java:315)
      at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrWhenDatabaseActivated(DatabaseConfigurationManagerImpl.java:209)
      at com.atlassian.jira.startup.DefaultJiraLauncher.postDbLaunch(DefaultJiraLauncher.java:114)
      at com.atlassian.jira.startup.DefaultJiraLauncher.access$100(DefaultJiraLauncher.java:30)
      at com.atlassian.jira.startup.DefaultJiraLauncher$1.run(DefaultJiraLauncher.java:77)
      at com.atlassian.jira.util.devspeed.JiraDevSpeedTimer.run(JiraDevSpeedTimer.java:34)
      at com.atlassian.jira.startup.DefaultJiraLauncher.start(DefaultJiraLauncher.java:72)
      at com.atlassian.jira.startup.LauncherContextListener.contextInitialized(LauncherContextListener.java:54)
      at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791)
      at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285)
      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$Sync.innerRun(FutureTask.java:334)
      at java.util.concurrent.FutureTask.run(FutureTask.java:166)
      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:724)
      Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle com.atlassian.jira.plugins.jira-bamboo-plugin [73]: Unable to resolve 73.0: missing requirement [73.0] package; (&(package=com.atlassian.jira)(version>=6.1.0.202832))
      at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)
      at org.apache.felix.framework.Felix.startBundle(Felix.java:1709)
      at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905)
      at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:892)
      at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:459)
      ... 31 more
      2013-09-27 11:11:10,849 ThreadPoolAsyncTaskExecutor::Thread 11 WARN [org.springframework.beans.TypeConverterDelegate] PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
      2013-09-27 11:11:15,141 localhost-startStop-1 ERROR [plugin.osgi.factory.OsgiPlugin] Detected an error (BundleException) enabling the plugin 'remotable.plugins.i18n' : Unresolved constraint in bundle remotable.plugins.i18n [125]: Unable to resolve 125.0: missing requirement [125.0] package; (package=com.atlassian.plugin.remotable.api). This error usually occurs when your plugin imports a package from another bundle with a specific version constraint and either the bundle providing that package doesn't meet those version constraints, or there is no bundle available that provides the specified package. For more details on how to fix this, see https://developer.atlassian.com/x/mQAN
      2013-09-27 11:11:15,141 localhost-startStop-1 WARN [plugin.osgi.factory.OsgiPlugin] Unable to enable plugin 'remotable.plugins.i18n'
      2013-09-27 11:11:15,141 localhost-startStop-1 WARN [plugin.osgi.factory.OsgiPlugin] Because of this exception
      com.atlassian.plugin.osgi.container.OsgiContainerException: Cannot start plugin: remotable.plugins.i18n
      at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:483)
      at com.atlassian.plugin.impl.AbstractPlugin.enable(AbstractPlugin.java:273)
      at com.atlassian.plugin.manager.PluginEnabler.actualEnable(PluginEnabler.java:116)
      at com.atlassian.plugin.manager.PluginEnabler.enable(PluginEnabler.java:101)
      at com.atlassian.plugin.manager.DefaultPluginManager.addPlugins(DefaultPluginManager.java:809)
      at com.atlassian.plugin.manager.DefaultPluginManager.init(DefaultPluginManager.java:245)
      at com.atlassian.jira.plugin.JiraPluginManager.start(JiraPluginManager.java:81)
      at com.atlassian.jira.ComponentManager$PluginSystem.start(ComponentManager.java:684)
      at com.atlassian.jira.ComponentManager.startJIRA(ComponentManager.java:216)
      at com.atlassian.jira.ComponentManager.quickStart(ComponentManager.java:210)
      at com.atlassian.jira.ComponentManager.start(ComponentManager.java:195)
      at com.atlassian.jira.upgrade.PluginSystemLauncher.start(PluginSystemLauncher.java:23)
      at com.atlassian.jira.startup.DefaultJiraLauncher$3.run(DefaultJiraLauncher.java:126)
      at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrEnqueue(DatabaseConfigurationManagerImpl.java:315)
      at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrWhenDatabaseActivated(DatabaseConfigurationManagerImpl.java:209)
      at com.atlassian.jira.startup.DefaultJiraLauncher.postDbLaunch(DefaultJiraLauncher.java:114)
      at com.atlassian.jira.startup.DefaultJiraLauncher.access$100(DefaultJiraLauncher.java:30)
      at com.atlassian.jira.startup.DefaultJiraLauncher$1.run(DefaultJiraLauncher.java:77)
      at com.atlassian.jira.util.devspeed.JiraDevSpeedTimer.run(JiraDevSpeedTimer.java:34)
      at com.atlassian.jira.startup.DefaultJiraLauncher.start(DefaultJiraLauncher.java:72)
      at com.atlassian.jira.startup.LauncherContextListener.contextInitialized(LauncherContextListener.java:54)
      at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791)
      at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285)
      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$Sync.innerRun(FutureTask.java:334)
      at java.util.concurrent.FutureTask.run(FutureTask.java:166)
      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:724)
      Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle remotable.plugins.i18n [125]: Unable to resolve 125.0: missing requirement [125.0] package; (package=com.atlassian.plugin.remotable.api)
      at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3409)
      at org.apache.felix.framework.Felix.startBundle(Felix.java:1709)
      at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905)
      at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:892)
      at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:459)
      ... 30 more

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              731aa3d36a52 Vadim Sitel
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: