Hi All
I recently set up AEM project. I created a template with base page. so I didn't see any content on the template like container, and parasys on both structure and Initail content mode. I found the below error in error.log
ERROR: GET /conf/aem-bootcamp/settings/wcm/templates/home-page/structure.html HTTP/1.1] com.day.cq.wcm.core.impl.WCMDeveloperModeFilter Error during include of SlingRequestPathInfo: path='/conf/aem-bootcamp/settings/wcm/templates/home-page/structure/jcr:content', selectorString='null', extension='html', suffix='null'
can anyone help me to resolve this?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Anilkumar9
Try to clear cache http://localhost:4502/system/console/scriptcache and click “clear cache”
The error indicates that the Java compiler is unable to find or resolve the "HelloWorldModel" class referenced in the component's Java code.
Try checking your bundles are installed or not. Sometimes if the dependencies are not installed or active this error might happen.
If the bundles are properly installed and active, try deleting your bundle in OSGi and install it again.
Hi @Anilkumar9
Try to clear cache http://localhost:4502/system/console/scriptcache and click “clear cache”
@Anilkumar9 Did you find the 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!
Views
Replies
Total Likes
Views
Likes
Replies