JDBC connection pool locked problem

cormac_f_at_hotmail.com
Date: 03/10/05


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)



Relevant Pages

  • Oracle Connection Pool Performance
    ... ASP.NET - DOT NET 1.1 which means a connection pool using OLEDB. ... However there are no queries ... with huge buffer gets and the oracle stats do not point to anything ... Final info Database is 8.0.5 and no not an option to upgrade that yet, ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Validation query
    ... Server database and Apache Jakarta commons-dbcp ... connection pool to communicate with the database. ...
    (microsoft.public.sqlserver.programming)
  • MySQL and Cocoon
    ... I want to write some code that connects to a database from the Apache ... Cocoon servlet, to check authentication data. ... Here the problem, for me, is to write java code that reuse ... the connection pool set for other purposes. ...
    (comp.lang.java.databases)
  • Re: Generic user in web application and identification in database
    ... but we don't know wich will be the framework (struts, ADF, our own ... and as database Oracle 9i. ... I want to use an unique connection database. ... Have you thought about a connection pool per database user? ...
    (comp.databases.oracle.server)
  • Tomcat 5.5.7 - Monitoring Database Connection Pools
    ... Database: Oracle 10g ... I have set up a connection pool for my application, ... How can I monitor my database ... Can this be done by TOmcat or do I need to enable extensive ...
    (comp.lang.java.help)