java: command not found when installing L&G v7.0.0
Originally Published: 2016-04-20
Article Number
Applies To
RSA Product/Service Type: Software Appliance
RSA Version/Condition: 7.0.0
Platform: Wildfly
Issue
Cause
Resolution
vim /etc/profile
** look for the part that looks like this (umask settings) **
if [ $UID -gt 199 ] && [ "`id -gn`" = "`id -un`" ]; then
umask 002
else
umask 022
fi
** Make sure the umask values are 022 for root and 002 for other users. if not make them like that then run the below **
source /etc/profile
** run the below command to find the directory where JDK 1.7 was installed, then delete that directory**
ll $JAVA_HOME
lrwxrwxrwx 1 root root 39 Dec 24 13:02 /etc/alternatives/java_sdk_1.7.0 -> /usr/lib64/jvm/java-1.7.0-openjdk-1.7.0
rm -rf /usr/lib64/jvm/java-1.7.0-openjdk-1.7.0
Notes
Related Articles
SAP connector fails with hostname not found when using a non-default port in RSA Identity Governance & Lifecycle 56Number of Views "License not Found" error when attempting to install StealthAudit StealthBits module for RSA Via Lifecycle and Governance … 32Number of Views Principal Not Found error in RSA Authentication Manager Bulk Administration (AMBA) 169Number of Views RSA Identity Governance and Lifecycle RESTful web service response: java.lang.IllegalStateException 276Number of Views How to obtain an AFX Premium Connectors package for use with RSA Governance & Lifecycle 114Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?