org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html issue realted to cq:LiveSyncConfig | Community
Skip to main content
skallepalli
December 1, 2022
Solved

org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html issue realted to cq:LiveSyncConfig

  • December 1, 2022
  • 2 replies
  • 1615 views

I see the below error when trying to access a home page of a live copy.

org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource JcrNodeResource, type=cq:LiveCopy, superType=null, path=/content/XXXXX/en/gb/jcr:content/cq:LiveSyncConfig

Observations: I don't find this in the author or publisher, but only see that error when trying to access the dispatcher/public url

I see all the properties which are required are there on cq:LiveSyncConfig node, so not sure what was the exact issue.

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 joerghoh

That's a problem of the parent resource, which wants to render all nodes below /content/XXX/gb/jcr:content, and it does not know that a cq:LiveSyncConfig node cannot be rendered.

 

A probably easy way to avoid this message would be to provide a /apps/cq/LiveSyncConfig/LiveSyncConfig.html node (nodetype nt:file) with no content. But honestly I have not seen this message that often, and in that case it should definitely be part of the product.

2 replies

Jagadeesh_Prakash
Community Advisor
Community Advisor
December 1, 2022

@skallepalli

I think it should be a issue with edit templates. Make sure tha rep:policy nodes under /conf/xxxx match those for we retail. Their is an ACL needed for templates , template types and policies

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
December 3, 2022

That's a problem of the parent resource, which wants to render all nodes below /content/XXX/gb/jcr:content, and it does not know that a cq:LiveSyncConfig node cannot be rendered.

 

A probably easy way to avoid this message would be to provide a /apps/cq/LiveSyncConfig/LiveSyncConfig.html node (nodetype nt:file) with no content. But honestly I have not seen this message that often, and in that case it should definitely be part of the product.

December 15, 2022

@joerghoh , Thank you for your answer. But while I am adding the node(LiveSyncConfig.html) to the node cq:LiveSyncConfig getting below error. Can you please confirm me If I am doing correct or wrong.

 

joerghoh
Adobe Employee
Adobe Employee
December 17, 2022

I am sorry, I cannot help here. If you want to manually create/fix MSM, you are a bit on your own. I know it's possible but never did it myself.