Well, there is an improvement:

1) I can start H2 in server mode (java -jar h2.jar)

2) shortened connection string works, e.g.

jdbc:h2:tcp://localhost/~/.manticore/ifrsbox

3) absolute connection string still fails, e.g.

jdbc:h2:tcp://localhost//C:/Users/manticore/.manticore/ifrsbox   (it is 
valid and works with 1.4.200)

General error: "java.nio.file.InvalidPathException: Illegal char <:> at 
index 2: /C:/Users/manticore/.manticore/ifrsbox" [50000-200] HY000/50000 
(Help)
org.h2.jdbc.JdbcSQLNonTransientException: General error: 
"java.nio.file.InvalidPathException: Illegal char <:> at index 2: 
/C:/Users/manticore/.manticore/ifrsbox" [50000-200]
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:505)
    at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
    at org.h2.message.DbException.get(DbException.java:194)
    at org.h2.message.DbException.convert(DbException.java:347)
    at org.h2.server.TcpServerThread.sendError(TcpServerThread.java:234)
    at org.h2.server.TcpServerThread.run(TcpServerThread.java:178) 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/0fd18e0c-ba71-48e1-9c49-90e5dc2f1a30%40googlegroups.com.

Reply via email to