Re: comet loop after webapp re-start

2009-02-09 Thread Filip Hanik - Dev Lists
are you not getting the END event at all, even after the app is reloaded? Filip Peter Warren wrote: I'm running tomcat 6.0.18 on Ubuntu 8.10. I have a comet application that maintains an open connection with tomcat. If I re-start my webapp and then close the client connection, tomcat goes

Re: comet loop after webapp re-start

2009-02-05 Thread Peter Warren
Thanks for the pointer. That bug does look related, as does this one: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6403933 -- fixed against java 7. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

RE: comet loop after webapp re-start

2009-02-05 Thread Caldarale, Charles R
From: Peter Warren [mailto:tomcat.subscript...@gmail.com] Subject: Re: comet loop after webapp re-start Thanks for the pointer. That bug does look related, as does this one: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6403933 -- fixed against java 7. Or maybe not (comment from 05

comet loop after webapp re-start

2009-02-04 Thread Peter Warren
I'm running tomcat 6.0.18 on Ubuntu 8.10. I have a comet application that maintains an open connection with tomcat. If I re-start my webapp and then close the client connection, tomcat goes into a loop and chews up all cpu. This server is not live and only has my single client. The

RE: comet loop after webapp re-start

2009-02-04 Thread Caldarale, Charles R
From: Peter Warren [mailto:tomcat.subscript...@gmail.com] Subject: comet loop after webapp re-start The ClientPoller thread consumes most of the cpu running through the following stack over and over. What JVM are you using? The stack trace doesn't look like anything that a HotSpot JVM

Re: comet loop after webapp re-start

2009-02-04 Thread Peter Warren
What JVM are you using? The stack trace doesn't look like anything that a HotSpot JVM would produce. It's Sun Java 1.6.0_10-b33. I grabbed the trace from my eclipse debugger. And I see the loop when running both with and without vm debug flags. Peter

RE: comet loop after webapp re-start

2009-02-04 Thread Caldarale, Charles R
From: Peter Warren [mailto:tomcat.subscript...@gmail.com] Subject: Re: comet loop after webapp re-start I grabbed the trace from my eclipse debugger. Ah, that explains it. Don't know if this bug report is related to your situation: https://issues.apache.org/bugzilla/show_bug.cgi?id=46373