Expand my Community achievements bar.

SOLVED

Page Temaplate and Page can't add component. there is no component list in my local.

Avatar

Level 1

Hi,

I need help.I can't add any components to my local page or page template after I seting up my local environemt,

I used sdk version is: aem-sdk-2024.7.17098.20240711T134106Z-240700

There is no component when I open template editor.

I tried downloading different version of the SDK and rebuilding the code serveral time, but it still doesn't work. 

My colleagues used same code base, and the issue only happened with my setup

Page: 

AlisaChen_0-1733121111883.png

 

 

page Template:

AlisaChen_1-1733121159245.png

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @AlisaChen ,


Please try to follow below steps:-

1. Check if all the bundles are in active state in OSGI console.

2. Check the the error.log for error while refreshing the page. You can trcae the log from here.

3. Check the project package from /crx/packmgr/index.jsp and reinstall it again

4. Restart the server again and check for the log for any error

 

 

Hope it helps!


-Tarun

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @AlisaChen ,


Please try to follow below steps:-

1. Check if all the bundles are in active state in OSGI console.

2. Check the the error.log for error while refreshing the page. You can trcae the log from here.

3. Check the project package from /crx/packmgr/index.jsp and reinstall it again

4. Restart the server again and check for the log for any error

 

 

Hope it helps!


-Tarun

Avatar

Administrator

@AlisaChen Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!



Kautuk Sahni

Avatar

Level 1

Thanks everyone for replying.

I found the solution, add below environment Path when start the sever.

set AEM_EXTERNALIZER_LOCAL=http://localhost:4502
set AEM_EXTERNALIZER_AUTHOR=http://localhost:4502