Tomcat cluster fails and generates tons of logs

2009-08-25 Thread CS Wong
Periodically, I'm getting problems with my Tomcat 6 cluster (2 nodes). One of the nodes would just go haywire and generate a ton of logs repeating the following: Aug 25, 2009 11:44:10 AM org.apache.catalina.ha.session.DeltaRequest reset SEVERE: Unable to remove element

Re: Tomcat cluster fails and generates tons of logs

2009-08-25 Thread CS Wong
) at java.lang.Thread.run(Thread.java:619) Wong On Tue, Aug 25, 2009 at 3:36 PM, Michael Ludwig m...@as-guides.com wrote: CS Wong schrieb: Periodically, I'm getting problems with my Tomcat 6 cluster (2 nodes). One of the nodes would just go haywire Could you elaborate on what going haywire means

Re: Tomcat cluster fails and generates tons of logs

2009-08-25 Thread CS Wong
. The fix for this is easy, but it doesn't explain why it happens. This is a concurrency issue, but if you're not running the latest tomcat version, then it could already have been fixed. best Filip On 08/25/2009 01:55 AM, CS Wong wrote: Hi Michael, The logs are the bit that went haywire

Re: Tomcat cluster fails and generates tons of logs

2009-08-25 Thread CS Wong
be applicable. Would just like to know your opinion, is it likely that this is the issue I'm facing? Thanks! Wong On Wed, Aug 26, 2009 at 8:48 AM, CS Wong lilw...@gmail.com wrote: Thanks, Filip. I'm running 6.0.14 right now. Would you have any idea whether any changes in the code since then would have

Re: Tomcat cluster fails and generates tons of logs

2009-08-25 Thread CS Wong
:22 PM, CS Wong wrote: A brief look through svn log http://svn.apache.org/repos/asf/tomcat/trunk/java/org/apache/catalina/ha/session/DeltaRequest.java turns up this: r618823 | fhanik | 2008-02-06 07:29:56 +0800 (Wed, 06