Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

org.apache.jsp.libs.cq.Page.thumb_png_jsp resource has no content

Avatar

Level 5

GET /content/versionhistory.thumb.48.48.png HTTP/1.1] org.apache.jsp.libs.cq.Page.thumb_png_jsp resource has no content. path=/content/versionhistory.thumb.48.48.png referrer=null

 

and 

 

07.06.2021 09:35:38.536 *ERROR* [10.43.0.52 [1623022538534] GET /content/versionhistory.thumb.48.48.png HTTP/1.1] org.apache.jsp.libs.cq.Page.thumb_png_jsp resource has no content. path=/content/versionhistory.thumb.48.48.png referrer=null on Author instances.

 

Any pointer on how to debug the same to identify why its coming so that we can handle the same.

2 Replies

Avatar

Level 5

GET /content/versionhistory.thumb.48.48.png HTTP /1.1 ] org.apache.jsp.libs.cq.Page.thumb_png_jsp resource has no content . path=/content/versionhistory.thumb.48.48.png referrer is null

 

and saw that /content/versionhistory empty node was there and as per https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/pagediff.html versions as of AEM 6.3.3.2, versions are being stored in /tmp/versionhistory folder.

Deleted /content/versionhistory node and exception is not coming.