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 SA connection issue with smcupdate failing when performing yum check-update 9Number of Views AFX connectors in "Not Deployed" state in RSA Governance & Lifecycle 214Number of Views How to Manually Upload Files and Recreate the Securty Analytics 10.X YUM Repository 925Number of Views Update version is not correct when attempting to perform an upgrade 28Number of Views
Trending Articles
RSA Authentication Manager 8.9 Release Notes (January 2026) RSA announces the availability of the RSA SecurID Hardware Appliance 230 based on the Dell PowerEdge R240 Server How to troubleshoot Oracle database ORA-04030 errors in RSA Identity Governance & Lifecycle RSA Authentication Manager Upgrade Process Microsoft SQL Server Collectors can no longer connect to the SQL Server database after upgrade to Microsoft SQL Server 201…
Don't see what you're looking for?