Re: dbcp HSQL issue

2007-07-09 Thread Vernon
On Sun, 2007-07-08 at 21:53 -0700, Phil Steitz wrote: Looks like you have the pool configured to validate objects when they are borrowed (testOnBorrow = true) and the validation is failing. This appears to be configured in the setupConnectionPool method here:

Re: dbcp HSQL issue

2007-07-09 Thread Phil Steitz
Vernon, I am travelling now so can't double check, but if I recall correctly what I saw in the stack traces, it looked like the client (tomcat, I assume) was successfully connecting to the database, but the validation query was failing, so unless there are database user-level problems, most

dbcp HSQL issue

2007-07-08 Thread Vernon
Could some one help us figure this issue out? I am getting a NoSuchElementException with dbcp 1.2.2 as follows: 2007-07-08 01:58:14,063 CONFIG: org.jamwiki.Environment - Loading properties from /home/vds/downloads/apache-tomcat-6.0.13/webapps/jamwiki-0.6.0/WEB-INF/classes/sql.ansi.properties

Re: dbcp HSQL issue

2007-07-08 Thread Phil Steitz
On 7/8/07, Vernon [EMAIL PROTECTED] wrote: Could some one help us figure this issue out? I am getting a NoSuchElementException with dbcp 1.2.2 as follows: 2007-07-08 01:58:14,063 CONFIG: org.jamwiki.Environment - Loading properties from