WKND tutorial - loading blank page | Community
Skip to main content
April 30, 2021
Solved

WKND tutorial - loading blank page

  • April 30, 2021
  • 2 replies
  • 3182 views

After installing a WKND bundle. the sites shows the blank page. and when I open the page with View as Published it gives me an error.

 

org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.scripting.ScriptEvaluationException: data-sly-set: None of the registered plugins can handle the data-sly-set block element. in /apps/wknd/components/page/favicons.html at line number 17 at column number 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 Asutosh_Jena_

Hi @soniv 

 

Can you check if all the bundles are active in system console.

http://localhost:4502/system/console/bundles

 

Also which version of AEM you are using and what is the JDK version?

If it's AEM 6.5 with JDK 11 then please make the below lines of changes in sling.properties file under crx-quickstart/conf folder.

 

from sling.bootdelegation.sun=sun.*,com.sun.*

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

 

Thanks!

2 replies

Asutosh_Jena_
Community Advisor
Asutosh_Jena_Community AdvisorAccepted solution
Community Advisor
April 30, 2021

Hi @soniv 

 

Can you check if all the bundles are active in system console.

http://localhost:4502/system/console/bundles

 

Also which version of AEM you are using and what is the JDK version?

If it's AEM 6.5 with JDK 11 then please make the below lines of changes in sling.properties file under crx-quickstart/conf folder.

 

from sling.bootdelegation.sun=sun.*,com.sun.*

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

 

Thanks!

sonivAuthor
April 30, 2021

I am using adobe 6.4 with  java version:1.8.0_282

I have go this when I looked at bundle.

一座兩陳的故事
May 2, 2021

How to start getting into AEM to practice?