Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

WKND Content Blank

Avatar

Level 3

Hi i installed de WKND project in my computer and whenever i try to create or edit a page of this template, there is nothig there to change, no new components to add into the page. I installed de WKND, following these steps:

 

//For AEM as a Cloud Service SDK:

$ cd aem-guides-wknd/

$ mvn clean install -PautoInstallSinglePackage

 

and the AEM appeared correctly. Can you guide me in what i can do to make it work?

Captura de pantalla de 2023-06-21 16-41-01.pngCaptura de pantalla de 2023-06-21 16-40-42.pngCaptura de pantalla de 2023-06-21 16-40-48.pngCaptura de pantalla de 2023-06-21 16-44-25.pngCaptura de pantalla de 2023-06-21 16-44-04.png

Thanks

23 Replies

Avatar

Community Advisor

Can you check if the bundles are active? Did you find any ERROR statements in the log? I would recommend restarting the instance and checking once more: 1) the bundles, and 2) the logs. Then post back what are you seeing in the logs.



Esteban Bustamante

Avatar

Community Advisor

Your "WKND Site Core" bundle is not active but it shows in the "installed" state. Click the "play" button to activate it. That should fix it



Esteban Bustamante

Is there a way to run in in the terminal because i tried to ckick on "play" in the bunddle and for some reason it does not work or change de status

Avatar

Community Advisor

What you are seeing in red is dependencies that need to be installed, which version of AEM are you running on? According to the official wknd repo, you need at least SP13, https://github.com/adobe/aem-guides-wknd and also please install the acs commons package from here: https://github.com/Adobe-Consulting-Services/acs-aem-commons/releases 



Esteban Bustamante

I just downloaded the latest version of aem cloud service in my computer and according to the install terminal, everything was allright

 

Captura de pantalla de 2023-06-22 13-46-09.png

Avatar

Community Advisor

The SP (service pack) are updates applied on your AEM instance, what you are running through the terminal is the code that will be deployed into your AEM instance, these are different things. 

Download the SP from here: https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html?fulltext=service*... and then installed the package. (if you dont know how, you can learn here: https://experienceleague.adobe.com/docs/experience-manager-65/administering/contentmanagement/packag...)

Esteban666_0-1687453475031.png

 



Esteban Bustamante

it seems that i dont any permissions for that page (the first link) but i tried installing the package though package-manager and it did not worked

Try installing the latest core component zip from :

Release Core WCM Components 2.22.12 · adobe/aem-core-wcm-components · GitHub

and also see creating a dummy page with the page resourceType you have.

hi raj

thanks for the reply and i already downloaded the package but still not working... could be something else?

thanks

tell me the cloud version you are using and the version zip you are downloading for wknd, send me the snaps of wknd - page resource.

Hi Raj here are some screens and i use this repository https://github.com/adobe/aem-guides-wknd / i cloned de repository and ia installed de "cloud version)

 

 

Captura de pantalla de 2023-06-27 10-01-05.pngCaptura de pantalla de 2023-06-27 10-30-56.png

Avatar

Community Advisor

Hello @agustinafernandez 

 

The logs in the description are related to replication only.

Please remove all the statements from error.log file, try loading a page and notice if any error-specific logs appear in error.log


Aanchal Sikka

Avatar

Level 3

hi aanchal

here are some logs but i am not sure if this could be the error

Captura de pantalla de 2023-06-22 10-49-57.png

Avatar

Community Advisor

Hello @agustinafernandez 

 

That seems like an issue. Please check if a component exists under "/apps/wknd/components/page".

 

If not, please download and install "aem-guides-wknd.all-2.1.4.zip" from 

https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-2.1.4 via Package manager

 

Please note that 2.1.4 is the latest release. Anything greater than this would be work-in-progress.

 

Also, can you please share the command that you are using to deploy the code?

 


Aanchal Sikka

Avatar

Level 3

hi aanchal

i just run the server to be able to see de aem "admin" but the template wknd as i said before i just copied the instructions in git and install the packages but from another comment here it seems that i have to try to install de packages (which i am not sure how).

 

java -jar AEM_6.5_Quickstart.jar

 

install of project

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

 

cd aem-guides-wknd/

mvn clean install -PautoInstallSinglePackage

 

Avatar

Community Advisor

Hello @agustinafernandez 

 

I would suggest to use a fresh instance. Uninstalling things do not always give the best results.

 

I guess you are using AEM Cloud SDK.

- Please take the latest AEM Cloud SDK

- Download aem-guides-wknd.all-2.1.4.zip and aem-guides-wknd.ui.content.sample-2.1.4 from https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-2.1.4

- Go to http://localhost:4502/crx/packmgr/ and install these packages.

 

As stated earlier, 2.1.4 is marked as latest release. So, best one to deploy


Aanchal Sikka

Avatar

Level 3

hi aanchal

i alredy imported the packages and i have these to "play" but for some reason i am not able to do it

 

Captura de pantalla de 2023-06-23 17-35-31.png

Avatar

Community Advisor

Hi @agustinafernandez : Go to http://loalhost:4502/system/console and check all the bundles are active or not.

2) Check in the error.log file if you can see any errors.

3) Better try to restart the AEM instance .

 

Thanks

Siva

Thanks,
Siva