Hello Everyone,
Can anyone know how to resolve this exception?
017-08-16 00:15:52,666 ERROR [org.camunda.bpm.engine.context] (default task-19) ENGINE-16004 Exception while closing command context: ENGINE-03004 Exception while executing Database Operation ‘INSERT HistoricVariableInstanceEntity[5b4e5ee5-8240-11e7-b1c1-9eb320524153]’ with message ’
Error updating database. Cause: java.sql.SQLException: IJ031070: Transaction cannot proceed: STATUS_ROLLEDBACK
SQL: insert into ACT_HI_VARINST ( ID_, PROC_DEF_KEY_, PROC_DEF_ID_, PROC_INST_ID_, EXECUTION_ID_, ACT_INST_ID_, TENANT_ID_, CASE_DEF_KEY_, CASE_DEF_ID_, CASE_INST_ID_, CASE_EXECUTION_ID_, TASK_ID_, NAME_, REV_, VAR_TYPE_, BYTEARRAY_ID_, DOUBLE_, LONG_, TEXT_, TEXT2_ ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
Cause: java.sql.SQLException: IJ031070: Transaction cannot proceed: STATUS_ROLLEDBACK’. Flush summary:
[
INSERT HistoricVariableInstanceEntity[5b4e5ee5-8240-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[5bd6057a-8240-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[5c0a5bef-8240-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[5c83d1b4-8240-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[5c861bab-8240-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[5c861bad-8240-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[5c861baf-8240-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[5c861bb1-8240-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[5c861bb3-8240-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[6492cee0-8240-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[c6215e51-8241-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[c6215e54-8241-11e7-b1c1-9eb320524153]
INSERT HistoricVariableInstanceEntity[c621ac79-8241-11e7-b1c1-9eb320524153]
Thanks
Swarna