-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.4.1
-
None
-
5
-
Severity 3 - Minor
-
0
-
Issue Summary
Currently, Confluence Server allows content to have a null creationDate which is something not supported in Confluence Cloud.
These conditions will make an import from server to Cloud fail.
Steps to Reproduce
- Export a Space from Confluence Server.
- Import the Space to Confluence Cloud.
Expected Results
Space is imported successfully.
Actual Results
Space import fails and the following error is thrown in the UI:
com.atlassian.confluence.importexport.ImportExportException: org.springframework.transaction.UnexpectedRollbackException: Transaction rolled back because it has been marked as rollback-only
Workaround
Find the affected content entries and update them through the database.
To find the entries:
select contentid,contenttype,content_status from content where creationdate is null
Suggestion
Add a constraint to the content table so the creationdate column can not be null.
- is blocked by
-
CONFSERVER-65304 Trying to retrieve content for trashed pages return 500 errors using api because of Create date is null
- Gathering Impact