On 25/11/2014 13:01, Vicky wrote:
> Hi Folks,
> 
> I am using Tomcat 7.0.42, in embedded mode, using NIO connector. Running on
> a linux box.
> 
> I use request.startAsync() to create an AsyncContext. And call complete()
> once everything is done. But complete() is called via a separate thread.
> 
> Any idea why am i getting this exception?

The only way that can happen is if you call complete() more that once.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to