https://issues.apache.org/bugzilla/show_bug.cgi?id=54604
Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
The async request has timed out.

Once startAsync() has been called, dispatch() or complete() must be called
before the timeout expires. In this case your requets processing is taking
longer than the timeout. The NPE is the result of continuing to use the request
after the async timeout has expired.

You need to use a larger timeout.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to