Name: PK33783 ============= Summary: Fix NullPointerException in SimpleActionIdHandler.generateActionID() Problem Description: The NullpointerException mentioned above can occur when during the request flow a session is created for the anonymous user, while it wasn't there initially(Init Phase). This problem could be circumvented, by either setting public.session=true in NavigatorService, which causes some memory overhead, or by preventing that a session gets created at all. So please check custom code on whether session creation may be circumvented. Given that suggestions above can not be enforced, this APAR makes product code more robust on scenario mentioned above Problem Solution: Call init() on SimpleActionIdHandler to make sure action counter is always initialized. Failing Module(s): Engine: State handling Affected Users: All users Version Information: Portal Version(s): 5.1.0.4 Pre-Requisite(s): PK32232 Co-Requisite(s): --- Platform Specific: This fix applies to all platforms. Installation: NOTE: YOU MUST FIRST DOWNLOAD THE UPDATE INSTALLER TOOL IN ORDER TO INSTALL A FIX. The Portal Update Installer can be downloaded from the following link: http://www.ibm.com/software/genservers/portal/support 1. Create temporary "fix" directory to store the jar file. 2. Copy jar file to this directory. 3. Shutdown WebSphere Portal. 4. Follow the fix installation instructions that are packaged with the Portal Update Installer on how to install the fix. 5. Restart WebSphere Portal. 6. The temporary directory may be removed. Un-Installation: 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. 1. Shutdown WebSphere Portal. 2. Follow the instructions that are packaged with the Portal Update Installer on how to uninstall the fix. 3. Restart WebSphere Portal.