Hello. Security fixes were applied and H2 does not allow remote creation of database by default any more because it actually creates a remote security hole on your server.
Unfortunately, a weird error message is generated by the version that you use. 1.4.200 throws an error with better message. You need to create a new database on the server side: https://h2database.com/html/tutorial.html#creating_new_databases You can also enable the remote database creation, but it is dangerous if somebody else can connect to your server. You need to guard that port. -- 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/3b1d698d-caa5-494c-95c0-be50e2d0539e%40googlegroups.com.
