April 1, 2020
Estimated Post Reading Time ~

How to find all Orphan Node in CRX

You often come across following error in CRX
NodeState CHILD_UUID references inexistent parent UUID PARENT_UUID
Unfortunately, you can not fix this issue. But at least you can see that they exist in your repo.

Drop the attached JSP in runtime/0/_crx/diagnostic/, start CRX/CQ and try it to run through http://:/crx/diagnostic/showNodes.jsp. You can specify a path to a tar file or copy folder. It will scan through all nodes with UUID (referenceable)
and output an exception if the node is orphaned.

Other Option If you are sure that you have all the orphan node log messages in the crx log file, You can use any tool to parse them and find.


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.