Identity Governance startup fails with Failed to locate bc-fips library
search cancel

Identity Governance startup fails with Failed to locate bc-fips library

book

Article ID: 277889

calendar_today

Updated On:

Products

CA Identity Suite

Issue/Introduction

Startup fails with this error:

[WARN] Failed to locate bc-fips-*.jar in tmsWPAdapter.ear
[ERROR] Failed to locate bc-fips library at: "" - skipping WP FIPS configurations

Cause

There was a typo in the startup parameters (a double quote was accidentally added to the end of the line in the jvm-args.conf file).

 

Located in /opt/CA/VirtualAppliance/custom/IdentityGovernance/jvm-args.conf

 

     -Dcom.sun.jndi.ldap.object.disableEndpointIdentification=true"    <-----note the unnecessary quotation mark at the end.

Resolution

There was a typo in the startup parameters (a double quote was accidentally added to the end of the line in the jvm-args.conf file).

 

/opt/CA/VirtualAppliance/custom/IdentityGovernance/jvm-args.conf

 

     -Dcom.sun.jndi.ldap.object.disableEndpointIdentification=true"    <-----note the unnecessary quotation mark at the end.

 

The solution was to edit the file and remove the quotation mark so the java option looks like this:

 

-Dcom.sun.jndi.ldap.object.disableEndpointIdentification=true