java.sql.BatchUpdateException when trying to restart camunda process from a certain step

Hi, We have a spring boot camunda applicaiton and issue while restarting a process from a certain step and it was noted that camunda tries to do batch update to camunda tables then fails with java.sql.BatchUpdateException.Pls see attached logs in file 1 for first failure.After this we have two active process instance running in camunda cockpit and then if we try to cancel one of the process instance via cockpit it is not possible and fails with exception attached in file2.i.e org.camunda.bpm.engine.ProcessEngineException: Query return 2 results instead of max 1

Can someone provide inputs on how to avoid this batch exception or how to make sure that only one process instance is running ?

thanks


Please move the topic to Camunda 7 forum.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.