Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Getting Sightly Exception after selecting and Clicking on page properties icon.

Avatar

Level 2

Getting Sightly Exception after selecting and Clicking on page properties icon. Attaching error screenshot below. Please help me out with this.

Compilation_Error.png

 

Thanks in advance

Ramesh

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Please install core component package https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.17.14 and check whether issue still exists or not.

View solution in original post

7 Replies

Avatar

Level 6

@RameshKumar306 Can you share the content.xml file for your dialog that you have used

Avatar

Level 2

@ibishika I haven't written any custom page properties dialog. This error is coming from default page properties dialog. In any site's page(even on we-retail site) whenever I click on page properties then I got this kind of sightly exception. 

Avatar

Employee Advisor

Could you please check below points -

 

1. Are you using core/wcm/components/commons/editor/dialog/inherited/v1/inherited as sling:resourceType at any field ?

2. /apps/core/wcm/components/commons/editor/dialog/inherited/v1/inherited/render.html is using com.adobe.cq.wcm.core.components.commons.editor.dialog.inherited.InheritedField sling model.

So, please check using /system/console/depfinder as shown below whether com.adobe.cq.wcm.core.components.commons.editor.dialog.inherited.InheritedField  is available or not -

 

DEBAL_DAS_0-1643701853369.png

Hope these will help to debug.

Avatar

Level 2

Hi @DEBAL_DAS ,

 

1. I haven't used core/wcm/components/commons/editor/dialog/inherited/v1/inherited as sling:resourceType at any field.

 

2. /apps/core/wcm/components/commons/editor/dialog/inherited/v1/inherited/render.html is also using com.adobe.cq.wcm.core.components.commons.editor.dialog.inherited.InheritedField sling model.

 

3. As i can see com.adobe.cq.wcm.core.components.commons.editor.dialog.inherited.InheritedField bundle is not available at this /system/console/depfinder console. So, please tell me how I can add this dependency or can you share me the dependency or any site from where I can download it.

 

missing_dep.png

Avatar

Employee Advisor

Earlier I have installed below package and com.adobe.cq.wcm.core.components.commons.editor.dialog.inherited.InheritedField is part of the below core components package.

DEBAL_DAS_0-1643721801304.png

 

I would like to know are you seeing /apps/wcm/components/commons/editor/dialog/inherited/v1/inherited in your AEM instance CRXDE -

 

DEBAL_DAS_1-1643723067832.png

 

 

Avatar

Level 2

Hi @DEBAL_DAS 

Yes  I am able to see the above exact path in me crx repository.

Avatar

Correct answer by
Employee Advisor

Please install core component package https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.17.14 and check whether issue still exists or not.