On 4 June 2010 06:08, suchismitasuchi <suchismitasu...@rediffmail.com> wrote:
>
> Thanks a lot.
> What will be the workaround for this?

It looks like a bug in your application, so the solution is to fix the
bug in your application.

Asking the Tomcat list how to fix your web application just because
it's hosted in Tomcat is rather like asking Microsoft how to fix the
program you've written just because it runs on Windows - in both
cases, you're likely to get the answer "Well, we can sell you some
consultancy services..." ;-).

Having said all of that, my guess is that either a) you're overloading
your MySQL database with queries or b) you have code that causes a
deadlock somewhere in the database.  In either case, I suggest
monitoring MySQL.  If it's very busy, it's probably overloaded; if
it's very quiet, you probably have a deadlock.

Good luck hunting down the problem!

- Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to