I'm using the tip of your nightly builds as of about two weeks ago. I can run in mem mode, but when I try to run in file mode with a URL of either
jdbc:h2:/tmp/guidewire/ferrite/px;AUTO_SERVER=true;MODE=Oracle;CACHE_SIZE=131072;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=10000
or
jdbc:h2:file:/tmp/guidewire/ferrite/px;AUTO_SERVER=true;MODE=Oracle;CACHE_SIZE=131072;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=10000
Did the specification of the location of the a file-mode database change in the last few years. We've been using an old version for quite a while. Both of the URLs generate
JdbcSQLException: A file path that is implicitly relative to the current working directory is not allowed in the database URL. Use an absolute path, ~/name, ./name, or the baseDir setting instead.