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.
No comments:
Post a Comment