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 knst.koli...@gmail.com 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

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

2012-05-12 Thread Konstantin Kolinko
2012/5/12 Jesse Farinacci jie...@gmail.com: Greetings, On Fri, May 11, 2012 at 8:47 PM, Konstantin Kolinko knst.koli...@gmail.com 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

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 jie...@gmail.com: 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

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

2012-05-12 Thread Konstantin Kolinko
2012/5/12 Mark Thomas ma...@apache.org: On 12/05/2012 18:01, Konstantin Kolinko wrote: 2012/5/12 Jesse Farinacci jie...@gmail.com: 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

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

2012-05-12 Thread Konstantin Kolinko
2012/5/10 Jesse Farinacci jie...@gmail.com: 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

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

2012-05-11 Thread Konstantin Kolinko
.AbstractHttp11Processor.process Error processing request  java.lang.IllegalStateException: zip file closed       at java.util.jar.JarFile.getMetaInfEntryNames(Native Method)       at java.util.jar.JarFile.maybeInstantiateVerifier(JarFile.java:329)       at java.util.jar.JarFile.getInputStream(JarFile.java:433

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

2012-05-10 Thread Jesse Farinacci
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 [AsyncFileHandlerWriter-1685021807] org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

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

2012-05-10 Thread Mark Thomas
Error processing request java.lang.IllegalStateException: zip file closed at java.util.jar.JarFile.getMetaInfEntryNames(Native Method) at java.util.jar.JarFile.maybeInstantiateVerifier(JarFile.java:329) at java.util.jar.JarFile.getInputStream(JarFile.java:433

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 ma...@apache.org 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? -

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 ma...@apache.org 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

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 ma...@apache.org 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