Hello TEAM,
Current Behavior :After several deployment to AEM instance, Sling has an issue to render any component as a result site looks blank.
Expected behavior/code Stable AEM instance after every deployment.
Environment Details:
Problem with Workaround FIX:
We deploy "all" package. We get this error as 1 0r 2 times out of 10 deployment. Then we have to restart instance and it fixes, all fine afterwards but this is not an option on production.
FINDINGS:
ERROR:
org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource JcrNodeResource, type=mysite/components/core/page, superType=null, path=/content/mysite/us/en/jcr:content
Solved! Go to Solution.
Views
Replies
Total Likes
yeah, this is known problem sometime after the code deployment the bundle won't resolve by it self either you need to do the restart of bundle or you need to restart your AEM server so that all the bundles will restart and resolve by self during the restart. if you are facing this problem more frequently then you might need to execute some script to either restart your custom bundle or restart the AEM server after each deployment
Hi @arvind ,
This issue occurs when all the bundles are not active. Basically, the sling will be unable to resolve the request. Could be dependencies are not getting resolved after the deployment and restarting is fixing the issue.
After the deployment, please check the bundles in the system console for active status. If the bundle is not in an active state, you need to check the affected classes.
yeah, this is known problem sometime after the code deployment the bundle won't resolve by it self either you need to do the restart of bundle or you need to restart your AEM server so that all the bundles will restart and resolve by self during the restart. if you are facing this problem more frequently then you might need to execute some script to either restart your custom bundle or restart the AEM server after each deployment
Hi DPrakashRaj,
Are there any plans on resolving this known problem?
Bart
Views
Replies
Total Likes