When saving edits to a page a generic error box is given. When I then try to close the page I was trying to save, the following stack trace is thrown:
Cause
com.atlassian.core.exception.InfrastructureException: net.sf.hibernate.LazyInitializationException: Failed to lazily initialize a collection
at com.atlassian.hibernate.HibernateObjectDao.remove(HibernateObjectDao.java:212)
caused by: net.sf.hibernate.LazyInitializationException: Failed to lazily initialize a collection
at net.sf.hibernate.collection.PersistentCollection.initialize(PersistentCollection.java:201)
caused by: net.sf.hibernate.exception.SQLGrammarException: could not initialize collection: [com.atlassian.confluence.core.ContentEntityObject.referralLinks#32735304]
at net.sf.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:58)
caused by: java.sql.SQLException: Invalid object name 'EXTRNLNKS'.
at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:368)