Hi
What version of Java is this? And what operating system (and version thereof) ?
And can you run a quick small test program on this system using this version of
java that does:
System.out.println(new
java.io.File("/tmp/guidewire/ferrite/px").isAbsolute());
System.out.println(new
java.io.File("\\tmp\\guidewire\\ferrite\\px").isAbsolute());
Thanks, Noel
On 2015-07-01 02:53 AM, Wes Clark wrote:
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.
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to
[email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.