On Wed, Apr 15, 2009 at 5:35 PM, Samuel Cox <[email protected]> wrote: >> ERROR BundleDbPersistenceManager - failed to read bundle: >> e6e30217-03ae-4599-8b9e-57dc1d0290d6: java.lang.IllegalStateException: >> URIIndex not valid? javax.jcr.NamespaceException: URI for index 11 not >> registered. > > Given that, what steps can I take to get the repository in a useful state? > In other words, how do I fix these indexing problems?
This looks like the namespace registry (normally under repository/namespaces/*.properties) is no longer present (probably because you deleted it), but the workspace and its search index still exist, referencing nonexistent namespaces by id. Regards, Alex -- Alexander Klimetschek [email protected]
