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

AEM WKND bundle in installed state

Avatar

Level 1

HI,

I recently installed the AEM 6.5.0 jar for training along with SP 10. Trying to install the WKND application available on git - 

https://github.com/adobe/aem-guides-wknd

 

I am using the below mvn command given to build the project in classic mode (for standalone jar) - 

mvn clean install -PautoInstallSinglePackage -Pclassic

 

But looks like all the modules are getting compiled and a Cloud built is getting generated - 

 

[INFO] Installing C:\AEM\AEm_Archtype\wknd\aem-wknd-git\ui.tests\pom.xml to C:\Users\vis\.m2\repository\com\adobe\aem\guides\aem-guides-wknd.ui.tests\2.1.1-SNAPSHOT\aem-guides-wknd.ui.tests-2.1.1-SNAPSHOT.pom
[INFO] Installing C:\AEM\AEm_Archtype\wknd\aem-wknd-git\ui.tests\target\aem-guides-wknd.ui.tests-2.1.1-SNAPSHOT-ui-test-docker-context.tar.gz to C:\Users\vis\.m2\repository\com\adobe\aem\guides\aem-guides-wknd.ui.tests\2.1.1-SNAPSHOT\aem-guides-wknd.ui.tests-2.1.1-SNAPSHOT-ui-test-docker-context.tar.gz
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for WKND Sites Project - Reactor Project 2.1.1-SNAPSHOT:
[INFO]
[INFO] WKND Sites Project - Reactor Project ............... SUCCESS [ 0.865 s]
[INFO] WKND Sites Project - Core .......................... SUCCESS [ 13.671 s]
[INFO] WKND Sites Project - UI Frontend ................... SUCCESS [ 28.606 s]
[INFO] WKND Sites Project - UI apps structure ............. SUCCESS [ 1.721 s]
[INFO] WKND Sites Project - UI apps ....................... SUCCESS [ 6.266 s]
[INFO] WKND Sites Project - UI content .................... SUCCESS [ 3.406 s]
[INFO] WKND Sites Project - UI config ..................... SUCCESS [ 0.358 s]
[INFO] WKND Sites Project - UI sample content ............. SUCCESS [ 4.227 s]
[INFO] WKND Sites Project - All ........................... SUCCESS [02:20 min]
[INFO] WKND Sites Project - Integration Tests ............. SUCCESS [ 17.287 s]
[INFO] WKND Sites Project - UI Tests ...................... SUCCESS [ 0.484 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------

 

WKND bundle is in installed state and below error is coming - 

 

24.08.2022 11:35:05.886 ERROR [qtp1323743071-8581] org.apache.felix.http.jetty Bundles: Cannot start (org.osgi.framework.BundleException: Unable to resolve aem-guides-wknd.core [612](R 612.0): missing requirement [aem-guides-wknd.core [612](R 612.0)] osgi.wiring.package; (&(osgi.wiring.package=com.day.cq.search)(version>=1.4.0)(!(version>=2.0.0))) Unresolved requirements: [[aem-guides-wknd.core [612](R 612.0)] osgi.wiring.package; (&(osgi.wiring.package=com.day.cq.search)(version>=1.4.0)(!(version>=2.0.0)))])
org.osgi.framework.BundleException: Unable to resolve aem-guides-wknd.core [612](R 612.0): missing requirement [aem-guides-wknd.core [612](R 612.0)] osgi.wiring.package; (&(osgi.wiring.package=com.day.cq.search)(version>=1.4.0)(!(version>=2.0.0))) Unresolved requirements: [[aem-guides-wknd.core [612](R 612.0)] osgi.wiring.package; (&(osgi.wiring.package=com.day.cq.search)(version>=1.4.0)(!(version>=2.0.0)))]

 

Is there a way I can build this project to work with stand alone jar. Please help with the same.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @vishwask7315844 , 

  • aem-guides-wknd.all-1.1.0-classic.zip: AEM 6.5.4+, AEM 6.4.8+ This is built with the additional profile classic and uses v6.4.8.1 of the uber jar.
  • See this Documentation. aem-guides-wknd-1.1.0 
Thanks,

Aditya Chabuku

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @vishwask7315844 , 

  • aem-guides-wknd.all-1.1.0-classic.zip: AEM 6.5.4+, AEM 6.4.8+ This is built with the additional profile classic and uses v6.4.8.1 of the uber jar.
  • See this Documentation. aem-guides-wknd-1.1.0 
Thanks,

Aditya Chabuku