Error in DAM Update asset workflow after customization in AEM 6.5.13 | Community
Skip to main content
Level 2
August 29, 2022
Solved

Error in DAM Update asset workflow after customization in AEM 6.5.13

  • August 29, 2022
  • 2 replies
  • 1180 views

After migrating from 6.3 to 6.5, I am experiencing error in customized DAM update Asset workflow.

I am getting following error:

 com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.day.cq.dam.indd.process.INDDCreateThumbnailProcess
at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:207)
at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:275)
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:351)
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:287)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)

 

 

Is this process removed from AEM 6.5, as I can see it in 6.3 version

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 lukasz-m

Hi @stj_1234,

com.day.cq.dam.indd.process.INDDCreateThumbnailProcess has been removed from AEM 6.5. This is why you see the error. In general I would recommend to compare your DAM update asset workflow from AEM 6.3 with the one from AEM 6.5. This will give you clear view on differences in workflow steps, and potential alignments you will have to do as part of migration/upgrade steps.

2 replies

Level 4
August 29, 2022
lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
August 29, 2022

Hi @stj_1234,

com.day.cq.dam.indd.process.INDDCreateThumbnailProcess has been removed from AEM 6.5. This is why you see the error. In general I would recommend to compare your DAM update asset workflow from AEM 6.3 with the one from AEM 6.5. This will give you clear view on differences in workflow steps, and potential alignments you will have to do as part of migration/upgrade steps.

STJ_1234Author
Level 2
August 29, 2022

Hi @lukasz-m 

Thanks for your reply! Is there any documentation from Adobe where I can refer that it is removed from 6.5 version?

kautuk_sahni
Community Manager
Community Manager
August 30, 2022