When running an AdminUI, when this one is connected to 2 Policy Servers, the list of certificates from the "Trusted Certificates and Private Keys" page shows no certificate. When connected with the other Policy Server, it shows the certificates.
When the AdminUI connects to the first Policy Server, it can show the "Trusted Certificates and Private Keys" list.
When the AdminUI connects to the second Policy Server, it cannot show the "Trusted Certificates and Private Keys", and the AdminUI reports the error:
NullPointerException on first the certificate alias <certificate_name>
and thus on all certificate it tries to get
2024-01-22 13:24:36,793 [INFO] com.ca.siteminder.uiagent.Connector [] - Establishing agent API connection for adminui.example.com 2024-01-22 13:25:00,377 [ERROR] com.ca.federation.adminui.backingbean.keystore.KeyStoreBean [] - Could not load the certificte with alias = <certificate_name> java.lang.NullPointerException: null at com.ca.federation.adminui.common.FRUtils.getBundleString(FRUtils.java:356) ~[fedmgr.jar:?] at com.ca.federation.adminui.common.FRUtils.getBundleString(FRUtils.java:315) ~[fedmgr.jar:?] at com.ca.federation.adminui.backingbean.keystore.KeyStoreEntry.computeSigningStatus(KeyStoreEntry.java:121) ~[fedmgr.jar:?]
Policy Server 12.8SP8 on RedHat 7;
AdminUI 12.8SP8 build 2892 on RedHat 7;
Policy Store on CA Directory 14.1.03;
Upgrade the Policy Server and the AdminUI to version 12.8SP9 when this one will be available to benefit from the fix DE589416.