-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
6.5.0, 6.6.1
-
None
-
1
-
Severity 3 - Minor
-
Steps to reproduce:
- Install Confluence (in this example Confluence 6.5.x)
- Navigate to Administrations > Manage Add-ons > select System > then search for "Confluence Collaborative Editor Plugin" > disable the add-on
- (Expected)Navigate to Collaborative Editing > Page Not Found will be thrown
- Navigate back to Administrations > Manage Add-ons > select System > then search for "Confluence Collaborative Editor Plugin" > re-enable the add-on
- Navigate the Administrations > Collaborative Editing
Expected Behaviour
Collaborative Editing page appear without any problem
Actual Behaviour
The page failed to load indefinitely and message "Something went wrong" is thrown
Workaround
- Run the following SQL query:
select BANDANAVALUE from BANDANA where BANDANAKEY = 'plugin.manager.state.Map';
- verify if the following line can be found:
<map> <entry> <string>com.atlassian.confluence.plugins.synchrony-interop</string> <boolean>false</boolean> </entry> </map>
- If the above entry can be found, proceed with manually resetting the plugin to default state
- ensure the plugin cache is also clear as per advice in the KB
- ensure to re-run the SQL query above to verify if the entry still can be found
- Verify if the Collaborative Editing page is still appear with error
- duplicates
-
CONFSERVER-52516 Synchrony doesn't work after disabling and enabling the Collab. Editing add-on
- Long Term Backlog