You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by hs...@yam.com on 2001/11/16 07:07:07 UTC

Close connection get "thread not owner"

Hi,

I use DataSourceComponent to get a Connection. When I try to close the Connection,
I get the following error:

java.lang.IllegalMonitorStateException: current thread not owner
    at java.lang.Object.notifyAll(Native Method) 
    at org.apache.avalon.excalibur.datasource.JdbcConnectionPool.put
(JdbcConnectionPool.java:184)
    at org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
.close(AbstractJdbcConnection.java:145)

Any thoughts? Thanks.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>