Hi,

Did you read the documentation at
http://h2database.com/html/features.html#connection_modes and
http://h2database.com/html/features.html#database_url ?

> I can't seem to get
> it to shutdown cleanly

You could try executing the SQL statement "SHUTDOWN", but my guess is
that this is not the problem.

> the trace file remains. Is that right?

Yes. Did you check what is in the .trace.db file?

> Here is the URL used by the connection pool: jdbc:h2:../h2/
> db;FILE_LOCK=SOCKET;IFEXISTS=FALSE

Did you really use "../"? That means parent directory. If not, what
exactly did you use? Why do you use FILE_LOCK=SOCKET?

>                h2Server = Server.createTcpServer(parms.toArray(new
> String[parms.size()]));

Why do you start the server if you don't use the server mode (url
jdbc:h2:tcp://....)?

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to