Confluence DC editor is blank after Upgrading
Summary
After upgrading from Confluence 3.5, the editor comes up blank for all upgraded pages and only the page title is shown. Newly created pages are not affected
Diagnosis
The following appears in the atlassian-confluence.log
(also thrown when re-indexing):
java.lang.UnsupportedOperationException: The body of this ContentEntityObject ('Page Title') was 'WIKI' but was expected to be 'XHTML'
or
java.lang.UnsupportedOperationException: The body of this ContentEntityObject ('Page Title') was 'BodyType:WIKI' but was expected to be 'BodyType:XHTML'
Cause
Confluence was not able to complete the content migration from WIKI to XHTML during the upgrade. This can often be due to plugins which are now incompatible with your version of Confluence.
Resolution
- Go to General Configuration > Manage Add-ons
- Update all plugins which have an update available
- If any plugins are listed as Incompatible, remove them
- Re-run the content migration following instruction here.
- Search your atlassian-confluence.log for '
Wiki to XHTML Exception Report
' - Go through the pages that are listed in the report output and remove the unknown macros from them. If the macros come from a plugin that is no longer compatible with your version of Confluence and does not have an update available, uninstall it.
- If these are user macros, upgrade them to XHTML.
- Re-run the content migration again
Last modified on Sep 2, 2024
Powered by Confluence and Scroll Viewport.