I am using AEM as a cloud service. After installing WKND Site v2.1.0 from github
It returns some error bundle
Please help me find the solutions on this.
Thanks in Advance.
Solved! Go to Solution.
Views
Replies
Total Likes
Yeah,When I downgrade to v1.1.0 It works but with this command
$ mvn clean install -PautoInstallSinglePackage -Pclassic
Thanks, @SantoshSai @arunpatidar @Sady_Rifat
Check whether your core component bundle is active or not. [com.adobe.cq.core.wcm.components.core]
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
Please check the version compatiblity for the wknd project.
It seems the dependencies which wknd project expect, does not exists in AEM version
Views
Replies
Total Likes
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]
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
Views
Replies
Total Likes
@arunpatidar @SantoshSai I have checked the compatibility seems fine to me!
Views
Replies
Total Likes
Views
Replies
Total Likes
Yeah,When I downgrade to v1.1.0 It works but with this command
$ mvn clean install -PautoInstallSinglePackage -Pclassic
Thanks, @SantoshSai @arunpatidar @Sady_Rifat
Views
Likes
Replies