Dear All 

The activemq long polling (using the reverse ajax + servlet3 continuation +
asynchronous context) is working correctly under tomcat and weblogic. when
deploying under websphere 8.5 we are getting an error with long polling ajax
request : java.lang.IllegalStateException: called setTimeout after the
container-initiated dispatch which called startAsync has returned 

Caused by: java.lang.IllegalStateException: called setTimeout after the
container-initiated dispatch which called startAsync has returned 
        at
com.ibm.ws.webcontainer.async.AsyncContextImpl.setTimeout(AsyncContextImpl.java:640)
 
        at
org.eclipse.jetty.continuation.Servlet3Continuation.setTimeout(Servlet3Continuation.java:179)
 
        at
org.apache.activemq.web.MessageListenerServlet.doMessages(MessageListenerServlet.java:325)
 

Please any advise? is there a specific configuration to be done for
websphere 8.5? 
Thank you



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-Websphere-8-5-long-polling-tp4681243.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to