Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

asyncIndexHealthCheck failed after AEM SP21 upgrade

Avatar

Level 2

After the SP21 upgrade, I've seen the 'NO resource found' error at https://<IP>:<PORT>/system/sling/monitoring/mbeans/org/apache/sling/healthcheck/HealthCheck/asyncIndexHealthCheck.json which was completely fine on SP20.

 

SP21_asyncIndexHealthCheckJSON.png

Has anyone faced this issue?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Community Advisor

HI @ayyappavenkatesh ,

This is because  " system/sling/monitoring/mbeans/org/apache/sling/healthcheck/HealthCheck/asyncIndexHealthCheck" is not available in your CRX or it might have got overwritten due to SP 21 upgrade.
You can create this path in CRX from your back up or deploy your code which is creating this Mbean, that will create this custom healthcheck.
For more detail you can follow below link:

https://experienceleague.adobe.com/en/docs/experience-manager-65/content/sites/administering/operati...

 

 

-Tarun

Avatar

Level 2

Hi @TarunKumar 

 

I don't see that path even on SP20 but the Health Check(/libs/granite/operations/content/healthreports/healthreportlist.html) console is loading completely fine.

ayyappavenkatesh_0-1722321950871.png

Avatar

Administrator

@ayyappavenkatesh 

Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni