Segment store gone missing | Community
Skip to main content
July 4, 2021
Solved

Segment store gone missing

  • July 4, 2021
  • 2 replies
  • 1370 views

Hi All,

 

Our application is showing 503 error and checking logs  it looks like segment store has gone missing.

On fixing the segment store  refferred by article https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-16542.html?lang=de-DE

 

On checking for the good revision of segment store on linux  it is showing error 

[root@***** publish]# java -Xmx6000m -jar oak-run-1.0.22.jar check --bin=-1 /data/apps/aem/publish/crx-quickstart/repository/segmentstore/
Apache Jackrabbit Oak 1.0.22
Exception in thread "main" java.lang.IllegalArgumentException: No enum constant org.apache.jackrabbit.oak.run.Main.Mode.CHECK
at java.lang.Enum.valueOf(Enum.java:238)
at org.apache.jackrabbit.oak.run.Main$Mode.valueOf(Main.java:886)
at org.apache.jackrabbit.oak.run.Main.main(Main.java:112)
 
 
Please help here 
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 Vijayalakshmi_S

Hi @akank_23,

oak-run version(1.0.22, arrived at based on the log posted in the query) you are using seems to be very old (released 2015)

Please check your AEM instance and Oak version (You can arrive at the same via CRXDE(screenshot below) or from Felix console - look for oak core version)

Screenshot from my local (1.10.2 is for AEM 6.5.0)

 

2 replies

ChitraMadan
Community Advisor
Community Advisor
July 4, 2021
akank_23Author
July 5, 2021
@chitramadan performing these steps only mention in article but on checking the good revision it is showing this eerror the above mentioned.
Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
July 6, 2021

Hi @akank_23,

oak-run version(1.0.22, arrived at based on the log posted in the query) you are using seems to be very old (released 2015)

Please check your AEM instance and Oak version (You can arrive at the same via CRXDE(screenshot below) or from Felix console - look for oak core version)

Screenshot from my local (1.10.2 is for AEM 6.5.0)