PathwayCommons / cpath2

Biological pathway data integration and access platform (Pathway Commons)
http://www.pathwaycommons.org/pc2/
MIT License
6 stars 5 forks source link

H2 datasource URL args #316

Closed jvwong closed 1 year ago

jvwong commented 1 year ago

On building I noticed an error (org.h2.jdbc.JdbcSQLNonTransientConnectionException: Unsupported connection setting "MVCC"). if I edit application.properties so that '’spring.datasource.url” does NOT include ‘MV_STORE=FALSE;MVCC=FALSE’ the build is fine and the server runs OK.

Links:

jvwong commented 1 year ago

At the very least, pc2 web services accesses H2 tables for metadata.

IgorRodchenkov commented 1 year ago

fixed