この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
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.*
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!
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.*
表示
返信
いいね!の合計