Image not displaying after drag and drop on core image component
- September 19, 2022
- 1 reply
- 2093 views
After dragging and dropping the image on core image component, I am getting following error in logs.
It works some times, failing 1 in 5 attempts19.09.2022 16:58:27.313 *ERROR* [[0:0:0:0:0:0:0:1] [1663621107290] GET /content/el-xxx/us/en/_jcr_content/root/container/container/image.coreimg.85.1600.jpeg/1663621106322/52370246583-71613e2d9e-m.jpeg HTTP/1.1] org.apache.sling.engine.impl.SlingMainServlet service: Uncaught Problem handling the request
java.io.IOException: Cannot process rendition original due to size null
at com.adobe.cq.wcm.core.components.internal.servlets.AdaptiveImageServlet.filter(AdaptiveImageServlet.java:643) [com.adobe.cq.core.wcm.components.core:2.19.0]
It works some times, failing 1 in 5 attempts19.09.2022 16:58:27.313 *ERROR* [[0:0:0:0:0:0:0:1] [1663621107290] GET /content/el-xxx/us/en/_jcr_content/root/container/container/image.coreimg.85.1600.jpeg/1663621106322/52370246583-71613e2d9e-m.jpeg HTTP/1.1] org.apache.sling.engine.impl.SlingMainServlet service: Uncaught Problem handling the request
java.io.IOException: Cannot process rendition original due to size null
at com.adobe.cq.wcm.core.components.internal.servlets.AdaptiveImageServlet.filter(AdaptiveImageServlet.java:643) [com.adobe.cq.core.wcm.components.core:2.19.0]
when I see this error, image doesn't display on the component neither in author view nor render view
