Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-3614

"Cannot enable the plugin 'com.pyxis.greenhopper.jira' when the bundle is not in the resolved or installed state" error in JIRA startup log

      This issue is related to a workaround from known bugs below:

      After implement workaround from bugs above (upgrade activeobjects-plugin-0.15.5.jar), the following warning shown in the log:

      2011-09-02 20:21:57,049 main INFO      [atlassian.plugin.loaders.ScanningPluginLoader] Plugin Unit: /home/vkgan/deployment/gan44/home/plugins/installed-plugins/plugin.6370356898626892984.jira-greenhopper-plugin-5.7.1.jar (1314965153000) created
      2011-09-02 20:21:57,532 main INFO      [atlassian.plugin.loaders.ScanningPluginLoader] Plugin Unit: /home/vkgan/deployment/gan44/home/plugins/installed-plugins/plugin.8007164227669070204.activeobjects-plugin-0.15.5.jar (1314691313000) created
      2011-09-02 20:21:59,412 main INFO      [atlassian.plugin.manager.DefaultPluginManager] Found dependent enabled plugins for uninstalled plugin 'com.atlassian.activeobjects.activeobjects-plugin': [com.pyxis.greenhopper.jira].  Disabling...
      2011-09-02 20:21:59,413 main INFO      [atlassian.plugin.manager.DefaultPluginManager] Disabling com.pyxis.greenhopper.jira
      2011-09-02 20:21:59,502 main INFO      [atlassian.plugin.manager.DefaultPluginManager] Updating plugin 'com.atlassian.activeobjects.activeobjects-plugin' to 'com.atlassian.activeobjects.activeobjects-plugin'
      2011-09-02 20:21:59,502 main INFO      [atlassian.plugin.manager.DefaultPluginManager] Disabling com.atlassian.activeobjects.activeobjects-plugin
      2011-09-02 20:22:01,159 main INFO      [atlassian.plugin.manager.DefaultPluginManager] Found dependent enabled plugins for uninstalled plugin 'com.pyxis.greenhopper.jira': [].  Disabling...
      2011-09-02 20:22:01,159 main INFO      [atlassian.plugin.manager.DefaultPluginManager] Updating plugin 'com.pyxis.greenhopper.jira' to 'com.pyxis.greenhopper.jira'
      2011-09-02 20:22:01,304 main WARN      [plugin.osgi.factory.OsgiPlugin] Unable to enable plugin 'com.pyxis.greenhopper.jira'
      com.atlassian.plugin.osgi.container.OsgiContainerException: Cannot enable the plugin 'com.pyxis.greenhopper.jira' when the bundle is not in the resolved or installed state: 1(65)
      	at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:415)
      	at com.atlassian.plugin.impl.AbstractPlugin.enable(AbstractPlugin.java:237)
      	at com.atlassian.plugin.impl.AbstractDelegatingPlugin.enable(AbstractDelegatingPlugin.java:213)
      	at com.atlassian.plugin.manager.PluginEnabler.actualEnable(PluginEnabler.java:114)
      	at com.atlassian.plugin.manager.PluginEnabler.enable(PluginEnabler.java:99)
      	at com.atlassian.plugin.manager.DefaultPluginManager.addPlugins(DefaultPluginManager.java:682)
      	at com.atlassian.plugin.manager.DefaultPluginManager.init(DefaultPluginManager.java:156)
      	at com.atlassian.jira.plugin.JiraPluginManager.start(JiraPluginManager.java:61)
      	at com.atlassian.jira.ComponentManager$PluginSystem.start(ComponentManager.java:684)
      	at com.atlassian.jira.ComponentManager.startPluginSystem(ComponentManager.java:243)
      	at com.atlassian.jira.ComponentManager.quickStart(ComponentManager.java:236)
      	at com.atlassian.jira.ComponentManager.start(ComponentManager.java:221)
      ...
      
      2011-09-02 20:22:01,305 main ERROR      [atlassian.plugin.manager.PluginEnabler] Unable to enable plugin com.pyxis.greenhopper.jira
      com.atlassian.plugin.osgi.container.OsgiContainerException: Cannot enable the plugin 'com.pyxis.greenhopper.jira' when the bundle is not in the resolved or installed state: 1(65)
      	at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:415)
      	at com.atlassian.plugin.impl.AbstractPlugin.enable(AbstractPlugin.java:237)
      	at com.atlassian.plugin.impl.AbstractDelegatingPlugin.enable(AbstractDelegatingPlugin.java:213)
      	at com.atlassian.plugin.manager.PluginEnabler.actualEnable(PluginEnabler.java:114)
      	at com.atlassian.plugin.manager.PluginEnabler.enable(PluginEnabler.java:99)
      
      

      Finding

      • Only happened after upgrade to GreenHopper 5.7.1.
      • Doesn't affect GreenHopper functionality
      • Downgraded to GreenHopper 5.7, the warning disappear.

          Form Name

            [JSWSERVER-3614] "Cannot enable the plugin 'com.pyxis.greenhopper.jira' when the bundle is not in the resolved or installed state" error in JIRA startup log

            Hi Voon,

            Resolved in JIRA 4.4.1 which has a new version of GreenHopper and a new version of AO.

            Thanks,
            Nicholas

            Nicholas Muldoon [Atlassian] added a comment - Hi Voon, Resolved in JIRA 4.4.1 which has a new version of GreenHopper and a new version of AO. Thanks, Nicholas

            Hi Nick,

            We update to AO 0.15.5 as it fix the bug JRA-25309. For more detail you can review support ticket from Foong: JSP-87448.

            Gan VoonKiat added a comment - Hi Nick, We update to AO 0.15.5 as it fix the bug JRA-25309 . For more detail you can review support ticket from Foong: JSP-87448 .

            Sorry Gan, why the update to AO 0.15.5?

            Nicholas Muldoon [Atlassian] added a comment - Sorry Gan, why the update to AO 0.15.5?

            Hi Nicholas,

            Below are the steps to reproduce:

            1. Start JIRA
            2. Upgrade to activeobjects-plugin-0.15.5.jar
            3. Upgrade GreeenHopper to 5.7.1
            4. Restart JIRA, error will show up in startup log.

            Cheers,
            Gan

            Gan VoonKiat added a comment - Hi Nicholas, Below are the steps to reproduce: Start JIRA Upgrade to activeobjects-plugin-0.15.5.jar Upgrade GreeenHopper to 5.7.1 Restart JIRA, error will show up in startup log. Cheers, Gan

            Hi Voon,

            Can you please let me know the steps to reproduce this error.

            Thank you,
            Nicholas

            Nicholas Muldoon [Atlassian] added a comment - Hi Voon, Can you please let me know the steps to reproduce this error. Thank you, Nicholas

            Hi Stuart & Nick,

            I saw this error with customers and I'm able to replicate it myself in a new JIRA 4.4 instance.

            Cheers,
            Gan

            Gan VoonKiat added a comment - Hi Stuart & Nick, I saw this error with customers and I'm able to replicate it myself in a new JIRA 4.4 instance. Cheers, Gan

            Hi Voon,

            Did you upgrade GreenHopper and AO? Have you seen this with customers or just on your local machine?

            Given that it does not affect functionality and we are updating AO frequently in JIRA I feel this is a close Won't Fix.

            Thanks,
            Nick

            Stuart Bargon [Atlassian] added a comment - Hi Voon, Did you upgrade GreenHopper and AO? Have you seen this with customers or just on your local machine? Given that it does not affect functionality and we are updating AO frequently in JIRA I feel this is a close Won't Fix. Thanks, Nick

              Unassigned Unassigned
              vkgan Gan VoonKiat
              Affected customers:
              1 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: