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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Thank You Kautuk . Let me check if this works !!!!
Views
Replies
Total Likes
Yes, please let me know in either of the case.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes