DAM Update Asset Workflow exception for rendition of Asset | Community
Skip to main content
April 25, 2022
Solved

DAM Update Asset Workflow exception for rendition of Asset

  • April 25, 2022
  • 1 reply
  • 1094 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MayurSatav

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.

1 reply

MayurSatav
Community Advisor and Adobe Champion
MayurSatavCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
April 25, 2022

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.

April 27, 2022

@mayursatav  here is the Launcher configuration/properties

 

 

Thanks in Advance