Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-18 Thread Mark Thomas
On 18/08/2011 16:42, Ronald Klop wrote: > Is this imageio thing only with NIO+sendfile? If I disable sendfile in > server.xml I don't see the error anymore. Possible but unlikely. There were some sendfile changes recently in 7.0.x to address stability issues that may have introduced a regression.

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-18 Thread Ronald Klop
Op woensdag, 17 augustus 2011 13:41 schreef Mark Thomas : On 17/08/2011 12:36, Ronald Klop wrote: > Hi, > > I did some experiments past days on my live servers and have more > information. > > The problem occurs with 7.0.19 and 7.0.20 with the NIO connector, but > not with the BIO

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Ronald Klop
Op woensdag, 17 augustus 2011 15:02 schreef Ronald Klop : Op woensdag, 17 augustus 2011 14:28 schreef Mark Thomas : > > > On 17/08/2011 13:20, Ronald Klop wrote: > > Sometimes. Mostly I run ImageMagick in a separate process. But sometimes > > it does things with java

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Ronald Klop
Op woensdag, 17 augustus 2011 14:28 schreef Mark Thomas : On 17/08/2011 13:20, Ronald Klop wrote: > Sometimes. Mostly I run ImageMagick in a separate process. But sometimes > it does things with javax.imagio. > I'm curious about the link between them. And what happened in 7.0.19 > th

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Mark Thomas
On 17/08/2011 13:20, Ronald Klop wrote: > Sometimes. Mostly I run ImageMagick in a separate process. But sometimes > it does things with javax.imagio. > I'm curious about the link between them. And what happened in 7.0.19 > that triggers something new. Details in the archives. If you have a simpl

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Konstantin Kolinko
2011/8/17 Ronald Klop : > > Op woensdag, 17 augustus 2011 13:41 schreef Mark Thomas : >> >>   On 17/08/2011 12:36, Ronald Klop wrote: >>  > Hi, >>  > >>  > I did some experiments past days on my live servers and have more >>  > information. >>  > >>  > The problem occurs with 7.0.19 and 7.0.20 with

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Ronald Klop
Op woensdag, 17 augustus 2011 13:41 schreef Mark Thomas : On 17/08/2011 12:36, Ronald Klop wrote: > Hi, > > I did some experiments past days on my live servers and have more > information. > > The problem occurs with 7.0.19 and 7.0.20 with the NIO connector, but > not with the BIO

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Mark Thomas
On 17/08/2011 12:36, Ronald Klop wrote: > Hi, > > I did some experiments past days on my live servers and have more > information. > > The problem occurs with 7.0.19 and 7.0.20 with the NIO connector, but > not with the BIO connector. In 7.0.16 it doesn't happen with the NIO > connector. > My cod

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-17 Thread Ronald Klop
Op zondag, 14 augustus 2011 23:46 schreef Konstantin Kolinko : 2011/8/14 Ronald Klop : > > I'm running Tomcat 7.0.19 to scale and serve images for use on a lot of > websites. Since the upgrade from 7.0.16 to 7.0.19 I get the following stacks > now and than. > java.lang.IllegalState

Re: IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-14 Thread Konstantin Kolinko
2011/8/14 Ronald Klop : > > I'm running Tomcat 7.0.19 to scale and serve images for use on a lot of > websites. Since the upgrade from 7.0.16 to 7.0.19 I get the following stacks > now and than. > java.lang.IllegalStateException: The response object has been recycled and > is no longer associated w

IllegalStateException: The response object has been recycled and is no longer associated with this facade

2011-08-14 Thread Ronald Klop
Hi, I'm running Tomcat 7.0.19 to scale and serve images for use on a lot of websites. Since the upgrade from 7.0.16 to 7.0.19 I get the following stacks now and than. java.lang.IllegalStateException: The response object has been recycled and is no longer associated with this facade at org.ap