コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

WKND samples don't render

Avatar

Level 4

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

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

6.5
1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

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.*

 

元の投稿で解決策を見る

3 返信

Avatar

Community Advisor

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!

Avatar

正解者
Employee Advisor

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.*

 

Avatar

Level 4
Can you clarify running -PautoInstallPackageClassic option? is that what you meant