eFix (APAR): PQ54405 Status: efix For Release: WebSphere 3.5.5 For Operating System: ALL CMVC defect: PQ54405 Date: 11/06/01 Abstract: IllegalStateException when RequestDispatcher.include() is called and trying to set the headers on the calling servlet. Description/symptom of problem: when RequestDispatcher.include() is called and trying to set the headers on the calling servlet, it throws an IllegalStateException : Cannot set headers response has been already committed. Directions to apply efix: 1) Create "efix" directory to store the efix jar file(s): AIX: /usr/WebSphere/AppServer/efix Solaris/Linux: /opt/WebSphere/AppServer/efix Windows: c:\WebSphere\AppServer\efix 2) Copy PQ54405.jar to the directory 3) Add the directory/jar file to the beginning of the admin server's classpath in admin.config: com.ibm.ejs.sm.adminserver.classpath=C:/WebSphere/AppServer/efix/PQ54405.jar... 4) Stop and restart the Admin Server and start the Application Server. Additional Information: ------------------------------------------------------------------