-
Suggestion
-
Resolution: Won't Fix
-
None
-
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.
Form Name |
---|
As this is the first time we've seen an issue like this, we're going to close this issue. If we see more similar support cases in the future, we can consider doing this (after understanding how the row got there in the first place)