When deploying or starting Identity Manager (IM), Identity Portal (IP), and Identity Governance (IG) services in IGA Xpress V15.0, the services fail or remain in a stopped state. Reviewing the service logs (located in /opt/brcm/iga/logs/) reveals the following errors:
Caused by: java.io.IOException: keystore password was incorrectCaused by: java.security.UnrecoverableKeyException: failed to decrypt safe contents entryWFLYCTL0412: Required services that are not installed: ["jboss.http-upgrade-registry.https-management"]
The failure is typically caused by a missing, mismatched, or incorrect Cluster Key. The Cluster Key is mandatory for all IGA Xpress Identity Suite deployments—including single-node environments—as it serves as a critical component of the encryption algorithm for Suite passwords and communication throughout the environment Is Cluster Key Required.
Verify that the Cluster Key is correctly set and consistent across the deployment by following these steps while logged in as the igx user:
Check Cluster Key: Verify if a cluster key is already configured:
Generate and Set Key: If no key is present or if a mismatch is suspected, generate and set a new key:
Warning: Changing the Cluster Key after entering passwords in the Services tab or YAML files will invalidate those passwords Is Cluster Key Required.
Restart Services: Restart the IGA Xpress service to apply the configuration:
Confirm Suite Configuration: In the IGA Xpress console, ensure the Suite Key and Suite Password are applied correctly under the Services tab to allow for component communication IGA Xpress Deployment Guide.
Log files for specific services are located under subfolders in:
/opt/brcm/iga/logs/idm//opt/brcm/iga/logs/idp//opt/brcm/iga/logs/idg/Log Configuration Location