I am trying to run WKND site on AEM 6.5.12. Created AEM Project using below archetype command.
mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \ -D archetypeGroupId=com.adobe.aem \ -D archetypeArtifactId=aem-project-archetype \ -D archetypeVersion=41\ -D aemVersion=6.5.12 \ -D appTitle="WKND App" \ -D appId="wknd-app" \ -D groupId="com.adobe.aem.guides.wkndapp" -D frontendModule="decoupled"
I am getting below error when loading the WKND home page properties.
Compilation errors in org/apache/sling/scripting/sightly/apps/core/wcm/components/commons/editor/dialog/inherited/v1/inherited/render_html.java: Line 39, column 2543 : com.adobe.cq.wcm.core.components.commons.editor.dialog.inherited.InheritedField cannot be resolved to a type.
To fix this error, check the core component bundle status.
If bundle is not active then check the AEM version and Core component compatibility at here.
After installing 2.19.2 version for AEM 6.5.12 then bundle status is changed to active.
No comments :
Post a Comment