Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-40782

Disabling the Confluence Mobile Plugin also disables the Workbox - Host Plugin in Confluence

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Medium
    • None
    • 5.9.2, 5.9.3, 5.9.4, 6.0.0-OD-2016.06.1, 5.10.7, 6.0.1, 6.3.4, 6.4.2, 6.10.1, 6.11.2, 6.12.2, 7.10.1, 7.13.2, 7.19.6
    • Mobile

    Description

      NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.

      Summary

      Disabling the Confluence Mobile Plugin also disables the Workbox - Host Plugin in Confluence 5.9.X. The same behavior is not present in Confluence 5.8.X.
      This also affects Confluence 6.X release. On Confluence 6.1X this is caused when disabling Confluence Mobile Web Plugin.

      Steps to Reproduce

      1. Go to Manage Add-ons in a Confluence 5.9.x instance
      2. Find the 'Confluence Mobile Plugin'
        • In more recent versions, this is caused by the Confluence Mobile Web Plugin
      3. Disable the plugin
      4. Refresh the page
      5. Find the 'Workbox - Host Plugin' and notice it is also disabled

      Expected Results

      • The 2 add-ons should not be dependent on each other. 

      Actual Results

      The below exception is thrown in the Confluence logs:

      2016-02-15 10:27:18,091 INFO [http-nio-127.0.0.101-8080-exec-2] [atlassian.plugin.manager.DefaultPluginManager] disablePlugins Found dependent enabled plugins for plugin 'com.atlassian.confluence.plugins.confluence-mobile': [com.atlassian.mywork.mywork-confluence-host-plugin(MANDATORY)].  Disabling...
      2016-02-15 10:27:18,092 INFO [http-nio-127.0.0.101-8080-exec-2] [atlassian.plugin.manager.DefaultPluginManager] broadcastPluginDisabling Disabling com.atlassian.mywork.mywork-confluence-host-plugin
      

      NOTES / Workaround:

      Additional side effect:

      • Disabling - Confluence Mobile Plugin
        • Causes - Workbox - Host Plugin to become disable
      • Disabling - Workbox - Host Plugin
        • Causes - Confluence Mobile Rest to become disabled
      • Disabling: Confluence Mobile Rest
        • Causes - Workbox - Confluence Provider Plugin To become disabled

      You must have the add-ons enable in the following order to re-enable (Relates to This Article about enabling the Workbox Plugin ):

      • Confluence Mobile Plugin
      • Workbox - Common Plugin (If disable / did not chain disable in testing)
      • Workbox - Confluence Provider Plugin
      • Workbox - Host Plugin
      • Confluence Mobile Rest

      Restart Confluence, flushing caches as described here (For Cloud this will require filing a support request at https://support.atlassian.com)

      • Manually Trigger a content-index at this point, or the spaces will not be visable
      • Note that if you take the SQL route in the document above, only remove the following 2 bandanavalue's unless there are other system plugins you also want to re-enable:
          <entry>
            <string>com.atlassian.mywork.mywork-confluence-provider-plugin</string>
            <boolean>false</boolean>
          </entry>
          <entry>
            <string>com.atlassian.mywork.mywork-confluence-host-plugin</string>
            <boolean>false</boolean>
          </entry>
        

      Attachments

        Issue Links

          Activity

            People

              e0cb9aae739a Oleksandr Pavlov
              ajean Andy J.
              Votes:
              100 Vote for this issue
              Watchers:
              77 Start watching this issue

              Dates

                Created:
                Updated: