Expand my Community achievements bar.

SOLVED

AEM 6.0 SP2: workflow errors when installing the content package with assets

Avatar

Level 1

I'm getting the following error for each image when installing the content package with assets on author.

22.05.2015 18:20:41.772 *ERROR* [JobHandler: /etc/workflow/instances/2015-05-22/model_619191127071372:/content/dam/sitename/images/features/tollfre_br.png/jcr:content/metadata] com.adobe.granite.workflow.core.job.JobHandler Process implementation not found: com.day.cq.dam.core.process.AssetSetLastModifiedProcess com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.day.cq.dam.core.process.AssetSetLastModifiedProcess at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:228) at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:145) at org.apache.sling.event.jobs.JobUtil$1.run(JobUtil.java:366) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)


Env: Java 8, Aem 6.0 SP2 + all hotfixes for SP2

The only related topic I've found is https://forums.adobe.com/thread/1204006

But AFAIK Oracle is deprecating the -XX:-UseSplitVerifier flag in Java 8.

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hello,

Bundle "Day Communique 5 DAM Core Implementationcom.day.cq.dam.cq-dam-core)" for dam process in SP2 built using JDK 1.6 and it seems like its same issue what you have mentioned above "Oracle is deprecating the -XX:-UseSplitVerifier flag in Java 8" i found an article which say its unsupported in 8 (https://github.com/cobertura/cobertura/issues/166otherwise the verifier would have taken this class in consideration for processing.

You should search higher version of this package if possible.

 

Thanks,

Pawan

View solution in original post

4 Replies

Avatar

Correct answer by
Level 9

Hello,

Bundle "Day Communique 5 DAM Core Implementationcom.day.cq.dam.cq-dam-core)" for dam process in SP2 built using JDK 1.6 and it seems like its same issue what you have mentioned above "Oracle is deprecating the -XX:-UseSplitVerifier flag in Java 8" i found an article which say its unsupported in 8 (https://github.com/cobertura/cobertura/issues/166otherwise the verifier would have taken this class in consideration for processing.

You should search higher version of this package if possible.

 

Thanks,

Pawan

Avatar

Employee

Hi,

I don't think AEM supports java 1.8, you need to use 1.7. see [0]

Will

[0] http://docs.adobe.com/docs/en/aem/6-0/deploy.html#Getting Started

Avatar

Level 1

Any ideas where can I find updated Day Communique 5 DAM Core? It's part of AEM so may be you have some suggestion.