"java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space" errors occur frequently in versions 6.x of RSA Identity Governance & Lifecycle
Originally Published: 2020-04-18
Article Number
Applies To
RSA Version/Condition: 6.x
Platform/Application Server: JBoss
Issue
java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space
Cause
This is a known issue reported in engineering ticket ACM-53163.
Resolution
Workaround
- Login to the server as the oracle user
- Backup and edit the ejb3-interceptors-aop.xml file:
cd home/oracle/jboss-4.2.2.GA/server/default/deploy/ejb3-interceptors-aop.xml cp ejb3-interceptors-aop.xml ejb3-interceptors-aop.xml.backup_<date> vi ejb3-interceptors-aop.xml
- Modify this section:
FROM:
<domain name="Stateless Bean"> ... <annotation expr="!class(@org.jboss.annotation.ejb.PoolClass)"> @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.ThreadlocalPool.class, maxSize=30, timeout=10000) </annotation> </domain>
TO: (Note the change is highlighted in bold)
<domain name="Stateless Bean"> ... <annotation expr="!class(@org.jboss.annotation.ejb.PoolClass)"> @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=30, timeout=10000) </annotation> </domain>
Note there are several references to org.jboss.ejb3.ThreadlocalPool.class in the file. The change is only required to the Stateless Bean section.
- Restart RSA Identity Governance & Lifecycle:
acm restart
Related Articles
Export a custom certificate with the private key from an RSA Authentication Manager 8.x server 682Number of Views How to export RADIUS server certificate on authentication manager 8 15Number of Views Deep Links for token import fails on Android 12 180Number of Views Evaluating Assurance Levels and Primary Authentication Status to Return Authentication Methods 77Number of Views RSA Identity Governance & Lifecycle authentication fails if the authentication sources uses Aveksa Data Collector (ADC) an… 212Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?