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

    • Icon: Suggestion 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.

      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.

            [BSERV-4290] Remove required plugins that are "disabled" from {{plugin_state}} upon application start

            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3396131 ] New: JAC Suggestion Workflow 3 [ 3619808 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Monique Khairuliana (Inactive) made changes -
            Workflow Original: BSERV Suggestions Workflow [ 2686916 ] New: JAC Suggestion Workflow [ 3396131 ]
            Owen made changes -
            Workflow Original: Stash Workflow [ 619807 ] New: BSERV Suggestions Workflow [ 2686916 ]
            Status Original: Closed [ 6 ] New: Resolved [ 5 ]
            Stefan Saasen (Inactive) made changes -
            Affects Version/s Original: 2.10.1 [ 37991 ]
            Issue Type Original: Improvement [ 4 ] New: Suggestion [ 10000 ]
            Priority Original: Minor [ 4 ]
            Brent P made changes -
            Resolution New: Won't Fix [ 2 ]
            Status Original: Needs Triage [ 10030 ] New: Closed [ 6 ]
            Daniel R made changes -
            Description Original: A UPM upgrade failure created an entry in the {{plugin_state}} table indicating
            {{com.atlassian.upm.atlassian-universal-plugin-manager-plugin}} as disabled which prevented the application from starting.
            {noformat}


            {{atlassian-stash.log}}
            {noformat}
            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.
            {noformat}

            *WORKAROUND*
            Remove the entry from {{plugin_state}}.

            New: 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.
            {noformat}
            mysql> select * from plugin_state;
            +-------------------------------------------------------------+---------+
            | name | enabled |
            +-------------------------------------------------------------+---------+
            | com.atlassian.upm.atlassian-universal-plugin-manager-plugin | 0 |
            +-------------------------------------------------------------+---------+
            {noformat}

            {{atlassian-stash.log}}
            {noformat}
            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.
            {noformat}

            *WORKAROUND*
            Remove the entry from the {{plugin_state}} table.

            Daniel R made changes -
            Description Original: A UPM upgrade failure created an entry in the {{plugin_state}} table indicating
            {{com.atlassian.upm.atlassian-universal-plugin-manager-plugin}} as disabled which prevented the application from starting.

            {{atlassian-stash.log}}
            {noformat}
            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.
            {noformat}

            *WORKAROUND*
            Remove the entry from {{plugin_state}}.

            New: A UPM upgrade failure created an entry in the {{plugin_state}} table indicating
            {{com.atlassian.upm.atlassian-universal-plugin-manager-plugin}} as disabled which prevented the application from starting.
            {noformat}


            {{atlassian-stash.log}}
            {noformat}
            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.
            {noformat}

            *WORKAROUND*
            Remove the entry from {{plugin_state}}.

            Daniel R made changes -
            Regular Expression New: Plugin \[com\.atlassian\.upm\.atlassian-universal-plugin-manager-plugin\] is disabled
            Daniel R created issue -

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

                Created:
                Updated:
                Resolved: