Expand my Community achievements bar.

SOLVED

Workflow Exception - Process resource is null

Avatar

Level 2

Hi,

We are seeing the following error during the DAM Asset Update workflow:

com.adobe.granite.workflow.core.job.JobHandler Process resource is null

com.adobe.granite.workflow.WorkflowException: Process resource is null

        at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:155)

        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)

 

Any idea on what causes this error?

 

 

Thanks,

Anwar

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi anwars60445763

Please try the following thing:-

one of the workaround is by adding -XX:-UseSplitVerifier option to the JVM .This issue seems to be an with CQ 5.6 and java 7

Refer to the link:- https://forums.adobe.com/thread/1204006

Example, if you’re starting AEM using start.bat, then you need to update JVM options in start.bat file.

::* default JVM options
if not defined CQ_JVM_OPTS set CQ_JVM_OPTS=-Xmx1024m -XX:MaxPermSize=256M -Djava.awt.headless=true 
-XX:-UseSplitVerifier

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

View solution in original post

3 Replies

Avatar

Correct answer by
Administrator

Hi anwars60445763

Please try the following thing:-

one of the workaround is by adding -XX:-UseSplitVerifier option to the JVM .This issue seems to be an with CQ 5.6 and java 7

Refer to the link:- https://forums.adobe.com/thread/1204006

Example, if you’re starting AEM using start.bat, then you need to update JVM options in start.bat file.

::* default JVM options
if not defined CQ_JVM_OPTS set CQ_JVM_OPTS=-Xmx1024m -XX:MaxPermSize=256M -Djava.awt.headless=true 
-XX:-UseSplitVerifier

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

Avatar

Level 2

Thank You Kautuk . Let me check if this works !!!!

Avatar

Administrator

Hi anwars60445763

Yes, please let me know in either of the case.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni