RemoteContentRenderingException while editing page | Community
Skip to main content
Level 3
June 9, 2023

RemoteContentRenderingException while editing page

  • June 9, 2023
  • 1 reply
  • 1330 views

Hi Team,

While opening page in edit mode it was showing blank . So i checked the error log and got below error.

09.06.2023 16:27:49.165 *WARN* [[0:0:0:0:0:0:0:1] [1686308267077] GET /content/bookpedia/us/en/home.html HTTP/1.1] com.adobe.cq.remote.content.renderer.impl.servlet.RemoteContentRendererRequestHandlerServlet Error while attempting to render content server-side: Exception while building the Remote HTTP request, {} com.adobe.cq.remote.content.renderer.RemoteContentRenderingException: Exception while building the Remote HTTP request at com.adobe.cq.remote.content.renderer.impl.handler.DefaultRemoteContentRendererRequestHandlerImpl.getRequest(DefaultRemoteContentRendererRequestHandlerImpl.java:103) [com.day.cq.remote.content.renderer:2.0.6] at com.adobe.cq.remote.content.renderer.impl.service.RemoteContentRenderingServiceImpl.getRemoteContentResponse(RemoteContentRenderingServiceImpl.java:72) [com.day.cq.remote.content.renderer:2.0.6] at com.adobe.cq.remote.content.renderer.impl.servlet.RemoteContentRendererRequestHandlerServlet.doGet(RemoteContentRendererRequestHandlerServlet.java:67) [com.day.cq.remote.content.renderer:2.0.6]

Can anyone please help here to resolve this error.

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

1 reply

ManviSharma
Adobe Employee
Adobe Employee
June 12, 2023

Hi,

 

Ensure proper configuration and network connectivity for the Remote Content Renderer component in AEM, and validate availability of the remote server mentioned in the configuration.

skumariAuthor
Level 3
June 12, 2023

Hi @manvisharma 

Could you please help with the name of configuration using for  Remote Content Renderer.

Below i could see from the osgi component console:-

Also this is error we are getting at end:-

at java.lang.Thread.run(Thread.java:748) Caused by: java.net.MalformedURLException: no protocol: null/content/bookpedia/us/en/home.html at java.net.URL.<init>(URL.java:593) at java.net.URL.<init>(URL.java:490) at java.net.URL.<init>(URL.java:439) at com.adobe.cq.remote.content.renderer.impl.handler.DefaultRemoteContentRendererRequestHandlerImpl.getRequest(DefaultRemoteContentRendererRequestHandlerImpl.java:77) [com.day.cq.remote.content.renderer:2.0.6]

 

October 2, 2023
Remote Content Renderer - Configuration Factory