java.sql.SQLException: Data source is closed after reload of shibboleth.AttributeResolverService
Cantor, Scott
cantor.2 at osu.edu
Tue Jun 20 10:18:03 EDT 2017
> I am now experiencing the following problem: There are two JNDI
> Datasources configured (one for attribute lookup and one for storage of
> persistent identifiers) to connect to an Oracle database.
The IdP doesn't have any control over what the pools are doing, they're not part of its configuration. If you can't fix it by adjusting the DBCP pooling settings, I have no particular insight into it.
Don't use JNDI. Move them into Spring beans and make that one adustment to the config and see if that helps.
-- Scott
More information about the users
mailing list