Running an AdminUI and exporting metadata files for a Partnership, the browser reports the error:
Error: Unexpected system error trying to export metadata: com.ca.federation.client.XPSException: Exception occurred: Could not initialize class com.netegrity.smkeydatabase.db.revocation.OCSPResponderHandler : CA : XPS : sm-xobfed-00140
The Policy Server JVMOptions.txt file has a missing jar.
The path
/<siteminder>/bin/thirdparty/slf4j-api-1.7.32.jar
was missing from bootclasspath in JVMOptions.txt.
In the Policy Server JVMOptions.txt file, add the following path:
/<siteminder>/bin/thirdparty/slf4j-api-1.7.32.jar
to the bootclasspath to solve the issue.