Hi,
We are experiencing an issue where the application throws the error:
ENGINE-09003 Could not parse ‘BOOT-INF/classes/bpmn/AllrightMIE_V1.bpmn’. XML document structures must start and end within the same entity.
This came with a valid BPMN file, after we made a data migration to a new database. This is the exact same (working) BPMN file as we are using with a fresh database, therefore the thinking is that there is something corrupt in the database.
Trying to find the issue, calling /process-definition reveals the error:
ENGINE-03023 Could not load BPMN Model for process definition with id ‘Process_0dm3puj:10:9f0d4746-8a0d-11ef-8396-02ef9228f217’.
Trying to then delete this process definition via REST API gives the same error, as does trying to delete the corresponding deployment via REST API. Basically the application chokes on this problematic process definition/deployment.
What options are there to identify the root cause or remove the process definition?
Thanks in advance