Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Fixing segmentnotfound error

Avatar

Level 4

We are seeing SegmentNotFound error in our logs. I found this article on how to fix it but this article applies to AEM 6.0|1|2. We are working on AEM 6.3 and when trying to execute command "java -Xmx6000m -jar oak-run-*.jar check -d1 -p /path/to/crx-quickstart/repository/segmentstore" it says "1 is not a recognized option".

Fix Inconsistencies in the repository when SegmentNotFound Issue is reported in AEM 6.x

1 Accepted Solution

Avatar

Correct answer by
Employee

Samr article should apply for 6.3 only change you need in the command is

java -jar oak-run-1.6.8.jar check —bin /path/to/segmentstore

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Samr article should apply for 6.3 only change you need in the command is

java -jar oak-run-1.6.8.jar check —bin /path/to/segmentstore