I am getting lots of errors like this in the log:
ERROR [net.sf.hibernate.proxy.LazyInitializer] Exception initializing proxy
net.sf.hibernate.ObjectNotFoundException: No row with the given identifier exists: 25591810, of class: com.atlassian.crowd.model.user.InternalUser
      at net.sf.hibernate.ObjectNotFoundException.throwIfNull(ObjectNotFoundException.java:24)
      at net.sf.hibernate.impl.SessionImpl.immediateLoad(SessionImpl.java:1948)
      at net.sf.hibernate.proxy.LazyInitializer.initialize(LazyInitializer.java:53)
      at net.sf.hibernate.proxy.LazyInitializer.initializeWrapExceptions(LazyInitializer.java:60)
      at net.sf.hibernate.proxy.LazyInitializer.getImplementation(LazyInitializer.java:164)
      at net.sf.hibernate.Hibernate.getClass(Hibernate.java:287)
      at bucket.core.persistence.hibernate.schema.TransientHibernateHandle.<init>(TransientHibernateHandle.java:40)
      at com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle.<init>(TransientHibernateHandle.java:20)
      at com.atlassian.confluence.importexport.impl.HibernateObjectHandleTranslator.objectToHandle(HibernateObjectHandleTranslator.java:35)
      at com.atlassian.confluence.importexport.impl.XMLDatabinder.isExcludedAsProperty(XMLDatabinder.java:619)
      at com.atlassian.confluence.importexport.impl.XMLDatabinder.isExcludedAsProperty(XMLDatabinder.java:604)
      at com.atlassian.confluence.importexport.impl.XMLDatabinder.writeObjects(XMLDatabinder.java:243)
Any idea how to troubleshoot this?
Thank you.
This page has some additional info that might help:
Do you know what table correspond to com.atlassian.crowd.model.user.InternalUser ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not familiar with Crowd (we use a custom authentication scheme).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
 
 
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.