Re: Tomcat 8: NPE In InternalNioOutputBuffer.java:234

2016-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julie, On 1/29/16 2:15 PM, Julie Sur wrote: > Hi Mark, > > I see your comment that the fix will be back ported to 8.0.x and > 7.0.x. I checked this link > http://qnalist.com/questions/5638245/tomcat-8-npe-in-internalniooutput buffer-java-234 > > I

Tomcat 8: NPE In InternalNioOutputBuffer.java:234

2016-01-29 Thread Julie Sur
Hi Mark, I see your comment that the fix will be back ported to 8.0.x and 7.0.x. I checked this link http://qnalist.com/questions/5638245/tomcat-8-npe-in-internalniooutputbuffer-java-234 I am using 8.0.15 and I am seeing this error in my log. Which version should I upgrade to for this ? Thank

Re: Tomcat 8: NPE in InternalNioOutputBuffer.java:234

2014-12-03 Thread Mark Thomas
On 03/12/2014 00:52, Mark Kolich wrote: > On Tue, Dec 2, 2014 at 3:02 PM, Mark Thomas wrote: > >> On 02/12/2014 22:40, Mark Kolich wrote: >>> On Tue, Dec 2, 2014 at 2:04 PM, Mark Thomas wrote: >>> On 02/12/2014 20:41, Mark Kolich wrote: >> > > > > >> >> https://issues.apache.org/bu

Re: Tomcat 8: NPE in InternalNioOutputBuffer.java:234

2014-12-02 Thread Mark Kolich
On Tue, Dec 2, 2014 at 3:02 PM, Mark Thomas wrote: > On 02/12/2014 22:40, Mark Kolich wrote: > > On Tue, Dec 2, 2014 at 2:04 PM, Mark Thomas wrote: > > > >> On 02/12/2014 20:41, Mark Kolich wrote: > >> > > > https://issues.apache.org/bugzilla/show_bug.cgi?id=57252 is what got me > looking at

Re: Tomcat 8: NPE in InternalNioOutputBuffer.java:234

2014-12-02 Thread Mark Thomas
On 02/12/2014 22:40, Mark Kolich wrote: > On Tue, Dec 2, 2014 at 2:04 PM, Mark Thomas wrote: > >> On 02/12/2014 20:41, Mark Kolich wrote: >> >> >> >>> If you have any thoughts on what I'm doing wrong, or if you can confirm >>> this is a legit bug, I'd be grateful for your input. >> >> There are

Re: Tomcat 8: NPE in InternalNioOutputBuffer.java:234

2014-12-02 Thread Mark Kolich
On Tue, Dec 2, 2014 at 2:04 PM, Mark Thomas wrote: > On 02/12/2014 20:41, Mark Kolich wrote: > > > > > If you have any thoughts on what I'm doing wrong, or if you can confirm > > this is a legit bug, I'd be grateful for your input. > > There are known concurrency issues if you set an error statu

Re: Tomcat 8: NPE in InternalNioOutputBuffer.java:234

2014-12-02 Thread Mark Thomas
On 02/12/2014 20:41, Mark Kolich wrote: > If you have any thoughts on what I'm doing wrong, or if you can confirm > this is a legit bug, I'd be grateful for your input. There are known concurrency issues if you set an error status on a non-container thread. I'm literally in the middle of fixing

Tomcat 8: NPE in InternalNioOutputBuffer.java:234

2014-12-02 Thread Mark Kolich
Hi there, One of my applications is facing a pesky issue in Tomcat 8.0.15 dealing with an NPE at InternalNioOutputBuffer.java:234. I searched Bugzilla and the lists, but didn't find anything that matched the NPE stack exactly. Maybe I missed it. Before I file a bug, I wanted to check here first