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

          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: