This was in embedded mode. The H2 1.4.193 JAR I downloaded for this work is the only one I ever explicitly downloaded, although I have run numerous Play framework samples that included an embedded H2. FYI, I have never run an explicit install procedure for H2 -- just downloaded the jar, invoked included script for web client, and called in embedded mode from my project. I have no explicit CLASSPATH in env, and am not explicitly supplying any CLASSPATH argument when I run the project. This is on Ubuntu 16.04.
On Sunday, November 6, 2016 at 1:26:25 AM UTC-7, Evgenij Ryazanov wrote: > > If you started your database on H2 Server, you should use > jdbc:h2:tcp://localhost/~/test as database URL on client side for > Client/Server mode. Your URL suitable only for H2 Console and for embedded > mode. > > Anyway, this behaviour is strange. Is it possible that you have an older > h2 jar somewhere in classpath of your application? > -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
