Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Strange Tomcat error - AbandonedObjectPool is used

800467Jun 3 2009 — edited Oct 19 2009
Hi all,

Wasnt sure about posting in the general Java forum as couldnt find a specific one for this problem.

When I startup Tomcat with my WAR file in place I get the following error message:
AbandonedObjectPool is used (org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool@1ec41c0)
   LogAbandoned: true
   RemoveAbandoned: true
   RemoveAbandonedTimeout: 60
AbandonedObjectPool is used (org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool@a4be02)
   LogAbandoned: true
   RemoveAbandoned: true
   RemoveAbandonedTimeout: 60
Could someone help me with this error as I am unable to find the problem - to clarify the error appears in the catalina logs on startup and once Tomcat is running there are no obvious issues with the deployed application.

Thanks for any suggestions...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 16 2009
Added on Jun 3 2009
3 comments
1,173 views