Expand my Community achievements bar.

AEM WKND Tutorial Chapter 6 - Error when trying to add a new byline component

Avatar

Employee

Hi,

I am new hire at Adobe. I am currently working on the WKND tutorial.

I am stuck at Chapter 6.

I have completed the following steps:

1. I have added byline node of type cq:Component under aem-guides-wknd.ui.apps/src/main/content/jcr_root/apps/wknd/components/content

2. I have added two nodes of type nt:unfiltered: cq_dialog, cq_design_dialog under the byline node

3. I have added the byline.html

4. I have added two java packages under aem-guides-core:

com.adobe.aem.guides.wknd.core.components,

com.adobe.aem.guides.wknd.core.components.impl

Compiling my Maven project does not throw any errors but my http://localhost:4502/editor.html/content/wknd/en/sports/ultimate-guide-to-la-skateparks.html page

throws the following error for the byline component.

1669100_pastedImage_3.png

I am hoping someone could help me fix this issue.

1 Reply

Avatar

Employee Advisor

Hi it does not look like the Byline Sling Model has been registered. Can you check http://localhost:4502/system/console to see if the bundle has started?