Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-java
<div class="gmail_quote">On Tue, Mar 17, 2009 at 7:28 PM, Jean-Noël Rivasseau <span dir="ltr"><<a href="mailto:elvanor@g.o">elvanor@g.o</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
1) Can you try to update to Tomcat 6 ?<br><br>2) Did you deploy any web-app in your container? If yes, the problem is most likely due to your web-app (infinite loop most probably).<br></blockquote><div><br>Try taking threaddumps (kill -3 <pid>) and watch the output. Perhaps you can see from the dump where in your code (assuming it is the web application code) the issue is.<br>
<br>If you take several dumps sequentially (with an interval of a few seconds) you can try to parse the output with tools such as Samurai (Google for "samurai thread analyzer").<br><br>Threaddump information is usually stored in the native standard out of the java process.<br>
<br>Wkr,<br> Sven Vermeulen<br></div></div>
|
|