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
SUSE Security Vulnerability | CVE: CVE-2023-38546 15Number of Views Data purging fails with ORA-02292: integrity constraint (AVUSER.FK_xxxxxx violated - child record found) in RSA Identity G… 208Number of Views RSA Customer Advisory: Apache Vulnerability Log4j2 CVE-2021-44228 173Number of Views Modify the RSA SecurID Access Prime Self-Service Portal (SSP) or Help Desk Admin Portal (HDAP) session timeout value 104Number of Views Spring-related vulnerabilities for RSA Authentication Manager 170Number of Views
Don't see what you're looking for?