On 6/22/05, Sue Roe <[EMAIL PROTECTED]> wrote:
> Hello
> 
> We have a system set up with Tomcat 4.1 and SQL Server 7. We use a Merlia
> jdbc driver to communicate with SQL Server via a connection pool.
> 
> Occasionally users get the following error when they first access a servlet
> that needs to call a stored procedure...

  It sound to me as if your SQL Server has closed the connection.
Maybe there is a timeout after some inactive time ... If I were you,
I'd try to log the TCP traffic (tcpdump/ethereal) to see exactly how
the conection is dropped. Or (maybe easier) try to enable logging on
your JDBC driver.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to