Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.2
    • Fix Version/s: 3.3
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces
    • Assignee Priority:
      P1

      Description

      QA is observing the following log errors when running auctionMonitor on JBoss 5/6:

      auctionMonitor
      All tests pass, however server side errors have been found in server.log (only FF and Chrome):
      2013-04-05 12:56:29,000 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (http-127.0.0.1-8080-4) Error Rendering View
      [/auctionMonitor.xhtml]: java.lang.NullPointerException
          at org.icefaces.impl.event.WindowAndViewIDSetup$1.encode(WindowAndViewIDSetup.java:65) [:]
          at org.icefaces.impl.event.UIOutputWriter.encodeBegin(UIOutputWriter.java:27) [:]
          at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1777) [:2.1.19]
          .......

        Activity

        Hide
        Mircea Toma added a comment -

        Modified WindowAndViewIDSetup to test for the existence of the scope map. A missing map can be caused by an invalidated session when the scope maps cannot be retrieved from the session or when the dispose window request arrives before the postback issued by the same window (ICE-8411 test most probably does that).

        A warning is now logged as well.

        Show
        Mircea Toma added a comment - Modified WindowAndViewIDSetup to test for the existence of the scope map. A missing map can be caused by an invalidated session when the scope maps cannot be retrieved from the session or when the dispose window request arrives before the postback issued by the same window ( ICE-8411 test most probably does that). A warning is now logged as well.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: