So of course I don’t know if this is a PI problem or a 199 problem.

On a PI, I want to run an H2 server (more for some testing purposes than 
anything, really).

So I have that working, and I have it set to be a systemctl background task. 
That’s good too.

Problem is: I literally cannot make a database there, using 199.


I constantly get:

Connect-string is "jdbc:h2:tcp://10.10.0.91:9092//var/h2-databases/foo 
<tcp://10.10.0.91:9092//var/h2-databases/foo>"

org.h2.jdbc.JdbcSQLNonTransientConnectionException: Database 
"/var/h2-databases/foo" not found, and IFEXISTS=true, so we cant auto-create it 
[90146-199]

Locally, on the PI itself, I cannot create a DB either, using the web-page 
interface. Same message about IFEXISTS=true

So I backed off to H2 1.3.175, and that works ok locally to create a DB. I 
fixed the Build Path in Eclipse to be the same H2 version—viola, all is ok. I 
can create a DB.

On my Mac, with version 196, I can create OK…so I’m going to try pushing that 
over to the PI.

What is going on with 1.4.199 ?

 — clint

-- 
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/604C5597-5BA4-4CB6-901C-409F24EADD8A%40gmail.com.

Reply via email to