WKND samples don't render | Community
Skip to main content
Level 4
April 3, 2021
Solved

WKND samples don't render

  • April 3, 2021
  • 2 replies
  • 1110 views

I installed the latest WKND samples. However, when I try to edit the page on author, I get this error in logs

ERROR* [0:0:0:0:0:0:0:1 [1617477681003] GET /content/wknd/us/en/faqs.html HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource JcrNodeResource, type=wknd/components/container, superType=null, path=/conf/wknd/settings/wcm/templates/content-page-template/structure/jcr:content/root

 

I am running AEM 6.5.7

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by user05162

Bootdelegation changes are only required if you are using Java 11. Check the following:

 

- You are using the latest code at : https://github.com/adobe/aem-guides-wknd

- The build was successful and packages were installed without any issues on the AEM instance

- When building the code, use the "classic" param for 6.5.*

 

2 replies

Asutosh_Jena_
Community Advisor
Community Advisor
April 4, 2021

Hi @aembytes 

Please go to your sling.properties file and search for "sling.bootdelegation.sun" property.

replace it with the below line:

sling.bootdelegation.sun=sun.*,com.sun.*,jdk.internal.reflect,jdk.internal.reflect.*

 

Restart the instance and see. All the pages should load as expected.

Also ensure you have the code package also installed for the wknd tutorial on your author instance.

 

Hope this helps!

Thanks!

user05162Adobe EmployeeAccepted solution
Adobe Employee
April 5, 2021

Bootdelegation changes are only required if you are using Java 11. Check the following:

 

- You are using the latest code at : https://github.com/adobe/aem-guides-wknd

- The build was successful and packages were installed without any issues on the AEM instance

- When building the code, use the "classic" param for 6.5.*

 

aembytesAuthor
Level 4
April 5, 2021
Can you clarify running -PautoInstallPackageClassic option? is that what you meant