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.
i have added the screenshot.
Any guidance is appreciated
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
you might have redirect mapping, please check JCR resource resolver configuration and etc mappings.
error :
Cannot serve request to /aem/sites.html in /libs/sling/servlet/errorhandler/404.jsp
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.
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.
@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-
Hope this helps.
you might have redirect mapping, please check JCR resource resolver configuration and etc mappings.
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
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies