Article Content
Article Number | 000035171 |
Applies To | RSA Product Set: Identity Governance and Lifecycle RSA Version/Condition: 7.0 O/S Version: Red Hat Enterprise Linux (RHEL) |
Issue | When attempting to upgrade the RSA Identity Governance and Lifecycle application on a RHEL appliance after upgrading OpenJDK, you may receive the following error:Caught: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.0.x86_64/jre/lib/amd64/libnet.so: |
Cause | This will occur when RHEL is missing the GConf2 package. THe patch.sh currently does not check for this requirement before executing. |
Resolution | Install the GConf2 package using yum or rpm.Yumyum -y install <package file name> RPMrpm -ivh <package file name> |
Notes | This requirement may be checked for in a future release. |