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
2012/5/10 Jesse Farinacci : > Greetings, > > I'm running Apache Tomcat 7.0.27 on Linux 2.6.32.x kernel, where > Tomcat reports at startup: > >  Loaded APR based Apache Tomcat Native library 1.1.22 > > and Connector definitions look like: > >       compression="on" enableLookups="false" URIEncoding

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
Jesse Farinacci wrote: >Greetings, > >I'm running Apache Tomcat 7.0.27 on Linux 2.6.32.x kernel, where >Tomcat reports at startup: > > Loaded APR based Apache Tomcat Native library 1.1.22 > >and Connector definitions look like: > >compression="on" enableLookups="false" URIEncoding="UTF-