Re: Exception using Async Servlet

2015-08-26 Thread Sean Dawson
On Wed, Aug 26, 2015 at 8:13 AM, Steffen Heil (Mailinglisten) < li...@steffen-heil.de> wrote: > Hi > > > Doing a lot of additional testing, I found the reason for the exception. > In the "WriteListener.onError(Throwable)" handler, we released all our > resources using a central function that inclu

Re: Exception using Async Servlet

2015-08-25 Thread Mark Thomas
On 25/08/2015 17:05, Steffen Heil (Mailinglisten) wrote: > Hi > > > I am using servlets with startAsync to be able to read and write > asynchronously. > However from time to time the following is logged: > > Aug 25, 2015 5:52:32 PM org.apache.catalina.connector.CoyoteAdapter > asyncDispatch >