Too long conversations between IDP and SP
Cantor, Scott
cantor.2 at osu.edu
Tue Sep 8 11:32:08 EDT 2015
On 9/8/15, 10:52 AM, "users on behalf of TISSOT Jacques" <users-bounces at shibboleth.net on behalf of jacques.tissot at unifr.ch> wrote:
>2015-09-08 09:41:34,637 - INFO [org.ldaptive.auth.Authenticator:259] - Authentication succeeded for dn: user6
>2015-09-08 09:41:37,336 - ERROR [org.springframework.webflow.conversation.impl.LockTimeoutException:76] -
That means your transactions are taking too long. Like really, really long (they're hung, basically).
>
>The idp server is not loaded.
Then you have a problematic set up with regard to one or more of your back-ends.
>Caused by: java.io.IOException: org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object
That seems pretty clear. Your database connectivity is broken and is probably hanging. At minimum you need to configure a data source there with appropriate timeouts, but that won't fix the inability to get a connection.
-- Scott
More information about the users
mailing list