ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-431

Cannot set header. Response already committed. on WAS 7 and 8

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Won't Fix
    • Affects Version/s: EE-3.2.0.BETA
    • Fix Version/s: EE-3.2.0.GA
    • Component/s: None
    • Labels:
      None
    • Environment:
      WebSphere Application Server 7/8, ICEfaces 3
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
    • Workaround Description:
      Hide
      When experiencing these warnings, depending on the library being used add one of the following snippets to the ICEfaces application's web.xml.

      Mojarra:

          <context-param>
              <param-name>com.sun.faces.resourceBufferSize</param-name>
              <param-value>524288</param-value>
          </context-param>

      MyFaces:

          <context-param>
              <param-name>org.apache.myfaces.RESOURCE_BUFFER_SIZE</param-name>
              <param-value>524288</param-value>
          </context-param>

      Note that the value can be changed as desired.
      Show
      When experiencing these warnings, depending on the library being used add one of the following snippets to the ICEfaces application's web.xml. Mojarra:     <context-param>         <param-name>com.sun.faces.resourceBufferSize</param-name>         <param-value>524288</param-value>     </context-param> MyFaces:     <context-param>         <param-name>org.apache.myfaces.RESOURCE_BUFFER_SIZE</param-name>         <param-value>524288</param-value>     </context-param> Note that the value can be changed as desired.

      Description

      The following warning can appear in the logs when running a stock ICEfaces application on WAS 7/8:

      W com.ibm.ws.webcontainer.srt.SRTServletResponse setIntHeader SRVE8094W: WARNING: Cannot set header. Response already committed.

        Activity

        Jack Van Ooststroom created issue -
        Jack Van Ooststroom made changes -
        Field Original Value New Value
        Fix Version/s 3.3 [ 10370 ]
        Jack Van Ooststroom made changes -
        Assignee Jack Van Ooststroom [ jack.van.ooststroom ]
        Jack Van Ooststroom made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Ken Fyten made changes -
        Project ICEfaces [ 10021 ] ICEfaces-EE [ 10040 ]
        Key ICE-8926 IPCK-431
        Affects Version/s EE-3.2.0.BETA [ 10571 ]
        Affects Version/s EE-3.2.0.BETA [ 10573 ]
        Fix Version/s EE-3.2.0.GA [ 10326 ]
        Fix Version/s EE-3.2.0.GA [ 10332 ]
        Fix Version/s 3.3 [ 10370 ]
        Component/s Framework [ 10013 ]
        Ken Fyten made changes -
        Affects Documentation (User Guide, Ref. Guide, etc.),Compatibility/Configuration [ 10003, 10002 ]
        Ken Fyten made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Won't Fix [ 2 ]
        Jack Van Ooststroom made changes -
        Workaround Description When experiencing these warnings, depending on the library being used add one of the following snippets to the ICEfaces application's web.xml.

        Mojarra:

            <context-param>
                <param-name>com.sun.faces.resourceBufferSize</param-name>
                <param-value>524288</param-value>
            </context-param>

        MyFaces:

            <context-param>
                <param-name>org.apache.myfaces.RESOURCE_BUFFER_SIZE</param-name>
                <param-value>524288</param-value>
            </context-param>

        Note that the value can be changed as desired.
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Jack Van Ooststroom
            Reporter:
            Jack Van Ooststroom
          • Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: