You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jose Euclides da Silva Junior - DATAPREVRJ <Jo...@rj.previdenciasocial.gov.br> on 2003/08/25 17:21:42 UTC

HELP PLEASE- SQLException event whenever DBCP works

Hi guys, 
i am needing help with DBCP. Since it doesnt work as a singleton object, iam
making something crazy like that. 

if ( ds == null )
        {
         BeanPoolConn bp = new BeanPoolConn();
         ds = bp.conexao();
        }

The BeanPoolConn instances DBCP component. The problem regards sometimes
when my application throws an SQLException with the following content: no
more data to read from socket.
So, what does it mean? Help needed.
Regards, Euclides.