Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-4290

Remove required plugins that are "disabled" from {{plugin_state}} upon application start

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Won't Fix
    • None
    • None
    • None
    • We collect Bitbucket feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      A UPM upgrade failure created an entry in the plugin_state table indicating
      com.atlassian.upm.atlassian-universal-plugin-manager-plugin as disabled which prevents the application from starting.

      mysql> select * from plugin_state;
      +-------------------------------------------------------------+---------+
      | name                                                        | enabled |
      +-------------------------------------------------------------+---------+
      | com.atlassian.upm.atlassian-universal-plugin-manager-plugin |       0 |
      +-------------------------------------------------------------+---------+
      

      atlassian-stash.log

      2014-01-17 13:34:47,055 DEBUG [http-bio-8445-exec-11] 814x4x0 knkdc9 128.15.208.16,134.9.15.11,134.9.1.94 "GET /unavailable HTTP/1.1" c.a.p.manager.DefaultPluginManager Plugin [com.atlassian.upm.atlassian-universal-plugin-manager-plugin] is disabled.
      

      WORKAROUND
      Remove the entry from the plugin_state table.

      Attachments

        Activity

          People

            Unassigned Unassigned
            drohan Daniel R
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: