JDBC connection pool locked problem
cormac_f_at_hotmail.com
Date: 03/10/05
- Next message: Lee Fesperman: "Re: JDBC and ResultSet problem"
- Previous message: don_at_objectsearch.com: "JAVA ARCHITECT/Conultant/Contract"
- Next in thread: Praveen homkar via JavaKB.com: "Re: JDBC connection pool locked problem"
- Reply: Praveen homkar via JavaKB.com: "Re: JDBC connection pool locked problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 10 Mar 2005 10:06:53 -0800
Hi,
Anyone seen the message below before?? I'm getting locked messages when
trying to obtain connections from my connection pool. I would
understand if I was getting them on a query/update but this is strange.
The code was working fine for last year but we're suddenly getting
these messages. The code is attempting to connect to a sqlserver
database. Any ideas on whats going on here??
Any help would be greatly appreciated!
Cormac
at pools.ConnectionPool.getConnection(ConnectionPool.java:113)
- locked <f0b40148> (a pools.TextManagerPool)
at pools.ConnectionPool.getConnection(ConnectionPool.java:113)
- locked <f0b40148> (a pools.TextManagerPool)
at pools.ConnectionPool.getConnection(ConnectionPool.java:113)
- locked <f0b40148> (a pools.TextManagerPool)
at pools.ConnectionPool.getConnection(ConnectionPool.java:113)
- locked <f0b40148> (a pools.TextManagerPool)
at pools.ConnectionPool.getConnection(ConnectionPool.java:113)
- locked <f0b40148> (a pools.TextManagerPool)
at pools.ConnectionPool.getConnection(ConnectionPool.java:113)
- locked <f0b40148> (a pools.TextManagerPool)
at TM.Query.AuditQuery.UpdateWEBAudit(AuditQuery.java:142)
- Next message: Lee Fesperman: "Re: JDBC and ResultSet problem"
- Previous message: don_at_objectsearch.com: "JAVA ARCHITECT/Conultant/Contract"
- Next in thread: Praveen homkar via JavaKB.com: "Re: JDBC connection pool locked problem"
- Reply: Praveen homkar via JavaKB.com: "Re: JDBC connection pool locked problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|