You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Michael Yin <MY...@theladders.com> on 2010/02/05 21:54:46 UTC

migrating a multiapp cluster config to jackrabbit 2.0

Context:
3 different webapps running jackrabbit with the DbFileSystem and the
MySqlPersistenceManager running jackrabbit 1.4

Trying to upgrade one of them to jackrabbit 2.0 resulted in a DB that
the other apps couldn't successfully start up a repo in.

The following exception gets thrown on the older apps on start up

Caused by: org.apache.jackrabbit.core.state.NoSuchItemStateException:
deadbeef-cafe-babe-cafe-babecafebabe
	at
org.apache.jackrabbit.core.state.SharedItemStateManager.getItemState(Sha
redItemStateManager.java:260)
	at
org.apache.jackrabbit.core.HierarchyManagerImpl.getItemState(HierarchyMa
nagerImpl.java:188)
	at
org.apache.jackrabbit.core.HierarchyManagerImpl.getPath(HierarchyManager
Impl.java:402)

Is the only way to migrate to 2.0 is to migrate all the apps at once?

-mike