You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2020/02/19 22:15:01 UTC

[Bug 64161] New: IllegalStateInstrumentation

https://bz.apache.org/bugzilla/show_bug.cgi?id=64161

            Bug ID: 64161
           Summary: IllegalStateInstrumentation
           Product: Tomcat 9
           Version: 9.0.x
          Hardware: Other
                OS: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: famer1790@gmail.com
  Target Milestone: -----

I have a Spring Boot application, which is running fine and has with the
following setup

Spring Webflux + Tomcat 
Spring Actuator as dependency.
Spring Boot 2.1.2


However when I update to Spring Boot 2.1.7 & Spring 5.1.9 the application fails
to start.
This is the error in the logs

java.lang.IllegalStateException: Calling [asyncOperation()] is not valid for a
request with Async state [COMPLETING]


This is the stack trace

org.apache.coyote.AsyncStateMachine.asyncOperation(AsyncStateMachine.java:269) 
org.apache.coyote.AbstractProcessor.dispatch(AbstractProcessor.java:203)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:53)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)


What could be the issue here ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 64161] IllegalStateInstrumentation

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64161

famer1790 <fa...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |famer1790@gmail.com

--- Comment #1 from famer1790 <fa...@gmail.com> ---
I am using Java 1.8.0_212 a d Gradle 5.1 to build

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 64161] IllegalStateInstrumentation

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64161

mgrigorov <mg...@apache.org> changed:

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

--- Comment #2 from mgrigorov <mg...@apache.org> ---
Please use Tomcat users mailing list for help questions.
https://tomcat.apache.org/lists.html#tomcat-users

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org