0 Replies Latest reply on Jul 10, 2017 9:20 AM by sachin2411

    spring boot war issue with wildfly

    sachin2411

      Hello

      I have a built a spring boot application it works perfectly in embedded tomcat server as a uber jar. But when I deploy the same as a war on wildfly  and there are simultaneous

      rest calls(one rest call takes time to return data ) all the other rest calls also go to pending state and the application server hangs .below are the only 2 warning seen in logs

       

      WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to s

       

      WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log l

       

      Please help in this issue