KB Article #43783
SMIME message recursively doing signature verification
When SMIME message recursively doing signature verification, CPU usage by XPP server grows to 100%
Resolution
The issue comes from the libxpki.sl file of the smime connector.This file is also located in /app/xfb/obj directory, that is to be included in the SHLIB_PATH (added by the osprofile that is run by the xfb profile).
1. Set up correctly the p_nltpath (see it's value in xfb profile) and run the csprofile if XFB connector is used in XIB .
OR
2. Modify the core_setup so that the SHLIB_PATH environement variable as :
SHLIB_PATH=$CORE_ROOT/bin:$CORE_LOCAL/4edi/load:$CORE_ROOT/4edi/loa
d:$CORE_LOCAL/load:$CORE_ROOT/load:$CORE_ROOT/c/component:/usr/lib:/usr/java1.4.
2.06/jre/lib/PA_RISC:/usr/java1.4.2.06/jre/lib/PA_RISC/server:$CORE_LOCAL/java/l
oad:$CORE_ROOT/java/load:$SHLIB_PATH
Add the old values of the SHLIB_PATH at the end of the new definition, instead of adding it at the beginning.
Finally Copy the libxpki.sl from xib/4edi/load to xfb/obj