ICEpush
  1. ICEpush
  2. PUSH-115

Verify Servlet 3.0 support on GlassFish

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Beta
    • Fix Version/s: 2.0.1
    • Component/s: Push Library
    • Labels:
      None
    • Environment:
      ICEfaces, GlassFish 3.0.1

      Description

      If Servlet 3.0 support is enabled in an ICEfaces push application:

          <servlet>
              <servlet-name>Faces Servlet</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
              <load-on-startup>1</load-on-startup>
              <async-supported>true</async-supported>
          </servlet>

      Running on GlassFish 3.0.1 results in:


      Caused by: java.lang.IllegalStateException: Not Suspended
      at com.sun.grizzly.tcp.Response.resume(Response.java:752)
      at org.apache.catalina.connector.Request.asyncComplete(Request.java:3782)
      at org.apache.catalina.connector.AsyncContextImpl.complete(AsyncContextImpl.java:223)
      at org.icepush.servlet.AsyncAdaptingServlet$AsyncRequestResponse.respondWith(AsyncAdaptingServlet.java:66)
      at org.icepush.BlockingConnectionServer.respondIfPendingRequest(BlockingConnectionServer.java:196)

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23935 Thu Feb 10 15:59:33 MST 2011 mircea.toma PUSH-115 Removed workaround since Tomcat 7.0.8 fixed the issue.
        Files Changed
        Commit graph MODIFY /icepush/trunk/core/src/main/java/org/icepush/servlet/AsyncAdaptingServlet.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #23933 Thu Feb 10 10:18:13 MST 2011 mircea.toma PUSH-115 Stop timeout bomb when server asks for a complete shutdown of the blocking connection to avoid restarting the connection.
        Files Changed
        Commit graph MODIFY /icepush/trunk/core/src/main/javascript/connection.async.js

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: