Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Service Engine | - |
Not Applicable | - |
Resolution:
Description:
========
EAR2DAA utility not working properly on 64-bit BWSE5.10 installation. It hangs and eventually throws the error: "Exception in thread "AWT-Windows" java.lang.OutOfMemoryError: OutOfMemoryError".
Environment:
========
64-bit AMX/BBWSE5.10 installation
Resolution:
=======
The issue is specific to the 64-bit BWSE/AMX installation. It appears that the classes are reloaded and eventually the heap gets full. Add the following line to your ear2daa.tra file:
java.extended.properties=-XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -XX:PermSize=512m -XX:MaxPermSize=512m