RE: How to catch and fix this error

2005-06-30 Thread dan stephens
can you post excerts from the localhost log and catalint.out? From: st946tbf [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: How to catch and fix this error Date: Wed, 29 Jun 2005 14:15:55 -0400 We have

RE: How to catch and fix this error

2005-06-30 Thread Ben Kim
We have a web app running on Tomcat 5.028. When running at our company, it works. However, it crashes (exits) at client site when access certain page (it used to work). When we ask them to sent us the database used and run it at our company, it works fine. There is an Sql query in this

How to catch and fix this error

2005-06-29 Thread st946tbf
We have a web app running on Tomcat 5.028. When running at our company, it works. However, it crashes (exits) at client site when access certain page (it used to work). When we ask them to sent us the database used and run it at our company, it works fine. There is an Sql query in this

Re: How to catch and fix this error

2005-06-29 Thread Anoop kumar V
One suggestion I can give u (one which I / we follow when faced with a similar situation) is to go to the client site (ot necessarily prod) to debug it. If you have used log4j then there are ways u can enable trace logging in production and catch the problem From the looks of it - does ur