Hello Team,
We are using Camunda version 7.6.2. Just want to reduce the default number of retry.
I went through some block and try to modify the camunda process engine configuration setting (camunda-oracle-weblogic-ear-7.6.2-ee.ear\camunda-oracle-weblogic-service.jar\META-INF\bpm-platform.xml).
Here, just added one more property. I want to make the chnages for “Call Activity”, " Service Activity" and “script activity”.
<properties>
<property name="defaultNumberOfRetries">0</property>
</properties>
After that am getting bellow exception
<Sep 25, 2017 10:33:27 AM EDT> <Enqueued request belonging to Work Manager wm/camunda-bpm-workmanager, application Camunda Engine is cancelled as the Work Manager is shutdown.>
Sep 25, 2017 10:33:27 AM org.camunda.commons.logging.BaseLogger logError
SEVERE: ENGINE-16004 Exception while closing command context: Cannot find execution with id ‘e2a0e24f-9448-11e7-bbc8-005056b11dbe’ referenced from job 'MessageEntity[repeat=null, id=e8f27824-9448-11e7-bbc8-005056b11dbe, revision=4515, duedate=null, lockOwner=d0c42db6-460a-4ef9-bc9c-7b7a9e34839a, lockExpirationTime=Mon Sep 25 10:38:27 EDT 2017, executionId=e2a0e24f-9448-11e7-bbc8-005056b11dbe, processInstanceId=e0ca26a3-9448-11e7-bbc8-005056b11dbe, isExclusive=false, retries=1, jobHandlerType=async-continuation, jobHandlerConfiguration=transition-create-scope, exceptionByteArray=null, exceptionByteArrayId=e915deae-9448-11e7-bbc8-005056b11dbe, exceptionMessage=Cannot find execution with id ‘e2a0e24f-9448-11e7-bbc8-005056b11dbe’ referenced from job 'MessageEntity[repeat=null, id=e8f27824-9448-11e7-bbc8-005056b11dbe, revision=4, duedate=null, lockOwner=11f6fdbe-116b-49a0-8680-12df4472b605, lockExpirationTime=Thu Sep 07 23:55:52 EDT 2017, executionId=e2a0e24f-9448-11e7-bbc8-005056b11dbe, processInstanceId=e0ca26a3-9448-11e7-bbc8-005056b11dbe, isExclusive=false, retries=2, jobHandlerType=async-continuation, jobHandlerConfiguration=transition-create-scope, exceptionByteArray=null, exceptionByteArrayId=e915deae-9448-11e7-bbc8-005056b11dbe, exceptionMessage=Cannot find execution with id ‘e2a0e24f-9448-11e7-bbc8-005056b11, deploymentId=89032437-9448-11e7-bbc8-005056b11dbe]’: execution is null
…
…
…
Please let me know how to over come from this issues.
Thanking you,
Sudhanshu