IdP Broken resource pool - can anyone help

Cantor, Scott cantor.2 at osu.edu
Wed Sep 19 10:19:39 EDT 2012


On 9/19/12 10:03 AM, "Baird-Parker, David"
<David.Baird-Parker at norfolk.gov.uk> wrote:

>Following advice online I have today tried the jtds driver and updated
>the URL¹s in our attribute-resolver file accordingly.  The last time I
>started Tomcat (this morning) Tomcat started successfully but the
>idp-process file has the following
> content:

Well, whatever the root cause of the error, any time it can't connect to
the data source it won't start up. You can fix that in the sense of
getting it to start up, but if there's no backup to that data source, that
won't help you much.

Speaking for myself, I had no luck with the c3p0 pooling thing in my own
testing with Sybase, and I use container managed connection pools through
the Apache dbcp library. I use Jetty now, but I used to use them with
Tomcat. I didn't end up keeping my Sybase connections, but I still use
that approach with MySQL.

-- Scott





More information about the users mailing list