https://issues.apache.org/bugzilla/show_bug.cgi?id=54604

Mark Thomas <[email protected]> changed:

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

--- Comment #3 from Mark Thomas <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to