Resource at '/sites.html/content' not found: No resource found
Hello Everyone,
I'm trying to configure AEM author instance in centos8. Below are my system configuration,
OS : centos8
java : 11.0.13
AEM : 6.5.0
Run Modes = [s7connect, crx3, author, samplecontent, crx3tar]
I ran "java -jar cq-author-p4502.jar" to extract server. Once password is provided, restarted server using start script. I can see the server up and running.
However when I'm trying to access I'm getting below error on sites.html. I'm able to access assets.html anyway. unable to access the project page navigation only.
Resource at '/sites.html/content' not found: No resource found
Cannot serve request to /sites.html/content in /libs/sling/servlet/errorhandler/404.jsp
Request Progress:
0 TIMER_START{Request Processing}
4 COMMENT timer_end format is {<elapsed microseconds>,<timer name>} <optional message>
10 LOG Method=GET, PathInfo=null
13 TIMER_START{handleSecurity}
1772 TIMER_END{1756,handleSecurity} authenticator org.apache.sling.auth.core.impl.SlingAuthenticator@598a633d returns true
2129 TIMER_START{ResourceResolution}
2369 TIMER_END{237,ResourceResolution} URI=/sites.html/content resolves to Resource=NonExistingResource, path=/sites.html/content
2384 LOG Resource Path Info: SlingRequestPathInfo: path='/sites.html/content', selectorString='null', extension='html', suffix='/content'
2386 TIMER_START{ServletResolution}
2394 TIMER_START{resolveServlet(/sites.html/content)}
4566 LOG {0}: no servlet found
4582 TIMER_END{2186,resolveServlet(/sites.html/content)} Using servlet org.apache.sling.servlets.get.DefaultGetServlet
4590 TIMER_END{2202,ServletResolution} URI=/sites.html/content handled by Servlet=org.apache.sling.servlets.get.DefaultGetServlet
4596 LOG Applying Requestfilters
I recreated server multiple times newly, still same issue persist. When i ran the jcr resolver for "/sites.html" getting, non exiting resource.

I'm not sure what could be the issue. Kindly help me on this.
Note: unable to see we-retail site, under /content in crx.
Thanks,
gopi




