dear community,

i am using jackrabbit 2.8.5. Its configured to use the internal Derby
Embedded DB. The problem was that during several JCR move operation, the
internal Database, that is used by the PersistenceManager is somehow
destroyed. I am not able to retrieve some Nodes via the session Method
"getNodeByIdentifier" (i get an Exception javax.jcr.ItemNotFoundException:
c54c2562-0855-479d-bbd0-7208a8ac1d55)

On the filesystem i still have the corresponding files. The problem was
caused by an incorrect session handling. This error is corrected, but now i
want to repair the internal database, that the references to the filesystem
can be resolved again correctly be the JCR method.
How could i achieve this? i tried to open the database, but there i found
something like a table that could be seen as a relation JcRNodeUUID ->
Filesystemreference.
Thanking you in advance for any help

br,
Shane

Reply via email to