Adobe-Marketing-Cloud / aem-guides-wknd-events

Step by Step guide to creating a Single Page Application to use with AEM
48 stars 34 forks source link

[React] 404 while accessing editor in AEM #61

Closed CaitlinSweeney closed 5 years ago

CaitlinSweeney commented 5 years ago

Update

My company provided me with the AEM 6.3 license file (unfortunately). Trying to obtain a 6.4+ jar/license.

Local Environment

Describe the issue While being logged in as Admin:

  1. Select WKND Events site
  2. Select React App
  3. Select Edit at the top left.
  4. Redirects me to http://localhost:4502/editor.html/content/wknd-events/en.html in new tab with 404 RESOURCE AT '/CONTENT/WKND-EVENTS/EN.HTML' NOT FOUND: NO RESOURCE FOUND (full compiler error below)

Where in the tutorial are you experiencing an issue? Chapter 4 (Finished branch)

Full Error Output Main Editor file: Not Found Cannot serve request to /libs/wcm/core/content/pageinfo.json in com.day.cq.wcm.core.impl.servlets.PageInfoServlet

Request Progress: 0 TIMER_START{Request Processing} 3 COMMENT timer_end format is {,} 10 LOG Method=GET, PathInfo=null 13 TIMER_START{handleSecurity} 859 TIMER_END{844,handleSecurity} authenticator org.apache.sling.auth.core.impl.SlingAuthenticator@7d63c5f returns true 1094 TIMER_START{ResourceResolution} 1292 TIMER_END{196,ResourceResolution} URI=/libs/wcm/core/content/pageinfo.json resolves to Resource=JcrNodeResource, type=wcm/core/components/pageinfo, superType=null, path=/libs/wcm/core/content/pageinfo 1317 LOG Resource Path Info: SlingRequestPathInfo: path='/libs/wcm/core/content/pageinfo', selectorString='null', extension='json', suffix='null' 1318 TIMER_START{ServletResolution} 1322 TIMER_START{resolveServlet(/libs/wcm/core/content/pageinfo)} 1339 TIMER_END{16,resolveServlet(/libs/wcm/core/content/pageinfo)} Using servlet com.day.cq.wcm.core.impl.servlets.PageInfoServlet 1344 TIMER_END{25,ServletResolution} URI=/libs/wcm/core/content/pageinfo.json handled by Servlet=com.day.cq.wcm.core.impl.servlets.PageInfoServlet 1351 LOG Applying Requestfilters 1354 LOG Calling filter: com.adobe.granite.resourceresolverhelper.impl.ResourceResolverHelperImpl 1361 LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter 1363 LOG Calling filter: com.adobe.granite.httpcache.impl.InnerCacheFilter 1373 LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter 1377 LOG Calling filter: com.adobe.cq.mcm.campaign.servlets.CampaignCopyTracker 1381 LOG Calling filter: com.adobe.cq.history.impl.HistoryRequestFilter 1386 LOG Calling filter: com.day.cq.wcm.core.impl.WCMRequestFilter 1423 LOG Calling filter: com.adobe.cq.wcm.core.components.internal.servlets.CoreFormHandlingServlet 1431 LOG Calling filter: com.adobe.granite.optout.impl.OptOutFilter 1439 LOG Calling filter: com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet 1441 LOG Calling filter: com.adobe.cq.social.commons.cors.CORSAuthenticationFilter 1444 LOG Calling filter: org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter 1446 LOG Calling filter: com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter 1448 LOG Calling filter: com.day.cq.wcm.core.impl.AuthoringUIModeServiceImpl 1555 LOG Calling filter: org.apache.sling.security.impl.ContentDispositionFilter 1560 LOG Calling filter: com.adobe.granite.csrf.impl.CSRFFilter 1565 LOG Calling filter: com.adobe.granite.rest.assets.impl.AssetContentDispositionFilter 1569 LOG Calling filter: com.adobe.granite.requests.logging.impl.RequestLoggerImpl 1574 LOG Calling filter: com.adobe.granite.rest.impl.servlet.ApiResourceFilter 1581 LOG Calling filter: com.day.cq.dam.core.impl.servlet.ActivityRecordHandler 1592 LOG Calling filter: com.day.cq.dam.core.impl.assetlinkshare.AdhocAssetShareAuthHandler 1595 LOG Calling filter: com.adobe.cq.social.ugcbase.security.impl.SaferSlingPostServlet 1597 LOG Calling filter: com.day.cq.wcm.core.impl.warp.TimeWarpFilter 1603 LOG Applying Componentfilters 1604 LOG Calling filter: com.day.cq.personalization.impl.TargetComponentFilter 1606 LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter 1769 LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter 1782 TIMER_START{com.day.cq.wcm.core.impl.servlets.PageInfoServlet#0} 2206 LOG Applying Error filters 2208 LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter 2209 LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter 2217 TIMER_START{handleError:status=404} 2234 TIMER_END{15,handleError:status=404} Using handler /libs/sling/servlet/errorhandler/404.jsp 2926 LOG Found processor for post processing ProcessorConfiguration: {contentTypes=[text/html], order=-1, active=true, valid=true, processErrorResponse=true, pipeline=(generator=Config(type=htmlparser, config={}), transformers=(Config(type=linkchecker, config={}), Config(type=mobile, config=JcrPropertyMap [node=Node[NodeDelegate{tree=/libs/cq/config/rewriter/default/transformer-mobile: { jcr:primaryType = nt:unstructured, component-optional = true}}], values={jcr:primaryType=nt:unstructured, component-optional=true}]), Config(type=mobiledebug, config=JcrPropertyMap [node=Node[NodeDelegate{tree=/libs/cq/config/rewriter/default/transformer-mobiledebug: { jcr:primaryType = nt:unstructured, component-optional = true}}], values={jcr:primaryType=nt:unstructured, component-optional=true}]), Config(type=contentsync, config=JcrPropertyMap [node=Node[NodeDelegate{tree=/libs/cq/config/rewriter/default/transformer-contentsync: { jcr:primaryType = nt:unstructured, component-optional = true}}], values={jcr:primaryType=nt:unstructured, component-optional=true}]), serializer=Config(type=htmlwriter, config={}))} 3062 TIMER_END{3061,Request Processing} Dumping SlingRequestProgressTracker Entries