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

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Won't Fix
    • None
    • Component/s: None
    • None

      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.

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

              Created:
              Updated:
              Resolved: