Conflict with the OOTB ThumbnailServlet config. AEM6.5.5
Hi Team,
I have created a page rendering component name data (/apps/project/dm/components/pages/data) [here dm is a folder.]

and the related template (/apps/project/dm/templates/data)

Any node/folder created using the data template (project/dm/components/pages/data) throws the below error while rendering the thumbnail. It is conflicting with the OOTB ThumbnailServlet config.
Author Error:
/mnt/crx/author/crx-quickstart/logs/error.log:19.08.2020 15:16:04.051 *ERROR* [10.113.90.115 [1597850164034] GET /content/www/data.thumb.48.48.png HTTP/1.1] org.apache.jsp.libs.cq.Page.thumb_png_jsp resource has no content. path=/content/www/data.thumb.48.48.png referrer=null
ThumbnailServlet:
component.name = com.day.cq.wcm.core.impl.servlets.ThumbnailServlet
service.pid = com.day.cq.wcm.core.impl.servlets.ThumbnailServlet
service.vendor = Adobe Systems Incorporated
sling.servlet.extensions = [gif, png, jpg]
sling.servlet.resourceTypes = sling/servlet/default
sling.servlet.selectors = thumb workspace = crx.default
http://localhost:4502/system/console/configMgr/com.day.cq.wcm.core.impl.servlets.ThumbnailServlet
http://localhost:4502/system/console/components/2914
- Not sure the reason behind the exception (Author error).
- Happens for the one template not with the custom inherited template.
- want to know more insight about ThumbnailServlet
@vijayalakshmi_s @arunpatidar @vanegi @kautuk_sahni @theo_pendle