WKND project bundles are not active | Community
Skip to main content
Level 2
December 19, 2023
Solved

WKND project bundles are not active

  • December 19, 2023
  • 2 replies
  • 956 views

I am using AEM version: 6.5.7
I am getting the below errors for package: com.adobe.cq.core.wcm.components.core:

 

Error for WKND package:

 

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 arunpatidar

Hi @shivikasi 

Make sure you have the corresponding core components installed in AEM as well
https://github.com/adobe/aem-core-wcm-components/blob/main/VERSIONS.md 

2 replies

arunpatidar
Community Advisor
Community Advisor
December 19, 2023

Hi @shivikasi 

Please check the WKND version.

 

WKND versions are compatible with the following versions of Adobe Experience Manager:

AEM version WKND version
AEM as a Cloud Service 3.x
6.5 SP17 2.x, 3.x

 

For AEM 6.5.7 , you can try https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-1.1.0 

Arun Patidar
ShivikaSiAuthor
Level 2
December 19, 2023

@arunpatidar 

When I downloaded the source code zip, and tried building, I am getting this error:

java.lang.IllegalArgumentException: Classpath resource not found: /com/adobe/aem/guides/wknd/core/models/impl/BylineImplTest.json
at com.adobe.aem.guides.wknd.core.models.impl.BylineImplTest.setUp(BylineImplTest.java:55)

 

My local AEM version is 6.5.0.

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
December 19, 2023

Hi @shivikasi 

Make sure you have the corresponding core components installed in AEM as well
https://github.com/adobe/aem-core-wcm-components/blob/main/VERSIONS.md 

Arun Patidar
VeenaVikraman
Community Advisor
Community Advisor
December 20, 2023

As @arunpatidar mentioned the issue is because of the AEM version. You can download the latest Service Pack (SP) and install in your local . It should resolve yoru issue. Or download a lower version of WKND. I reccomend upgrading your AEM version. Always work with latest versions of AEM.  

 

Thanks

Veena