Hello,
We are facing an issue when trying to make an Export backup of our Confluence instance.
Running 6.2.3.
It fails after a minute with the following error:
javax.servlet.error.exception: org.springframework.orm.hibernate.HibernateSystemException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance: com.atlassian.confluence.core.ContentEntityObject.contentProperties; nested exception is net.sf.hibernate.HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance: com.atlassian.confluence.core.ContentEntityObject.contentProperties
This comes along with:
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.atlassian.confluence.core.ContentEntityObject#8880792]
Thanks in advance, swimming in the dark here :(
Regards,
Jonathan
Hello Jonathan,
I am facing the same problem.
is this problem solved?
Best regards,
Ibrahim
Hi Ibrahim,
If I remember correctly, I ended up taking a full MySQL database backup, drop it, create a new one and restoring the backup.
Also, I migrated to latest Confuence version which has some useful requirements on MySQL database configuration.
Regards,
Jonathan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Boris,
Thank you for your reply.
I just tried disabling all plugins and it keeps failing with the same error.
We use a mysql database. If it can help here is the property used in confluence.cfg.xml:
<property name="hibernate.connection.url">jdbc:mysql://localhost/confluence?sessionVariables=storage_engine%3DInnoDB</property>
Regards,
Jonathan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looks like the wrong method is being user per https://docs.atlassian.com/atlassian-confluence/5.7.6/com/atlassian/confluence/core/ContentEntityObject.html
I would try disabling plugins to see if maybe something is screwed there. Which DB engine are you using?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Boris,
Thank you for your reply.
I just tried disabling all plugins and it keeps failing with the same error.
We use a mysql database. If it can help here is the property used in confluence.cfg.xml:
<property name="hibernate.connection.url">jdbc:mysql://localhost/confluence?sessionVariables=storage_engine%3DInnoDB</property>
Regards,
Jonathan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.