Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

RemoteContentRenderingException while editing page

Avatar

Level 3

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.

3 Replies

Avatar

Employee Advisor

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.

Avatar

Level 3

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:-

skumari_0-1686565765190.png

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]

 

Avatar

Level 1
Remote Content Renderer - Configuration Factory