Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Segment store gone missing

Avatar

Level 3

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 
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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)

Vijayalakshmi_S_0-1625578206926.png

 

View solution in original post

3 Replies

Avatar

Level 3
@ChitraMadan performing these steps only mention in article but on checking the good revision it is showing this eerror the above mentioned.

Avatar

Correct answer by
Community Advisor

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)

Vijayalakshmi_S_0-1625578206926.png