Re: NullPointerException is thrown when executing org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket

2014-02-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric, On 2/26/14, 3:39 AM, HU E wrote: > Chris, Mark, thanks for your suggestion. After setting the system > property org.apache.catalina.connector.RECYCLE_FACADES to true, > this issue disappeared. That suggests that your application is making a

RE: NullPointerException is thrown when executing org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket

2014-02-26 Thread HU E
: Tomcat Users List Subject: Re: NullPointerException is thrown when executing org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric, On 2/19/14, 2:40 AM, HU E wrote: > Thanks for your response. I will try your suggestion, i.e. sett

Re: NullPointerException is thrown when executing org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket

2014-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric, On 2/19/14, 2:40 AM, HU E wrote: > Thanks for your response. I will try your suggestion, i.e. setting > the system property org.apache.catalina.connector.RECYCLE_FACADES > to true(I guess I can set this in catalina.properties). I would set it

RE: NullPointerException is thrown when executing org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket

2014-02-18 Thread HU E
, February 18, 2014 6:30 PM To: Tomcat Users List Subject: Re: NullPointerException is thrown when executing org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket On 18/02/2014 09:31, HU E wrote: > PRS0: Http response exception : java.lang.NullPointerException > org.apache.coyote.

Re: NullPointerException is thrown when executing org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket

2014-02-18 Thread Mark Thomas
On 18/02/2014 09:31, HU E wrote: > PRS0: Http response exception : java.lang.NullPointerException > org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket(InternalNioOutputBuffer.java:463) > org.apache.coyote.http11.InternalNioOutputBuffer.flushBuffer(InternalNioOutputBuffer.java:800) >

NullPointerException is thrown when executing org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket

2014-02-18 Thread HU E
Dear all, During performance and stability run, we encountered one tomcat issue, i.e. sometimes a NullPointerException is thrown when executing org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket. This issue was happened very rarely. Following is the stack: PRS0: Http response