Commit Graph always disabled upon Universal Plugin Manager or Bitbucket restart

Issue #217 new
Igor Kysel created an issue

When we restart Bitbucket, the Commit Graph plugin is always disabled, regardless on the status before restart. We´d like it to be enabled by default. Can this be achieved?

Comments (3)

  1. Andree Knoche

    We have the same problem, only that it does not occur at every server restart.
    In the logs you can see the following message:

    ERROR [ThreadPoolAsyncTaskExecutor::Thread 11]  c.a.plugin.osgi.factory.OsgiPlugin Unable to start the plugin container for plugin 'com.bit-booster.graph'
    org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from URL [bundle://130.0:0/META-INF/spring/plugin-context.xml]; nested exception is java.lang.NullPointerException
    

  2. Frank Hess

    We have put the app in the late startup phase and app is always restarted.

    Steps:

    • unzip app
    • adapt atlassian-plugin.xml

      * zip app again

    Can this fix be added to trunk? The fix is small, helps other customers and we don’t need to adapt the version.

  3. Julius Davies [bit-booster.com] repo owner

    Wow, amazing fix suggestion! We will apply this for all of our plugins.

    Until that fix is applied to newer releases, however, I encourage BitBucket admins to follow the steps in #86 (seems to work whenever any Bit-Booster plugin fails to start).

  4. Log in to comment