java: command not found when installing L&G v7.0.0
Originally Published: 2016-04-20
Last Modified: 2023-10-06
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
Hyperlinks in the Email body of Workflow Nodes that are defined as Job Level Variables are not saved in RSA Identity Gover… 79Number of Views 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
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?