Expand my Community achievements bar.

SOLVED

Non existent resource redirect AEM 6.5

Avatar

Level 4

Hi All,

 

i am trying to access "http://localhost:9502/aem/sites.html" and "http://localhost:9502/aem/start.html", but somehow it is giving me error due to errorhandler response, although i have removed /apps/sling folder. Still i am getting below error.

 


 
79.96 KB of 377.18 KB

i have added the screenshot.

 

Any guidance is appreciated

 

Thanks 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

you might have redirect mapping, please check JCR resource resolver configuration and etc mappings.

/content/ready/partners/ae/ 



Arun Patidar

View solution in original post

6 Replies

Avatar

Level 4

error :

 

Resource at '/content/ready/partners/ae/aem/sites.html' not found: No resource found

Cannot serve request to /aem/sites.html in /libs/sling/servlet/errorhandler/404.jsp

Request Progress:

      0 TIMER_START{Request Processing}
      1 COMMENT timer_end format is {<elapsed microseconds>,<timer name>} <optional message>
      5 LOG Method=GET, PathInfo=null
      5 TIMER_START{handleSecurity}
   1268 TIMER_END{1262,handleSecurity} authenticator org.apache.sling.auth.core.impl.SlingAuthenticator@786eba1b returns true
   1567 TIMER_START{ResourceResolution}
   1807 TIMER_END{239,ResourceResolution} URI=/aem/sites.html resolves to Resource=NonExistingResource, path=/content/ready/partners/ae/aem/sites.html
   1812 LOG Resource Path Info: SlingRequestPathInfo: path='/content/ready/partners/ae/aem/sites.html', selectorString='null', extension='html', suffix='null'
   1812 TIMER_START{ServletResolution}
   1814 TIMER_START{resolveServlet(/content/ready/partners/ae/aem/sites.html)}
   2673 LOG {0}: no servlet found
   2677 TIMER_END{862,resolveServlet(/content/ready/partners/ae/aem/sites.html)} Using servlet org.apache.sling.servlets.get.DefaultGetServlet
   2680 TIMER_END{867,ServletResolution} URI=/aem/sites.html handled by Servlet=org.apache.sling.servlets.get.DefaultGetServlet
   2682 LOG Applying Requestfilters
   2688 LOG Calling filter: com.adobe.granite.resourceresolverhelper.impl.ResourceResolverHelperImpl
   2694 LOG Calling filter: org.apache.sling.security.impl.ContentDispositionFilter
   2697 LOG Calling filter: com.adobe.granite.csrf.impl.CSRFFilter
   2703 LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter
   2706 LOG Calling filter: com.adobe.granite.httpcache.impl.InnerCacheFilter
   2711 LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter
   2714 LOG Calling filter: com.adobe.cq.history.impl.HistoryRequestFilter
   2907 LOG Calling filter: com.day.cq.wcm.core.impl.WCMRequestFilter
   2914 LOG Calling filter: com.adobe.acs.commons.redirects.filter.RedirectFilter
   2926 LOG Calling filter: com.adobe.cq.wcm.core.components.internal.servlets.CoreFormHandlingServlet

Easiest way to do a fresh install rather than debugging it since it is local. Do not deploy any content after fresh install and verify if author works.

 

Refer to below for more details.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/cq5-author-doesn-t-launch-... 

Reposting from actual account.

 

Easiest way to do a fresh install rather than debugging it since it is local. Do not deploy any content after fresh install and verify if author works.

 

Refer to below for more details.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/cq5-author-doesn-t-launch-... 

Avatar

Community Advisor

@annkitaaggarwal Seems like the instance is corrupted/ instance was terminated abnormally, You would probably need to create a fresh crx-quickstart folder.

you can use also make use of backup and restore, proabably will be useful in such situations-

https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/backup-and-re...

Hope this helps.

 

Avatar

Correct answer by
Community Advisor

you might have redirect mapping, please check JCR resource resolver configuration and etc mappings.

/content/ready/partners/ae/ 



Arun Patidar

Avatar

Level 4

right, redirect mapping is defined, but when i am trying to change it, its still redirecting.

 

May be i am doing it in the wrong way