Upon startup, the SiteMinder Policy Server fails to initialize the CA APM (Wily) Event Handler, logging the following error in the smps.log:
[sm-xpsxps-06810] Failed to initialize event handler library "<SiteMinder_home>/lib/libEventIntroscopeprovider.so"
Policy Server: 12.8.x (specifically observed on RHEL 8.x)
Integration: APM for SSO (formerly Wily Introscope)
APM SSO Version: 13.2 or later
The SiteMinder Policy Server library folder (<SiteMinder_home>/lib) is missing critical shared object (.so) dependencies required by the Introscope provider (1).
In many instances, running the ldd command against libEventIntroscopeprovider.so reveals that the following files are missing or cannot be linked:
Even if these files are present, the error may persist if libIntroscopeNativeDataAPI.so itself has unsatisfied dependencies (such as an incorrect libapr version) (2).
Ensure supported version of "APM for SSO" is installed (3).
Follow the Upgrade Guide (1) and also the Installation guide (4).
# cd <SiteMinder_home>/lib# ldd libEventIntroscopeprovider.so
# ldd libIntroscopeNativeDataAPI.so# yum install aprNote: Always perform a backup of the <SiteMinder_home>/lib directory before manually copying or replacing system files.