You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Philip Li <ph...@newhaventech.com> on 2003/01/28 00:12:19 UTC

Tomcat 4.1.18 server crashes

> My Tomcat 4.1.18 server, running on Win2K Advanced Server, seems to
> crash regularly, and consistently, without any obvious reason (nothing
> showed up in the log at the time of crash) under the following
> conditions:
> 
> I am trying to refresh a database display page regularly using 
> 
> <META HTTP-EQUIV="REFRESH" CONTENT="<%=UsersRefreshRate %>;
> URL=Users.jsp?UserID=<%=userID %>">
> 
> The refresh rate is 5 seconds.  The database page opens two database
> connections using JDBC.ODBC driver to connect to a SQL2000 server. I
> also got the following error message intermittently when I try to
> update the database from within the page:
> java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Connection
> is busy with results for another hstmt
> 
> Any ideas and/or suggestions would be greatly appreciated.  Thanks
> very much in advance.
> 
> Philip
> p.s.- Tomcat 4.1.12 server behaves exactly the same way.
> 
> 

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