Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Error while renaming the CSS/JS files in DAM.

Avatar

Level 4

Hi,

I have created workflow which contains three process as below

  • Create thumbnail for CSS/JS asset loaded into DAM
  • Copy Asset from DAM to Etc
  • Delete Asset from Etc when asset is deleted from DAM

This workflow should run for create/update/rename/delete operation. while renaming the asset, I am getting the below error. Please let me know how to resolve it

 

22.04.2015 14:59:41.339 *ERROR* [Thread-41] com.day.cq.dam.core.impl.ui.preview.FolderPreviewUpdaterImpl error while executing folder thumbnail update job
java.lang.IllegalArgumentException: width or height <= 0
    at com.day.image.Layer.init(Layer.java:3138)
    at com.day.image.Layer.<init>(Layer.java:490)
    at com.day.cq.dam.core.impl.ui.preview.FolderPreviewGenerator$FolderPreviewCreator.createPreview(FolderPreviewGenerator.java:291)
    at com.day.cq.dam.core.impl.ui.preview.AssetDrivenFolderPreviewGenerator.generate(AssetDrivenFolderPreviewGenerator.java:231)
    at com.day.cq.dam.core.impl.ui.preview.FolderPreviewUpdaterImpl.updateFolderThumbnail(FolderPreviewUpdaterImpl.java:90)
    at com.day.cq.dam.core.impl.ui.preview.FolderPreviewUpdaterImpl.run(FolderPreviewUpdaterImpl.java:130)
    at java.lang.Thread.run(Thread.java:745)

1 Accepted Solution

Avatar

Correct answer by
Level 10

If 5.6.1 install NPR-3921 from https://helpx.adobe.com/experience-manager/kb/cq561-available-hotfixes.html

Any other version file a support ticket and attach your sample images.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

If 5.6.1 install NPR-3921 from https://helpx.adobe.com/experience-manager/kb/cq561-available-hotfixes.html

Any other version file a support ticket and attach your sample images.