Really sorry. I never got the notification of a reply in my email, and 
thought everyone was busy. It was an error in the version I was using 
1.4.186. Using 1.4.191, the problem is gone. 

While on the topic of "errors" in 1.4.186 that aren't in 1.4.191 but didn't 
seem listed on the changelog, in 1.4.186, a simple URL with the only 
arguments being *AUTO_SERVER=TRUE;ifexists=true, *creates a database with 
extension *mv.db*. From my understanding, it's because MVStore is set as 
default in 1.4, and in order to go back to PageStore, an explicit setting 
of *MV_STORE=FALSE* must be set. However, swapping out to 1.4.191, and 
using the same connection URL, a created database now ends with *h2.db*, 
unless an explicit setting of *MV_STORE=TRUE*, is made. Was this 
intentional? I mean was PageStore made the default again?

Thanks.

On Tuesday, January 12, 2016 at 11:11:16 AM UTC-8, Thomas Mueller wrote:
>
> Hi,
>
> What is your database URL, which version of H2 do you use, and could you 
> post the exception messages and stack trace please.
>
> Regards,
> Thomas
>
> On Friday, January 8, 2016, Adam Law <[email protected] <javascript:>> 
> wrote:
>
>> Hi,
>>
>> I use a connection pool to manage connections. The JdbcDataSource' url 
>> contains the argument "AUTO_SERVER=TRUE". Everything works well within my 
>> application. But when I use another client (SQL Workbench/J) to connect to 
>> the database, it throws the error stating the database is inaccessible and 
>> to start with AUTO_SERVER=TRUE (which it's supposed to be). Is this a bug? 
>> Or is it something unavoidable when using a connection pool?
>>
>> -- 
>> 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.
>>
>

-- 
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.

Reply via email to