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.
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?
Greg:The only thing I can think of is that you might need to increase it further, maybe to 1268M.