RSA RADIUS Server Operations Console service for RSA Authentication Manager 8.2 and higher fails to start after upgrade
Originally Published: 2018-02-21
Last Modified: 2023-11-30
Article Number
Applies To
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.2, 8.3
Issue
A search of the /opt/rsa/am/server/logs/radiusoc.log shows:
weblogic.application.ModuleException: java.lang.OutOfMemoryError: Java heap space
Cause
The processing of this large file size causes the aforementioned OutOfMemory Error. This has mostly been seen when patching, where the file has grown large and the patch process performs a stop and start of services. It can happen any time a stop and start is done. When the file is too large in size to impact the start up process varies.
Resolution
- Remove the excessively large file WLS_DIAGNOSTICS000000.DAT
- Login to the RSA Authentication Manager server via SSH as rsaadmin.
- Navigate to /opt/rsa/am/
- Run a find command as follows:
find . -iname WLS_DIAG*.DAT -exec ls -lh {} \+
- Output will look similar to the following:
-rw------- 1 rsaadmin rsaadmin 86M Mar 7 16:00 ./server/servers/AdminServer/data/store/diagnostics/WLS_DIAGNOSTICS000000.DAT -rw------- 1 rsaadmin rsaadmin 86M Mar 7 16:00 ./server/servers/biztier/data/store/diagnostics/WLS_DIAGNOSTICS000000.DAT -rw------- 1 rsaadmin rsaadmin 86M Mar 7 15:59 ./server/servers/console/data/store/diagnostics/WLS_DIAGNOSTICS000000.DAT -rw------- 1 rsaadmin rsaadmin 1.4G Mar 7 15:59 ./server/servers/radiusoc/data/store/diagnostics/WLS_DIAGNOSTICS000000.DAT
- Delete the file shown above, which is large.
cd server/servers/radiusoc/data/store/diagnostics/ rm WLS_DIAGNOSTICS000000.DAT
- Navigate back to /opt/rsa/am/server:
cd /opt/rsa/am/server
- Start all services:
./rsaserv stop all ./rsaserv start all
Workaround
This issue has been addressed in AM-31774 (Huge file WLS_DIAGNOSTICSxxxxxx.DAT preventing 3 services from starting). The fix is included in RSA Authentication Manager 8.3 Patch 1 or later (requires RSA Link registration).
Related Articles
Applying patch or upgrade fails after hardening RSA Authentication Manager appliance 865Number of Views Patch/upgrade fails with 'Error deploying the ear file' error in RSA Identity Governance & Lifecycle 605Number of Views How to Upgrade Internal SHA-1 Certificates to SHA-256 in Authentication Manager Using rsautil 1.04KNumber of Views RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console 1.54KNumber of Views Authentication Manager 8.5 upgrade to 8.6 fails with error: Unactivated changes are present in the WebLogic Server config.xml 1.35KNumber 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?