April 1, 2020
Estimated Post Reading Time ~

How to find and remove all .lock file in CQ

Why: Sometime even after stopping CQ instance all the lock file does not get deleted, Causing problem in restart.

Use following command

find <path to /crx-quickstart> -name "\.lock" -exec rm '{}' \; -print

Simple unix stuff huh :)


By aem4beginner

No comments:

Post a Comment

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