On following the steps mentioned in start.jbpm.org: 1. Unzip generated business-application.zip file 2. Go to business-application-service directory 3. Execute launch.sh/bat clean install 4. Open browser at http://localhost:8090
Step 3, which is ./launch.sh clean install is failing with the below error:
org.h2.jdbc.JdbcSQLNonTransientConnectionException: Unsupported connection setting "MVCC" [90113-200]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:622)
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
    at org.h2.message.DbException.get(DbException.java:205)
    at org.h2.message.DbException.get(DbException.java:181)
    at org.h2.engine.ConnectionInfo.readSettingsFromURL(ConnectionInfo.java:269)
    at org.h2.engine.ConnectionInfo.<init>(ConnectionInfo.java:78)
    at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:152)
    at org.h2.Driver.connect(Driver.java:69)
There have been some recent changes in H2, can someone suggest a way of fixing this?
 
     
    