ICEfaces
  1. ICEfaces
  2. ICE-5713

RuntimeException on page reload

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Alpha2
    • Fix Version/s: 2.0-Alpha3, 2.0.0
    • Component/s: Bridge, Framework
    • Labels:
      None
    • Environment:
      server

      Description

      The following exception is thrown when reloading the page in component-showcase:

      java.lang.RuntimeException: Query does not contain parameter named: ice.view
      at org.icefaces.push.servlet.ServletRequestResponse.checkExistenceOf(ServletRequestResponse.java:304)
      at org.icefaces.push.servlet.ServletRequestResponse.getParameterAsStrings(ServletRequestResponse.java:141)
      at org.icefaces.push.DisposeWindowScope.service(DisposeWindowScope.java:45)
      at org.icefaces.push.servlet.BasicAdaptingServlet.service(BasicAdaptingServlet.java:38)
      at org.icefaces.push.servlet.PathDispatcher.service(PathDispatcher.java:45)
      at org.icefaces.push.servlet.SessionDispatcher.service(SessionDispatcher.java:77)
      at org.icefaces.push.servlet.ICEfacesResourceHandler.service(ICEfacesResourceHandler.java:141)
      at org.icefaces.push.servlet.ICEfacesResourceHandler.handleResourceRequest(ICEfacesResourceHandler.java:102)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:310)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
      at java.lang.Thread.run(Thread.java:637)

        Activity

        Hide
        Mircea Toma added a comment - - edited

        Ignore RuntimeException since missing ice.view parameter means that none of the views within the page was registered with PushRenderer before page was unloaded.

        Show
        Mircea Toma added a comment - - edited Ignore RuntimeException since missing ice.view parameter means that none of the views within the page was registered with PushRenderer before page was unloaded.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: