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

Reply via email to