How to generate Java heap dumps in RSA Identity Governance & Lifecycle
Originally Published: 2019-05-22
Article Number
Applies To
RSA Version/Condition: 7.x
Issue
The heap can become exhausted when either it is undersized, or when the application server is under extreme load. In both cases, the heap is unable to find space for object allocation.
When the Java heap becomes exhausted, the RSA Identity Governance & Lifecycle application throws Java out of memory errors in the /home/oracle/wildfly-10.1.0.Final/standalone/log/aveksaServer.log.
A very useful troubleshooting tool to determine which objects are using all the Java heap memory is a Java heap dump. The Java heap dump lists of all the objects that are in the Java heap (that is, the objects being used by the application) at that time. Sometimes a Java heap dump is automatically created; especially if a system crashes due to out of memory errors. If the Java heap dump is not automatically generated, it can be manually generated using the steps outlined in this article.
Resolution
Steps to create a Java heap dump
- To manually generate a heap dump (for example, during a particular step in the application where the heap is potentially being exhausted), connect to the server as the oracle user and execute the following command:
$ jmap -dump:format=b,file=heap.hprof <pid>
where <pid> is the pid of the application server process.
- Once generated, the Java heap will be placed in the /home/oracle directory.
- The Java heap name will usually follow a java_pid<number>.hprof naming convention.
Related Articles
Change Requests in Pending Submission state are not being deleted by the daily scheduled task in RSA Identity Governance &… 70Number of Views Face ID is not recognized using Android Securid 4.1.6.2 10Number of Views RSA Governance & Lifecycle 8.0 Patch 04 Release Notes 102Number of Views Support of Facial Recognition by RSA SecurID Authenticate App for Android 57Number of Views RSA SecurID Hardware Token Technical Specifications 124Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.9 Release Notes (January 2026) An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?