-
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.
[BSERV-4290] Remove required plugins that are "disabled" from {{plugin_state}} upon application start
Workflow | Original: JAC Suggestion Workflow [ 3396131 ] | New: JAC Suggestion Workflow 3 [ 3619808 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: BSERV Suggestions Workflow [ 2686916 ] | New: JAC Suggestion Workflow [ 3396131 ] |
Workflow | Original: Stash Workflow [ 619807 ] | New: BSERV Suggestions Workflow [ 2686916 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Affects Version/s | Original: 2.10.1 [ 37991 ] | |
Issue Type | Original: Improvement [ 4 ] | New: Suggestion [ 10000 ] |
Priority | Original: Minor [ 4 ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Needs Triage [ 10030 ] | New: Closed [ 6 ] |
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. |
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}}. |
Regular Expression | New: Plugin \[com\.atlassian\.upm\.atlassian-universal-plugin-manager-plugin\] is disabled |