Re: BufferOverflowException in AjpNioProcessor

2013-01-20 Thread Mark Thomas
On 18/01/2013 14:11, Konstantin Preißer wrote: > Hi Mark, > >>> If you set the following system property: >>> org.apache.catalina.connector.RECYCLE_FACADES >>> >>> to true (e.g. in setenv.[bat|sh]) and your application is retaining >>> references you should start to see NPEs and the stack trace sh

RE: BufferOverflowException in AjpNioProcessor

2013-01-18 Thread Konstantin Preißer
Hi Mark, > > If you set the following system property: > > org.apache.catalina.connector.RECYCLE_FACADES > > > > to true (e.g. in setenv.[bat|sh]) and your application is retaining > > references you should start to see NPEs and the stack trace should > point > > to where the problem is. > > > > I

RE: BufferOverflowException in AjpNioProcessor

2013-01-17 Thread Konstantin Preißer
Hi, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Thursday, January 17, 2013 1:11 PM > > On 17/01/2013 11:07, Steve Mactaggart wrote: > > Hi All, > > > > I have been hunting a BufferOverflowException on our production system for > > the last while, and initial

Re: BufferOverflowException in AjpNioProcessor

2013-01-17 Thread Mark Thomas
On 17/01/2013 11:07, Steve Mactaggart wrote: > Hi All, > > I have been hunting a BufferOverflowException on our production system for > the last while, and initially thought this was resolved by issue 53119, we > have subsequently upgraded to 7.0.32 and have still seen the issues. > > Reading thr

BufferOverflowException in AjpNioProcessor

2013-01-17 Thread Steve Mactaggart
Hi All, I have been hunting a BufferOverflowException on our production system for the last while, and initially thought this was resolved by issue 53119, we have subsequently upgraded to 7.0.32 and have still seen the issues. Reading through the mailing list archive it seems I am not the only on

Re: BufferOverflowException in AjpNioProcessor

2011-10-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 10/31/2011 12:19 PM, Konstantin Kolinko wrote: > 2011/10/31 Christopher Schultz : >> >> PS Is there anything to be done about connector state after an >> OOME? Chuck contends that OOMEs aren't certain death for an >> application and th

Re: BufferOverflowException in AjpNioProcessor

2011-10-31 Thread Konstantin Kolinko
2011/10/31 Christopher Schultz : > > PS Is there anything to be done about connector state after an OOME? > Chuck contends that OOMEs aren't certain death for an application and > that recovery is possible. The problem is that with OOME you do not know what exactly remained in the broken state. G

Re: BufferOverflowException in AjpNioProcessor

2011-10-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 10/31/2011 9:53 AM, Christopher Schultz wrote: > I've only seen it once so far since switching-over to the NIO AJP > connector a few months back, but I figured I'd report it since I > saw it. I'm sure this was a fluke. After playing with the

BufferOverflowException in AjpNioProcessor

2011-10-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I've only seen it once so far since switching-over to the NIO AJP connector a few months back, but I figured I'd report it since I saw it. I'll see if I can reproduce it if possible. I'm using a standard, vanilla synchronized request. Configurat