Dam Image renditions error while executing the folder thumbnail!
Hi @3664304,
I'm facing the below issue in the production server, and I didn't face this issue in my local author. Can anyone please help me to resolve this issue?
11.11.2020 14:35:57.560 *ERROR* [Thread-57] com.day.cq.dam.core.impl.ui.preview.FolderPreviewUpdaterImpl error while executing folder thumbnail update job: /content/dam/asian/Images/PACKSHOTS-01.png
java.lang.IllegalArgumentException: width or height <= 0
at com.day.image.Layer.init(Layer.java:3156) [day-commons-gfx:2.1.48]
at com.day.image.Layer.<init>(http://Layer.java:490) [day-commons-gfx:2.1.48]
at com.day.cq.dam.core.impl.ui.preview.FolderPreviewGenerator$FolderPreviewCreator.createPreview(FolderPreviewGenerator.java:292) [com.day.cq.dam.cq-dam-core:5.11.356]
at com.day.cq.dam.core.impl.ui.preview.AssetDrivenFolderPreviewGenerator.generate(AssetDrivenFolderPreviewGenerator.java:245) [com.day.cq.dam.cq-dam-core:5.11.356]
at com.day.cq.dam.core.impl.ui.preview.FolderPreviewUpdaterImpl.updateFolderThumbnail(FolderPreviewUpdaterImpl.java:144) [com.day.cq.dam.cq-dam-core:5.11.356]
at com.day.cq.dam.core.impl.ui.preview.FolderPreviewUpdaterImpl.run(FolderPreviewUpdaterImpl.java:201) [com.day.cq.dam.cq-dam-core:5.11.356]
at java.lang.Thread.run(Thread.java:748)
