Expand my Community achievements bar.

SOLVED

wknd image-list not showing and giving error

Avatar

Level 3

hii guys, 

I'm checking wknd site image-list component and it is not working giving errors like ive shown in the image ive checked implementing it on other sites same is the case what would be the isuue . i need this imagelist component to implement multiple images in a page .

 

 

 

 

Screenshot (6).png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Shivanandh 

 

We need not deploy. We can just download the package from  https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-2.1.4 and install it via Package manager


Aanchal Sikka

View solution in original post

10 Replies

Avatar

Community Advisor

Hello @Shivanandh 

 

It is the issue only with the ImageList or with other components as well?

It seems it is unable to resolve the Sling Model.

 

Please verify if "ImageListImpl" is available.

 

1. Go to http://localhost:4502/system/console/bundles

2. Browse to bundle aem-guides-wknd.core

3. Look for "ImageListImpl". If available, it should look like this.

aanchalsikka_0-1688364871237.png

 

Also, please check is more details are available in error.log


Aanchal Sikka

Avatar

Level 3

hii @aanchal-sikka 

this is only comonent which is giving like this rest all working fine.

and also the sling-model-classes includes ImageListImpl as well .  and im using WKND Sites Project - Reactor Project 2.1.5-SNAPSHOT. and my aem updated service pack is 6.5.12.0

 

Screenshot (8).pngScreenshot (7).png

 

 

Screenshot (7).png

Avatar

Community Advisor

Hello @Shivanandh 

 

Latest released version is 2.1.4

aanchalsikka_0-1688367136819.png

 

You might be working with a working-in-progress version. Please use the packages from the release section https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-2.1.4

 

 


Aanchal Sikka

Avatar

Level 3

yes @aanchal-sikka 

ive tried that as well but getting this error while project build.what could be the possible error

Screenshot (9).png

Avatar

Correct answer by
Community Advisor

@Shivanandh 

 

We need not deploy. We can just download the package from  https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-2.1.4 and install it via Package manager


Aanchal Sikka

Avatar

Level 3

hii @aanchal-sikka 

 I'm unable to get the component on the page still getting the same error is it possible could you give the working image-list component as zip. thank you.

Avatar

Community Advisor

Hello @Shivanandh 

 

If the package isn't helping either, it might not be an issue with code. But, may be with the Images.

 

Can you please try accessing a WKND page that uses Image List . Example: http://localhost:4502/editor.html/content/wknd/language-masters/en/magazine.html

 

Is it the same error?

 

It should look like this:

aanchalsikka_0-1688381744554.png

 


Aanchal Sikka

Avatar

Level 3

as you can see I'm not getting any image-list articles it is just giving blank. when i try to save the dialog it is giving me the same error don't know the reason. sling model is there on the bundle there are some version errors but i don't think it will cause the problem.

im also attaching bundle screenshot

 

Screenshot (11).png

 

Screenshot 2023-07-03 162747.png

Avatar

Community Advisor

The 2.1.4 doesn't seem compatible with the AEM + SP version that you have currently. The bundle is not in Active state. The core dependencies are not met (highlighted in Red)

 

You either need to upgrade your AEM to latest service pack, or try with smaller WKND release versions


Aanchal Sikka

Avatar

Level 3

you are right ! I've tried lower versions and it worked for me thanks.