Skip to main content
doriguetto
Level 2
October 16, 2015
해결됨

"components" folder is empty in CRX Lite

  • October 16, 2015
  • 2 답변들
  • 634 조회

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?

이 주제는 답변이 닫혔습니다.
최고의 답변: joerghoh

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

2 답변

doriguetto
doriguetto작성자
Level 2
October 16, 2015

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.

joerghoh
Adobe Employee
joerghohAdobe Employee답변
Adobe Employee
October 16, 2015

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