Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Konstantin Kolinko
2012/5/10 Jesse Farinacci : > > Given this insight, thank you, I don't think that this is the cause > for delay and I will investigate outside of Apache Tomcat for the root > cause. > Regarding your original issue of delays, it would be nice to get actual thread dumps from the moment when you expe

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Konstantin Kolinko
2012/5/12 Mark Thomas : > On 12/05/2012 18:01, Konstantin Kolinko wrote: >> 2012/5/12 Jesse Farinacci : > >>> With the listeners all added, things are working as I expect. The >>> resource is served, no error is produced. I still think this is a bug >>> though.. if I open a new bug, will it be acce

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Mark Thomas
On 12/05/2012 18:01, Konstantin Kolinko wrote: > 2012/5/12 Jesse Farinacci : >> With the listeners all added, things are working as I expect. The >> resource is served, no error is produced. I still think this is a bug >> though.. if I open a new bug, will it be accepted? >> > > I do not know. >

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Konstantin Kolinko
2012/5/12 Jesse Farinacci : > Greetings, > > On Fri, May 11, 2012 at 8:47 PM, Konstantin Kolinko > wrote: >> I can easily reproduce this "zip file closed" issue in trunk with a >> simple jar containing Tomcat's icon in META-INF/resources/favicon.ico >> if I change configuration by removing JreMemo

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Jesse Farinacci
Greetings, On Fri, May 11, 2012 at 8:47 PM, Konstantin Kolinko wrote: > I can easily reproduce this "zip file closed" issue in trunk with a > simple jar containing Tomcat's icon in META-INF/resources/favicon.ico > if I change configuration by removing JreMemoryLeakPreventionListener > from server

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-11 Thread Konstantin Kolinko
ificateKeyFile="${catalina.home}/conf/privkey.pem"/> > > The web application was deployed via the manager application, and it > is unpacked into ROOT/ directory. On most every request we're seeing > delays and then in the log: > > 10-May-2012 08:13:58.523 SEVERE

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-10 Thread Jesse Farinacci
Greetings, On Thu, May 10, 2012 at 2:37 PM, Mark Thomas wrote: > I've had a good look at the code and I can't see anything that jumps out > as the cause of this. Does this happen as soon as Tomcat starts, after a > while, after a reload, after something else? It happens when the browser makes a

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-10 Thread Mark Thomas
On 10/05/2012 16:57, Jesse Farinacci wrote: > Greetings, > > On Thu, May 10, 2012 at 11:41 AM, Mark Thomas wrote: >> The thing that doesn't make sense yet is that Tomcat is trying to read from >> a WAR (or possibly a JAR) but the app should be unpacked. With that in mind: >> - requests for what

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-10 Thread Jesse Farinacci
Greetings, On Thu, May 10, 2012 at 11:41 AM, Mark Thomas wrote: > The thing that doesn't make sense yet is that Tomcat is trying to read from a > WAR (or possibly a JAR) but the app should be unpacked. With that in mind: > - requests for what resources trigger this problem? > - where is that res

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-10 Thread Mark Thomas
KeyFile="${catalina.home}/conf/privkey.pem"/> > >The web application was deployed via the manager application, and it >is unpacked into ROOT/ directory. On most every request we're seeing >delays and then in the log: > >10-May-2012 08:13:58.523 SEVERE [AsyncFileHandl

org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-10 Thread Jesse Farinacci
ROOT/ directory. On most every request we're seeing delays and then in the log: 10-May-2012 08:13:58.523 SEVERE [AsyncFileHandlerWriter-1685021807] org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request java.lang.IllegalStateException: zip file closed