Dear Camunda community,
Would appreciate some hints on an error below (Tomcat, camunda 7.9.0 shared, running in docker, Oracle 12 DB), which we never faced before.
org.camunda.bpm.engine.ProcessEngineException: ENGINE-03083 Exception while executing Batch Database Operations with message '
### Error flushing statements. Cause: org.apache.ibatis.executor.BatchExecutorException: org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity.deleteByteArrayNoRevisionCheck (batch index #12) failed. 11 prior sub executor(s) completed successfully, but will be rolled back. Cause: java.sql.BatchUpdateException: ORA-02292: integrity constraint (XXCAMUNDA.ACT_FK_JOB_EXCEPTION) violated - child record found
### Cause: org.apache.ibatis.executor.BatchExecutorException: org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity.deleteByteArrayNoRevisionCheck (batch index #12) failed. 11 prior sub executor(s) completed successfully, but will be rolled back. Cause: java.sql.BatchUpdateException: ORA-02292: integrity constraint (XXCAMUNDA.ACT_FK_JOB_EXCEPTION) violated - child record found
java.sql.BatchUpdateException: ORA-02292: integrity constraint (XXCAMUNDA.ACT_FK_JOB_EXCEPTION) violated - child record found
java.sql.SQLIntegrityConstraintViolationException: ORA-02292: integrity constraint (XXCAMUNDA.ACT_FK_JOB_EXCEPTION) violated - child record found
Full stack trace below:
dump.txt (8.4 KB)
Best regards,
Ilya