SegmentNotFound Exception | Community
Skip to main content
Adobe Employee
September 23, 2019

SegmentNotFound Exception

  • September 23, 2019
  • 5 replies
  • 8651 views

Team,

Our client face SegmentNotFoundException in their environment which is in 6.4.5.

while we know the standard adobe solution for this. ( i.e running oak-run command), we would like to know the rootcause for this.

Any guidance?

One of the Adobe docs mentioned that online tar compaction may have removed the segment. Is it possible?

We believe that this process would not remove the segments which are in usage.

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

5 replies

Adobe Employee
September 23, 2019

Try to go through the logs and find the first entry for segmentnotfound. Analyze 10-15 lines before the segmentnotfound error and you can see which request caused this issue.

Adobe Employee
September 23, 2019

Hi venkateshs73486425 ,

A SegmentNotFoundException is returned when a segment is not present while any activity attempts to read the node. There can be different root causes for this:

1.The segment has been removed by manual intervention (e.g. rm -rf /).

2.The segment has been removed by revision garbage collection.

3.The segment cannot be found due to some bug in the code.

We had some issues with online tar compaction with 6.2 & early versions. We even advised to disable online tar compaction in <6.3 . The documents you might have referred might be for previous versions.

Adobe Employee
September 23, 2019

there are variety if reasons for this situation. It might be caused due to long running JCR sessions along with online compaction [1]. It can be caused by some older issues in Oak [2], ... etc. So the logs should shed some lights on the probable cause(s).

[1] Fix Inconsistencies by restarting AEM when SegmentNotFound Issue is reported in AEM 6.3

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

Adobe Employee
September 23, 2019

Listing the common reasons for Segmentnotfound:

  • Unclean shutdown Or Force Shutdown using the kill command
  • AEM instance running out of memory
  • Antivirus updating the tar files. You need to exclude "crx-quickstart" from antivirus scan.
  • An issue with the disk where the segment is stored as tar file.
Adobe Employee
September 24, 2019

If none of these possibilities could explain why you got the SNFE, I would recommend opening a ticket with the support team to assist further. If you have a reproducible scenario, it would be even better.