Error:"Exception in thread "AWT-Windows" java.lang.OutOfMemoryError: OutOfMemoryError" during64-bit BWSE5.10 installation.

Error:"Exception in thread "AWT-Windows" java.lang.OutOfMemoryError: OutOfMemoryError" during64-bit BWSE5.10 installation.

book

Article ID: KB0085882

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Service Engine -
Not Applicable -

Description

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

Issue/Introduction

Error:"Exception in thread "AWT-Windows" java.lang.OutOfMemoryError: OutOfMemoryError" during64-bit BWSE5.10 installation.