I have jsp based components on AEM 6.5, which have <cq:include> to resourceType that exists in code.
I am not sure why I am seeing in error logs. any suggestions, why this could happen, I know , it is a content node that does not exist, as path="fakepath" , resourceType="path to component" .
org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource SyntheticResource,
Could not find much help on "synthertic resource" Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @sreedobe,
This error occurs when the node in the /content tree does not have a resourceType property. Or the resourceType does not exist.
Quick checkpoint:-
~ Check Sling GET servlet configurtaion at http://<host>:<port>/system/console/configMgr/org.apache.sling.servlets.get.DefaultGetServlet
Make sure that Enable JSON and Enable XML are selected
More information is shared in https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/no-renderer-for-extension-...
Thanks!!
Hi @sreedobe ,
I encountered the same logs and the reason found was there was a resource which was getting included from the templatepage and which did not exist.
Something like below:
templatepage/body.jsp
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies