02-14-2018 11:18 PM
Hi,
We are using Activiti 5.22.x with Spring Integration, below is the code we are using to create the Process Engine:
SpringProcessEngineConfiguration processEngineConfig = new SpringProcessEngineConfiguration();
processEngineConfig.setDataSource(activitiDataSource());
processEngineConfig.setDatabaseSchemaUpdate("true");
processEngineConfig.setTransactionManager(activitiTransactionManager());
processEngineConfig.setJobExecutorActivate(true);
This code will be deployed into Clustered Environment, Will it create the multiple Process Engine with the JobExecutor set to 'True', if 'Yes' will it cause any problems. While executing Timers and Async Jobs?
The Reason why am i raising this question is, we are running in Dev Environment with one node and also pointing to the same DB from our Local Environment by setting the JobExecutor to True. Due to this we are facing issues with the Async Service Task Jobs. Below is the Exception Scenario:
When the Job gets created for the Async Service Task in Act_ru_job table, we observed that the Service Task is not getting executed and that entry is getting locked for long time. Also the expiration time is revised (increments every 3 mins)every time the Job gets fired, that gives the ActivitiOptimisticLocking Exception every time.
| |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||
|
02-19-2018 09:38 PM
Will it create the multiple Process Engine with the JobExecutor set to 'True', if 'Yes' will it cause any problems. While executing Timers and Async Jobs?
Can anybody help out with the above() question.. Looking forward for any suggestions ASAP.
Explore our Alfresco products with the links below. Use labels to filter content by product module.