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
False Positive - RSA Authentication Manager 8.1 SP1 P10 vulnerable to CVE 2016-0728, CVE-2015-8787 and CVE-2015-8709 (Open… 32Number of Views BIOS hardening for RSA Authentication Manager 8.x 330Number of Views 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 Cloud Administration Authenticator Details API Version 2 194Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device How to implement SAML SSO Authentication with Microsoft Azure Active Directory and RSA Identity Governance & Lifecycle "No decryption codes were found in the zip file" error when decrypting RSA SecurID tokens How to download full kits, service packs, and patches from RSA Link for RSA Identity Governance & Lifecycle Authentication Manager Security Console and Operations Console Inaccessible After Certificate Update
Don't see what you're looking for?