Component not rendering on some systems | Community
Skip to main content
NaziyaP
February 14, 2022
Solved

Component not rendering on some systems

  • February 14, 2022
  • 3 replies
  • 1013 views

Hi All,

 

We have developed a component which is not rendering only in some systems.

We compared both(successful rendering and unsuccessful rendering) sling request logs and found below difference

Successful:

TIMER_START{PATH_TO_THE_COMPONENT.html#17}
70580 LOG Including resource JcrNodeResource, type=cq:Component, superType=null, path=PATH_TO_THE_COMPONENT (SlingRequestPathInfo: path='PATH_TO_THE_COMPONENT', selectorString='null', extension='html', suffix='null')

Failled:

TIMER_START{PATH_TO_THE_COMPONENT.html#17}
76368 LOG Including resource SyntheticResource, type=, path=PATH_TO_THE_COMPONENT (SlingRequestPathInfo: path='PATH_TO_THE_COMPONENT', selectorString='null', extension='html', suffix='null').

 

Unable to understand why it is coming different for both systems from same publisher and same environment.

 

Thanks in advance

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sanjay_Bangar

Hi @naziyap ,

     It can be access issue .

Could you please tell me what is the use of that component and are you calling any Servlet from that component.

On the basis of logs initially found that that it can be access issue.

Kr,

Sanjay

   

3 replies

milind_bachani
Adobe Employee
Adobe Employee
February 14, 2022

Hi @naziyap ,


If possible can you share the component specific package and models?
Couldn't find anything fruitful from the information provided here. 

Thanks.

Sanjay_Bangar
Community Advisor
Sanjay_BangarCommunity AdvisorAccepted solution
Community Advisor
February 14, 2022

Hi @naziyap ,

     It can be access issue .

Could you please tell me what is the use of that component and are you calling any Servlet from that component.

On the basis of logs initially found that that it can be access issue.

Kr,

Sanjay

   

DEBAL_DAS
February 15, 2022
  • Are you referring different page hierarchy as different system? Please clarify it.
  • Please take a took into the error.log file and check is there any exception while rendering?
  • Please check whether you are getting can't be resolved associated with sling model or not.

 

 

I agree with @milind_bachani and @sanjay_bangar , please provide some information as they have suggested.