Bundle binding deserialization problem
--------------------------------------
Key: JCR-1766
URL: https://issues.apache.org/jira/browse/JCR-1766
Project: Jackrabbit
Issue Type: Bug
Components: jackrabbit-core
Affects Versions: core 1.4.6, 1.5
Reporter: Przemo Pakulski
Fix For: core 1.4.6, 1.5
I'm trying to upgrade from 1.3.x to jackrabbit 1.4.x (branch) and have
problems with existing repostories (probaly the same issue is with 1.5.x)
Caused by: org.apache.jackrabbit.core.state.ItemStateException: failed to read
bundle: deadbeef-face-babe-cafe-babecafebabe:
java.lang.IllegalArgumentException: invalid namespaceURI specified
at
org.apache.jackrabbit.core.persistence.bundle.BundleDbPersistenceManager.loadBundle(BundleDbPersistenceManager.java:1229)
at
org.apache.jackrabbit.core.persistence.bundle.BundleDbPersistenceManager.loadBundle(BundleDbPersistenceManager.java:1161)
at
org.apache.jackrabbit.core.persistence.CSPersistenceManager.loadBundle(CSPersistenceManager.java:201)
It looks that issue was introduced by resolving JCR-1632
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.