Fix (APAR): PI15581 Status: Fix Release: 8.5.5.2 Operating System: AIX,HP-UX,IBM i,Linux,Solaris,Windows,z/OS Supersedes Fixes: CMVC Defect: xxxxxx Byte size of APAR: 256261 Date: 2014-05-04 Abstract: NullPointerException when starting multiple applications at the same time Description/symptom of problem: PI15581 resolves the following problem: ERROR DESCRIPTION: When starting an application, the following exceptions will be thrown intermittently: [3/28/14 16:57:22:801 EDT] 00000070 WASAxis2Compo E CWWWS7007E: The wps.war application module cannot be loaded correctly because of the following error: java.lang.NullPointerException at com.ibm.ws.websvcs.deployment.Axis2ServiceConfigPluginManager.ru nPreAttach(Axis2ServiceConfigPluginManager.java:117) at com.ibm.ws.websvcs.deployment.WASAxis2PolicySetConfigurator.asso ciatePolicySets(WASAxis2PolicySetConfigurator.java:211) at com.ibm.ws.websvcs.deployment.WASAxis2PolicySetConfigurator.asso ciatePolicySets(WASAxis2PolicySetConfigurator.java:171) at com.ibm.ws.websvcs.component.WASAxis2ComponentImpl.completeAxis2 Configuration(WASAxis2ComponentImpl.java:1572) at com.ibm.ws.websvcs.component.WASAxis2ComponentImpl.moduleMetaDat aCreated(WASAxis2ComponentImpl.java:2421) LOCAL FIX: PROBLEM SUMMARY USERS AFFECTED: IBM WebSphere Application Server users of JAX-WS web services. PROBLEM DESCRIPTION: java.lang.NullPointerException issue when starting multiple applications at the same time. RECOMMENDATION: Install a fix pack containing this APAR. When starting an application, the Axis2ServiceConfigPlugin list will be initialized. If many applications are starting simultaneously, the list will be modified by all these applications simultaneously because the list is not thread safe. That can cause some elements in this list to be missing. PROBLEM CONCLUSION: Fixed the problem by modifying the Axis2ServiceConfigPlugin list to be thread safe to avoid the NullPointerException. The fix for this APAR is currently targeted for inclusion in fix packs 7.0.0.33, 8.0.0.9 and 8.5.5.3. Please refer to the Recommended Updates page for delivery information: http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980 Directions to apply fix: Fix applies to Editions: Release 8.5 _X_ Application Server (Express or BASE) _X_ Network Deployment (ND) __ Edge Components __ Developer Install Fix to all WebSphere installations unless special instructions are included below. Special Instructions: None NOTE: The user must: * Logged in with the same authority level when unpacking a fix, fix pack or refresh pack. * Be at V1.4.3 or newer of the Installation Manager. Certain iFixes may require a newer version of the Installation Manager and the Installation Manager will inform you during the installation process if a newer version is required. The IBM Information Center can provide details, if needed, on the use of the Installation Manager to apply the iFixes. http://publib.boulder.ibm.com/infocenter/install/v1r4/index.jsp. Shutdown WebSphere Application Server before applying the iFixes. Restart WebSphere Application Server after applying the iFixes. Directions to remove fix: The IBM Information Center can provide details, if needed, on the use of the Installation Manager to remove the iFixes. http://publib.boulder.ibm.com/infocenter/install/v1r4/index.jsp. Shutdown WebSphere Application Server before removing the iFixes. Restart WebSphere Application Server after removing the iFixes. Directions to re-apply fix: 1) Shutdown WebSphere Application Server. 2) Follow the Fix instructions to apply the fix. 3) Restart WebSphere Application Server. Additional Information: