Issues with accessing image
Hello,
I am encountering the following error while trying to access an image that uses the AdaptiveImageServlet. If anyone has experienced this issue before, please share the resolution or suggestions to address it. The AEM version in use is 6.5 SP22.
Here’s what I’ve checked so far:
- All renditions of the image are available in DAM.
- The width/size of the image is moderate and not excessively large.
- I have verified that the images are not corrupted.
- When I create a package and validate the pages/assets in a different environment, no issues are found.
- The version of the WCM Core Components is identical across all instances (both working and non-working environments).
- I restarted the instance, but no luck.
Error log:
23.06.2025 13:10:22.000 *ERROR* [198.203.175.233 [1750684221990] GET /content/brand/en/test/_jcr_content/root/layout_container_619122462/content/xx/content/layout_container/content/image.coreimg.85.1200.png/1750339300167/testimg.png HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught IOException
java.io.IOException: Cannot process rendition original due to size null
at com.adobe.cq.wcm.core.components.internal.servlets.AdaptiveImageServlet.filter(AdaptiveImageServlet.java:596) [com.adobe.cq.core.wcm.components.core:2.27.0]
at com.adobe.cq.wcm.core.components.internal.servlets.AdaptiveImageServlet.getOriginal(AdaptiveImageServlet.java:576) [com.adobe.cq.core.wcm.components.core:2.27.0]
at com.adobe.cq.wcm.core.components.internal.servlets.AdaptiveImageServlet.getBestRendition(AdaptiveImageServlet.java:526) [com.adobe.cq.core.wcm.components.core:2.27.0]
at com.adobe.cq.wcm.core.components.internal.servlets.AdaptiveImageServlet.transformAndStreamAsset(AdaptiveImageServlet.java:339) [com.adobe.cq.core.wcm.components.core:2.27.0]
at com.adobe.cq.wcm.core.components.internal.servlets.AdaptiveImageServlet.doGet(AdaptiveImageServlet.java:236) [com.adobe.cq.core.wcm.components.core:2.27.0]