SDK can't connect to your H2 database after update

Hello ,

After updating plugin SDK with atlas-update, the SDK no longer starts.
In my plugin repository I run atlas-clean and atlas-update.
Then run atlas-clean and sudo atlas-mvn confluence:run to start SDK with Confluence and make sure the user is permitted.

Since the update SDK startup fails. Says it “cannot connect to the H2 database.”
(com.atlassian.h2.H2QueryFailedException: Cannot connect to h2db.
Caused by: org.h2.jdbc.JdbcSQLNonTransientException: General error: “java.lang.IllegalStateException: This store is read-only [1.4.200/2]” [50000-200])

Plugin SDK v8.0.16
amps v8.1.2
Confluence v7.15.1
h2 v1.4.200

What causes the H2 database suddenly cannot be connected?
I also noticed since the update, the parent pom reference defined in the plugin pom.xml cannot be found, because “‘parent.relativePath’ points at no local POM.” Using it should point to external project, and can no longer find one.

This makes me believe the updated has overwritten some global configuration of maven. But I do not know where to check and for what.

Thanks for any assistance!

Regards,
Stefan