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

            Bug ID: 56736
           Summary: IllegalStateException after calling
                    AsyncContext.dispatch
           Product: Tomcat 8
           Version: 8.0.9
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: marko.aspl...@gmail.com

Requests timeout occasionally with the following error after calling
AsyncContext.dispatch:

10-Jul-2014 01:40:33.145 SEVERE [http-nio-8080-exec-2]
org.apache.catalina.connector.CoyoteAdapter.asyncDispatch Exception while
processing an asynchronous request
 java.lang.IllegalStateException: Calling [asyncTimeout()] is not valid for a
request with Async state [DISPATCHING]
    at
org.apache.coyote.AsyncStateMachine.asyncTimeout(AsyncStateMachine.java:267)
    ...

Happens also with the Java Blocking Connector (Http11Protocol).

Could not reproduce on Tomcat 7.0.54.

Can be reproduced with the sample project with the following request:
http://localhost:8080/servlet3-async/error2?fail=true

Sample code and more information about the test can be found here:
https://github.com/marko-asplund/servlet3-async

Verified on:
Ubuntu 14.04 / OpenJDK 1.7.0_55
Mac OS X 10.8.5 / Oracle Java 1.7.0_55

-- 
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