I am - could try to simplify up a testcase and see if it always happens. Thanks.
On Wed, Jan 14, 2015 at 3:40 PM, Mark Thomas <ma...@apache.org> wrote: > On 14/01/2015 20:06, Sean Dawson wrote: > > I'm seeing this... > > > > Jan 14, 2015 2:56:32 PM org.apache.catalina.connector.CoyoteAdapter > > checkRecycled > > INFO: Encountered a non-recycled request and recycled it forcedly. > > org.apache.catalina.connector.CoyoteAdapter$RecycleRequiredException > > at > > > org.apache.catalina.connector.CoyoteAdapter.checkRecycled(CoyoteAdapter.java:590) > > at > > > org.apache.coyote.http11.AbstractHttp11Processor.recycle(AbstractHttp11Processor.java:1792) > > at > > > org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.release(Http11AprProtocol.java:245) > > at > > > org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:694) > > at > > > org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2466) > > at > > > org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2455) > > at > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > > at > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > > at > > > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > > at java.lang.Thread.run(Thread.java:745) > > > > which looks similar to... > > > > https://issues.apache.org/bugzilla/show_bug.cgi?id=57011 > > > > The thing is, I'm using 7.0.57 (on Windows64). > > There are lots of edge cases in the connector code, particularly around > async so I'm not entirely surprised you have found one that isn't > handled correctly. > > Are you able to reproduce this reliably? If yes, it should be a > relatively easy fix. > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >