camunda-community-hub / micronaut-camunda-platform-7

Integration between Micronaut and Camunda (Workflow Engine). We configure Camunda with sensible defaults, so that you can get started with minimum configuration: simply add a dependency in your Micronaut project to embed the workflow engine!
https://camunda.com/blog/2021/07/automate-any-process-on-micronaut/
Apache License 2.0
75 stars 31 forks source link

Error in the persistence layer on startup #386

Closed martisaw closed 2 years ago

martisaw commented 2 years ago

After upgrading to 2.5.0, my application does not start anymore because an exception occurred in the persistence layer.

The issue seems to be ### Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for selectEventSubscriptionsByNameAndTenantId

Attached you can find my startup log. startup-error.txt

tobiasschaefer commented 2 years ago

Hi @martisaw ,

thanks for the bug report.

Release 2.6.0 should fix your issue