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 3Number of Views SA connection issue with smcupdate failing when performing yum check-update 8Number of Views How to Manually Upload Files and Recreate the Securty Analytics 10.X YUM Repository 925Number of Views AFX connectors in "Not Deployed" state in RSA Governance & Lifecycle 212Number of Views List of Trusted Certificate Authorities for HFED and Trusted Headers Applications 71Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?