Fix (APAR): PQ97053 Status: Fix Release: 4.0.7 Operating System: All Supersedes Fixes: CMVC Defect: PQ97053 Byte size of APAR: 1075655 Date: 2005-01-05 Abstract: Request parameter is not reset properly when exception is thrown Description/symptom of problem: getParameter method of SRTServletRequest class should be null in the beginning of the request, and it is initialized into finish method at the previous request, then the _parameters would be null at the end of previous request. But in this case, the java.lang.NumberFormatException was thrown at getContentLength in the previous request and the _parameters would not be initialized. Directions to apply fix: 1) Create temporary "fix" directory to store the jar file: Unix: /tmp/WebSphere/fix Windows: c:\temp\WebSphere\fix 2) Copy jar file to the directory 3) Shutdown WebSphere. It is important that you perform a controlled and complete shutdown of the server to ensure that all transactions have completed, before installing the fix. 4)Create a /Fix directory if one does not already exist 5) Run the jar file with the following command answering questions/prompts as they appear: java -jar -backupJar /Fix/_backup.jar 6) Restart WebSphere 7) The temp directory may be removed but the jar file should be saved. Do not remove any files created and stored in the /Fix directory. These files are required if a fix is to be removed. Directions to remove fix: NOTE: FIXES MUST BE REMOVED IN THE ORDER THEY WERE APPLIED. DO NOT REMOVE A FIX UNLESS ALL FIXES APPLIED AFTER IT HAVE FIRST BEEN REMOVED. YOU MAY REAPPLY ANY REMOVED FIX. Example: If your system has fix1, fix2, and fix3 applied in that order and fix2 is to be removed, fix3 must be removed first, fix2 removed, and fix3 re-applied. 1) Change directory to the fix location (/Fix). 2) Shutdown WebSphere 3) Run the backup jar file with the following command: java -jar 4) Restart WebSphere Directions to re-apply fix: Follow the instructions for applying a fix. If the backup files still exist (from the previous fix application), you will be prompted to overwrite. Answer "yes" at the overwrite prompts. Additional Information: Prereq APAR: PQ76884 must be installed first before applying this APAR PQ80612 is the same fix for this problem for WAS5.x. This is the same fix for WAS4.0.7