Fix (APAR): PI51134 Status: Fix Release: 8.5.5.2 Operating System: AIX,Linux,Windows Supersedes Fixes: CMVC Defect: xxxxxx Byte size of APAR: 261122 Date: 2016-02-19 Abstract: npe if all interceptors are on methods that are overriden, defined at class level or defined in a different method Description/symptom of problem: PI51134 resolves the following problem: ERROR DESCRIPTION: NullPointerException if all interceptors are on methods that are defined at the class level or defined in a different method . Exception stack: . Caused by: java.lang.NullPointerException: null at java.util.ArrayList.(ArrayList.java:176) ~[na:1.7.0] at org.apache.webbeans.intercept.InterceptorHandler.invoke(Intercep torHandl er.java:266) [org.apache.webbeans.jar:na] at org.apache.webbeans.intercept.DependentScopedBeanInterceptorHand ler.invo ke(DependentScopedBeanInterceptorHandler.java:75) LOCAL FIX: N/A PROBLEM SUMMARY USERS AFFECTED: All users of IBM WebSphere Application Server making use of Contexts and Dependency Injection (CDI). PROBLEM DESCRIPTION: NullPointerException when processing CDI interceptors on methods. RECOMMENDATION: None NullPointerException when processing CDI interceptors on methods. Characteristic top of exception stack: Caused by: java.lang.NullPointerException: null at java.util.ArrayList.(ArrayList.java:176) ~[na:1.7.0] at org.apache.webbeans.intercept.InterceptorHandler.invoke(Intercep torHandler.java:266) [org.apache.webbeans.jar:na] at org.apache.webbeans.intercept.DependentScopedBeanInterceptorHand ler.invoke(DependentScopedBeanInterceptorHandler.java:75) PROBLEM CONCLUSION: Removed duplicate get() calls to interceptor data cache, eliminating a timing window between the two calls. Reimplemented interceptor data cache so that its entries are held for the lifetime of a method's class (instead of just for the lifetime of the Method object itself). The fix for this APAR is currently targeted for inclusion in fix packs 8.5.5.9 and 8.0.0.13. 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: NOTE: Mark with an X the: 1) Release the fix applies to 2) The Editions that apply 3) And then DELETE THIS NOTE Fix applies to Editions: Release 8.5 __ Application Server (Express or BASE) __ Network Deployment (ND) __ Liberty Core __ 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 Knowledge 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 Knowledge 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: