Hi,
We are seeing a severe error on Camunda engine logs on each startup:
14-Mar-2020 22:19:51.693 SEVERE [main] org.camunda.commons.logging.BaseLogger.logError ENGINE-16004 Exception while closing command context: ENGINE-03053 History is not enabled. org.camunda.bpm.engine.ProcessEngineException: ENGINE-03053 History is not enabled. at org.camunda.bpm.engine.impl.db.EnginePersistenceLogger.disabledHistoryException(EnginePersistenceLogger.java:465) at org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager.checkHistoryEnabled(AbstractHistoricManager.java:39) at org.camunda.bpm.engine.impl.persistence.entity.CommentManager.insert(CommentManager.java:46
The error appears only when we history is disabled:
<property name="history">none</property>
Any clue why this error is raised ?