Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

DAM Update Asset Workflow exception for rendition of Asset

Avatar

Level 1

Hi All,

 

I got below exception on when creating a rendition of the pdf , step is not continuing (DAM Update Asset )

please let me your resolution, thoughts.

Here are the failure details from the latest failed workflow
/libs/cq/workflow/admin/console/content/failures.html
Asset: /content/dam/rfcu/images/banners/holiday/AEM-Banners_HolidayHomepage_NewYears.pdf/jcr:content/renditions/original

Details:

com.adobe.granite.workflow.WorkflowException: Process execution resulted in an error
at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:201)
at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:260)
at org.apache.sling.event.impl.jobs.JobConsumerManager$JobConsumerWrapper.process(JobConsumerManager.java:502)
at org.apache.sling.event.impl.jobs.queues.JobQueueImpl.startJob(JobQueueImpl.java:293)
at org.apache.sling.event.impl.jobs.queues.JobQueueImpl.access$100(JobQueueImpl.java:60)
at org.apache.sling.event.impl.jobs.queues.JobQueueImpl$1.run(JobQueueImpl.java:229)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: com.adobe.granite.workflow.WorkflowException: Failed to execute process
at com.day.cq.workflow.compatibility.CQWorkflowProcessRunner.execute(CQWorkflowProcessRunner.java:108)
at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:191)
... 8 more
Caused by: com.day.cq.workflow.WorkflowException: com.day.cq.workflow.WorkflowException: execute: gatekeeping failed, asset [{/content/dam/rfcu/images/banners/holiday/AEM-Banners_HolidayHomepage_NewYears.pdf/jcr:content/renditions/original}] in payload doesn't exist for workflow [{VolatileWorkItem_node1_var_workflow_instances_server0_2021-11-01_1_update_asset_302}].
at com.day.cq.dam.core.process.GateKeeperProcess.execute(GateKeeperProcess.java:96)
at com.day.cq.workflow.compatibility.CQWorkflowProcessRunner.execute(CQWorkflowProcessRunner.java:93)
... 9 more
Caused by: com.day.cq.workflow.WorkflowException: execute: gatekeeping failed, asset [{/content/dam/rfcu/images/banners/holiday/AEM-Banners_HolidayHomepage_NewYears.pdf/jcr:content/renditions/original}] in payload doesn't exist for workflow [{VolatileWorkItem_node1_var_workflow_instances_server0_2021-11-01_1_update_asset_302}].
at com.day.cq.dam.core.process.GateKeeperProcess.execute(GateKeeperProcess.java:93)
... 10 more

 

Thanks,

Manjunath

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Manjunathbanakar8 ,

 

It seems the payload you have given in your workflow does not exist. Could you please share your launcher configuration/properties that you are using to trigger the workflow. Also, try to check by triggering your workflow manually.

 

Thanks.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Manjunathbanakar8 ,

 

It seems the payload you have given in your workflow does not exist. Could you please share your launcher configuration/properties that you are using to trigger the workflow. Also, try to check by triggering your workflow manually.

 

Thanks.

Avatar

Level 1

@MayurSatav  here is the Launcher configuration/properties

Manjunathbanakar8_0-1651058293730.png

Manjunathbanakar8_1-1651058341655.png

 

Manjunathbanakar8_2-1651058380355.png

 

Thanks in Advance