Article Content
Article Number | 000034630 |
Applies To | RSA Product Set: RSA Identity Governance and Lifecycle RSA Version/Condition: 7.0.1 |
Issue | While installing patch P01 in RSA Identity Governance and Lifdecycle 7.0.1 the message Deploying new customized ear displays. The next step does not complete. The patch installation logs found in /home/oracle/Aveksa_7.0.1_P01/logs will show the installation stuck at the step below:Creating aveksa.ear file for deployment [zip] Building zip: /tmp/customizeACM/aveksa.war [zip] The server.log found in /home/oracle/wildfly-8.2.0.Final/standalone/log has the following java.lang.OutOfMemoryError: PermGen error: 2016-12-02 18:23:52,752 WARN [org.jboss.modules] (Thread-346) Failed to define class com.thoughtworks.xstream.converters.extended.ThrowableConverter The message below can be seen when starting the RSA Identity Governance and Lifecycle application: The server's installed RAM seems to be below the minimum requirement for RSA Identity Governance and Lifecycle, and AFX is installed on this system, which can potentially cause memory unavailable messages. Hardcoding Wildfly to use -Xmx1024m -XX:MaxPermSize=256M heap settings |
Cause | This issue occurs because there is not enough free JVM memory. This occurs when the system does not meet the minimum RAM requirements as specified in the RSA Identity Governance and Lifecycle 7.0.1 Installation Guide. The problem is the setting of MaxPermSize=256M needs to be set to MaxPermSize=512M, as noted on page 57 of the Installation Guide. This setting is configured in the /etc/init.d/aveksa_server script based on the physical RAM of the machine. |
Resolution | Configure the system to meet the memory requirements as mentioned on page 15 of the RSA Identity Governance and Lifecycle 7.0.1 Installation Guide. |