Please help...connection pooling question

I am using eclipse 3.2.1 and tomcat 5.5.2 on my desktop, with mysql 3.23.58 on a remote host. I am able to connect to mysql using DBCP. I am concerned because the first time I make a connection, I see the following in the output log:

AbandonedObjectPool is used (org.apache.tomcat.dbcp.dbcp.AbandonedObjectPool@cad437)

LogAbandoned: true

RemoveAbandoned: true

RemoveAbandonedTimeout: 30

It is only occurring for the first connection. All subsequent connections do not display this message. I have searched everywhere, and cannot seem to find out why this occurs.

Any suggestions or thoughts as to why this is happening?

[663 byte] By [webnuta] at [2007-10-3 10:50:35]
# 1
And why exactly does that concern you?
DrClapa at 2007-7-15 6:15:40 > top of Java-index,Java Essentials,Java Programming...
# 2

It concerns me because I'm not sure if that is ok, or masking any other issues.

I noticed that when I create the pool, the following are all zero: Initial Size: 0 Active: 0 Idle: 0. As I connect, I see active connections grow. I was expecting to see the initial size to be greater than zero.

Is this normal? And is the 'AbandonedObjectPool is used' message normal on the inital connection?

I would really appreciate any thoughts and suggestions.

webnuta at 2007-7-15 6:15:40 > top of Java-index,Java Essentials,Java Programming...