Go to http://host:port/crx/de/index.jsp web app and log in as admin.
Last updated on
17 May 2021
Issue
In AEM6.2, you see this error in the error.log:
08.12.2016 14:22:00.232 *ERROR* [66.249.66.176 [1481224920229] GET /etc/clientcontext/default/content/jcr:content/stores.init.js HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension js, cannot render resource JcrNodeResource, type=cq/personalization/components/contextstores/cart, superType=null, path=/etc/clientcontext/default/content/jcr:content/stores/cart
Cause
The site uses the default clientcontext under /etc/clientcontext/default/content and that clientcontext includes the "cart" store which no longer exists in AEM6.2.
Resolution
To solve this issue, do the following:
-
-
Browse to and delete this node /etc/clientcontext/default/content/jcr:content/stores/cart
-
Click Save All.