Fixing segmentnotfound error | Community
Skip to main content
prohira
New Participant
April 25, 2018
Solved

Fixing segmentnotfound error

  • April 25, 2018
  • 1 reply
  • 1134 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kunwarsaluja

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

1 reply

KunwarsalujaAccepted solution
Employee
April 26, 2018

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