just for clarification. Do you mean zombie threads? Threads that are not reachable, but still running. My advice would be to download a profiler and figure out the cause.
peter On Mon, 15 Nov 2004 14:42:14 +0100, Steffen Heil <[EMAIL PROTECTED]> wrote: > Hi > > I have a situation, where a lot of threads seem to stop working right in my > servlet. > From debug output, I know they entered the servlet but never leave it. > > My problem is that this never occurs on our development system, but only on > the production system. > I need to stop tomcat end even do a "killall -9 java" to get everything to > stop. Then I restart tomcat. > > But I don't know what happened. > I know there is a way to kill the JVM, so that I see the stack trace of kill > threads. > How can I do it? > (Is there another way to see what those threads are waiting for?) > > Regards, > Steffen > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
