Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

WKND project bundles are not active

Avatar

Level 4

I am using AEM as a cloud service. After installing WKND Site v2.1.0 from github
It returns some error bundleaaa.png

Please help me find the solutions on this.

 

Thanks in Advance.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Yeah,When I downgrade to v1.1.0 It works but with this command 



$ mvn clean install -PautoInstallSinglePackage -Pclassic 

Thanks, @SantoshSai @arunpatidar @Sady_Rifat 

View solution in original post

7 Replies

Avatar

Community Advisor

Check whether your core component bundle is active or not. [com.adobe.cq.core.wcm.components.core]

Avatar

Community Advisor

Hi,

Please check the version compatiblity for the wknd project.

It seems the dependencies which wknd project expect, does not exists in AEM version



Arun Patidar

Avatar

Community Advisor

Hi @neeraj_24412,

As per @arunpatidar Please check version compatibility for current version of AEM and WKND project, you can check here [0] for more details.

Additionally, worth checking about Get started with AEM Sites - WKND tutorial [1]

[0]: https://experienceleague.adobe.com/docs/experience-manager-core-components/using/versions.html?lang=...

[1]: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-devel...

 

Just in case based on your AEM version 

How to build

For AEM as a Cloud Service SDK:

$ cd aem-guides-wknd/
$ mvn clean install -PautoInstallSinglePackage

For AEM 6.5.x:

$ cd aem-guides-wknd/
$ mvn clean install -PautoInstallSinglePackage -Pclassic

Hope that helps you!

Regards,

Santosh

Avatar

Correct answer by
Level 4

Yeah,When I downgrade to v1.1.0 It works but with this command 



$ mvn clean install -PautoInstallSinglePackage -Pclassic 

Thanks, @SantoshSai @arunpatidar @Sady_Rifat