SA: UI fails to load due to wrong version of Java being installed
Originally Published: 2016-02-09
Article Number
Applies To
Issue
# netstat -anp | grep 443 does show that the SA server is listening on port 443 but the UI is not accessible
Cause
sa.log will show errors as follows:
2016-01-22 08:33:12,028 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1] ERROR com.rsa.netwitness.cms.impl.CmsClientImpl - peer not authenticated
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
2016-01-22 08:33:12,034 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-1] ERROR com.rsa.smc.sa.live.job.quartz.SubscriptionJob - Error looking up resource: Outbound Network Traffic
Check the existing Java RPM with the following command and make a note
# rpm -qa | grep java
Resolution
http://vault.centos.org/6.6/updates/x86_64/Packages/java-1.7.0-openjdk-1.7.0.85-2.6.1.3.el6_6.x86_64.rpm
- Once downloaded, SCP it to the SA server
- Stop the following services on the SA server
# stop jettysrv
# service rsa-im stop
# service rsa-sms stop
- Install the java RPM with the following command
# rpm -ivh --force java-1.7.0-openjdk-1.7.0.85-2.6.1.3.el6_6.x86_64.rpm
- Uninstall the existing RPM
# rpm -e <existing Java RPM name>
- Once uninstalled, start the services
# start jettysrv
# service rsa-im start
# service rsa-sms start
Related Articles
Unable to display Thai characters in PDF report 4Number of Views AFX connectors in "Not Deployed" state in RSA Governance & Lifecycle 216Number of Views Data Archiving fails in Data Purging step in RSA Identity Governance & Lifecycle 214Number of Views Update version is not correct when attempting to perform an upgrade 28Number of Views Android and iOS Users Must Upgrade RSA SecurID Authenticate 2.x App the Latest Version by October 12 2020 37Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA-2026-07: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?