-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
Component/s: Migrations - Space - Import
-
None
-
12
-
Severity 2 - Major
-
1
Issue Summary
Space Imports in Confluence Cloud are failing with error:
"Transaction rolled back because it is marked as rollback only."
Environment
Confluence Cloud
Steps to Reproduce
- Export space from Confluence Cloud/Confluence Server sites
- Try to import it in Confluence Cloud
Expected Results
Space import should be successfully completed.
Actual Results
Space import fails with error:
"Transaction rolled back because it is marked as rollback only."
The below exception is thrown in the log file:
org.springframework.transaction.UnexpectedRollbackException: Transaction rolled back because it has been marked as rollback-only org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:728) sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
Error importing space. .... com.atlassian.confluence.importexport.ImportExportException: com.atlassian.confluence.importexport.ImportExportException: Unable to complete import: Error while importing backup: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1 com.atlassian.confluence.importexport.xmlimport.BackupImporter.importEntities(BackupImporter.java:407)
Error while saving object: Imported[com.atlassian.confluence.mail.notification.Notification] [Id[id]=656720, Property[content]=com.atlassian.confluence.pages.Page[Id[id]=68650], Property[receiver]=com.atlassian.confluence.user.ConfluenceUserImpl[Id[key]=8afddb906cb8d823016cb8def18c0089], Property[creator]=com.atlassian.confluence.user.ConfluenceUserImpl[Id[key]=8afddb906cb8d823016cb8def18c0089], Property[creationDate]=2018-12-03 15:56:19.322, Property[lastModifier]=com.atlassian.confluence.user.ConfluenceUserImpl[Id[key]=8afddb906cb8d823016cb8def18c0089], Property[lastModificationDate]=2018-12-03 15:56:19.322, Property[digest]=false, Property[network]=false, Property[type]=com.atlassian.confluence.search.service.ContentTypeEnum[page]]
Error while saving object: Imported[com.atlassian.confluence.content.ContentProperty] [Id[id]=249921697, Property[name]=macroNames, Property[stringValue]=, Property[longValue]=, Property[dateValue]=]
Notes
This also affected Confluence migrations from server to cloud using the Cloud Migration Assistant for Confluence.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
CONFCLOUD-67902 Transaction rolled back because it has been marked as rollback-only
-
- Closed
-
-
HOT-88213 Loading...