Po Ki Chui ha scritto:
Hi all,
Is there a tool or script that can clean up corrupted data or
item-not-found nodes for CE edition?
because we constantly get javax.jcr.ItemNotFoundException: <uuid>
If you can, try this procedure:
1) Stop tomcat
2) Delete indexes for the "broken" workspace (for a workspace "xxx"
index is under <repositories>/magnolia/workspaces/xxx/index/*
3) You can try to enforce consistency check and fix the repository.
- modify your jackrabbit-xxx.xml and add following line to the PM
configuration:
<param name="consistencyCheck" value="true" />
- restart magnolia. PM should perform consistency check and report
results in a log file.
- If you find anomalies it might be also possibly to fix them by
adding yet another parameter:
<param name="consistencyFix" value="true" />
- Note that only consistencyFix is able to fix only missing
children, but not missing references, and specially not problems caused
by missing versions. So this might not be able to fix all the issues.
(thanks to Jan)
Sorry, but the recovery module will be probably shipped only with EE on
next release.
M.
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------