Expand my Community achievements bar.

SOLVED

Error during include of slingrequestpathinfo:

Avatar

Level 3

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?

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi @Anilkumar9 
Try to clear cache http://localhost:4502/system/console/scriptcache and click “clear cache” 

View solution in original post

3 Replies

Avatar

Level 8

@Anilkumar9 

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.

Avatar

Correct answer by
Level 3

Hi @Anilkumar9 
Try to clear cache http://localhost:4502/system/console/scriptcache and click “clear cache” 

Avatar

Administrator

@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!



Kautuk Sahni