Building DAA files taking a long time.

Building DAA files taking a long time.

book

Article ID: KB0089989

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Service Engine -
Not Applicable -

Description

Description:
Building DAA files takes a long time in BWSE5.10 and greater. The same process takes a fraction of the time prior to the BWSE5.10 version.

Symptoms:
N/A
Cause:

Eclipse in earlier versions by default used to keep unlimited zip/jar files "open" unless the user configured the "osgi.bundlefile.limit" property with specific values. With the latest version of Eclipse (3.7), the default behavior has been changed to keep only 100 zip/jar file entries open. This version is used in AMX 3.2 onwards. In DABS, TIBCO has more JAR files in the external class path. This creates a performance impact due to the continuous closing/opening of the zip/jar files. The fix is to set the limit back to "unlimited" in version 3.7 and greater.

Issue/Introduction

Building DAA files taking a long time.

Resolution

  1. In the Studio installation under "<;Studio_HOME>;/<;Version#>;/eclipse" folder, update the TIBCOBusinessStudio.ini file to add the following: "-Dosgi.bundlefile.limit=0"
  2. Restart Studio.

Note: "0" in this case means unlimited.

Additional Information

N/A