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

"components" folder is empty in CRX Lite

Avatar

Level 2

Hi,

I got a weird problem here, my "components" folder is empty in CRX Lite however i can see the whole jcr structure using JCR Content Explorer. All pages are working fine so i'm assuming the nodes / structures are  there.

My project is maven based and i didnt find any POM or XML inconsistence and no exceptions as well. Any clues what may be the problem?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

When you have done a check on the page, for which you don't find any components but it loads fine, then use the "Recent requests" tool of the Felix console (http://localhost:4502/system/console/requests) and select your request there (maybe you need to repeat it, by default only the last 20 requests to the instance are listed there). Then the path of all used components is displayed (if they are in fact cq:Component nodes and no servlets).

Jörg

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

When you have done a check on the page, for which you don't find any components but it loads fine, then use the "Recent requests" tool of the Felix console (http://localhost:4502/system/console/requests) and select your request there (maybe you need to repeat it, by default only the last 20 requests to the instance are listed there). Then the path of all used components is displayed (if they are in fact cq:Component nodes and no servlets).

Jörg

Avatar

Level 2

Hi, i can confirm (from requests console) that sling is resolving all the components correctly to my "component" tree, however the "components" tree is appearing empty in CRXDE Lite. On the other hand Content Explorer display the "component" tree correctly.