DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4893>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4893

Tomcat dies with following error..





------- Additional Comments From [EMAIL PROTECTED]  2003-08-04 13:46 -------
 for me also the same problem occur. i think in ur application you are using 
the resultset and preparedstatements. so make sure that all the resultset and 
preparedstatments closed like

 if(psmt!=null){
    psmt.close();
    psmt=null;
 }
 if(rs!=null){
    rs.close();
    rs=null;
  }

 i hope this will solved this problem

bye
shafeek

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

Reply via email to