LockTimeoutException
Cantor, Scott
cantor.2 at osu.edu
Tue Sep 22 19:12:45 UTC 2020
On 9/22/20, 3:01 PM, "users on behalf of REDDIMALLI, ANUSHA" <users-bounces at shibboleth.net on behalf of REDDIMAA at mailbox.sc.edu> wrote:
> This is in test environment. Only 4 or 5 users we have in test environment and they do not test it frequently.
Then perhaps you have a broken driver or network and it's hung up with dead connections due to idleness. I do not have any positive history with any non-localhost database use and have no reason to believe they can be relied on without hanging. That's my personal experience with JDBC and connection management.
There's nothing else I can do for you on list (see footer), I was simply explaining what the error physically means since the term Lock can be misunderstood to be talking about a database lock. It's referring to a mutex on the Java container session when multiple requests are accessing the system from a single client, and eventually the mutex wait times out.
-- Scott
More information about the users
mailing list