Adobe-Marketing-Cloud / aem-guides-wknd

Steps to create a website with Adobe Experience Manager (AEM)
https://helpx.adobe.com/experience-manager/kt/sites/using/getting-started-wknd-tutorial-develop.html
76 stars 68 forks source link

No root layout container when creating template #17

Closed bmon closed 6 years ago

bmon commented 6 years ago

Hi,

I've been following the WKND guide, and after deploying the chapter 2 code to my local, I've been unable to create templates as there is no Root Layout object in the template editor. This is also true for the other templates that were created as part of chapter 2: when I open them they are completely empty and there are no components or layouts.

image

I've verified the root layout object is actually defined in the code, it seems to be done correctly.

Running AEM 6.3, replicated the issue on 6.3.0 and SP2.

Thanks!

godanny86 commented 6 years ago

@bmon Is there anything in the error.log? It could be that a node in the template is not pointing correctly to a component sling:resourceType. I'd look for some log statements like: No renderer for extension html, cannot render resource JcrNodeResource, type= in the error.log to try and narrow down where the error is.

godanny86 commented 6 years ago

@bmon the tutorial has recently been updated to use the new Maven AEM project archetype 13. I think you will find that many of the manual steps have been eliminated from parts 1 and 2. If you don't mind restarting the tutorial hopefully you won't run into this error...

bmon commented 6 years ago

I'll give it a shot when I get a chance. Thanks for the update!

On Fri., 13 Apr. 2018, 12:37 am Daniel Gordon, notifications@github.com wrote:

@bmon https://github.com/bmon the tutorial has recently been updated to use the new Maven AEM project archetype 13. I think you will find that many of the manual steps have been eliminated from parts 1 and 2. If you don't mind restarting the tutorial hopefully you won't run into this error...

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Adobe-Marketing-Cloud/aem-guides-wknd/issues/17#issuecomment-380828223, or mute the thread https://github.com/notifications/unsubscribe-auth/ACBGyFgGU3uvAL6TPoLAe8g58HqY0HQOks5tn2aSgaJpZM4THvPR .

godanny86 commented 6 years ago

also just a heads up: issue #19