Ask Your Question
0

What does it mean when Tomcat 7 throws a PooledConnection Exception with a warning for Connection Abandoned?

asked 2023-06-30 13:45:38 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-06-30 13:58:02 +0000

bukephalos gravatar image

When Tomcat 7 throws a PooledConnection Exception with a warning for Connection Abandoned, it means that a database connection was not properly closed or released back to the connection pool. This can happen if the application code did not explicitly call the close() method on the database connection object, or if there was a problem with the connection itself that prevented it from being properly closed. The warning message indicates that the connection pool is tracking abandoned connections and is reporting this issue as a warning to avoid potential resource leaks or other problems. It is important to investigate and address this issue quickly to ensure that the application is not adversely affecting database performance or stability.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-30 13:45:38 +0000

Seen: 9 times

Last updated: Jun 30 '23