OutOfMemoryError on Deploying LiveCycle ES2 EAR to WebSphere 7

The default memory settings for the EJB Deploy tool in IBM WebSphere 7 is not enough for deploying the main LiveCycle EAR file. As a result, you will get the following error:
JVMDUMP006I Processing dump event “systhrow”, detail “java/lang/OutOfMemoryError” – please wait.

To fix this, edit %WAS_HOME%\deploytool\itp\ejbdeploy.bat (or ejbdeploy.sh in UNIX). Change -Xms256M -Xmx256M to -Xms1024M -Xmx1024M.

There is no need to re-start the appserver instance.

This entry was posted in Adobe LiveCycle ES, General Interest and tagged . Bookmark the permalink.

2 Responses to OutOfMemoryError on Deploying LiveCycle ES2 EAR to WebSphere 7

  1. Greg Fullard says:

    I’m having this issue on WAS 6.1.0.29. However, I have increased the deployer heap size and the problem persists.Anything elsethat I might need to look at?

  2. Jayan Kandathil says:

    Greg:The only thing I can think of is that you might need to increase it further, maybe to 1268M.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>