TIBCO Runtime Agent (TRA) 5.12.3 Hotfix-02 is available

TIBCO Runtime Agent (TRA) 5.12.3 Hotfix-02 is available

book

Article ID: KB0137683

calendar_today

Updated On:

Products Versions
TIBCO Runtime Agent (TRA) 5.12.3

Description

You can download this HotFix from TIBCO Support Portal (https://support.tibco.com). You will need to provide your TIBCO Support Portal credentials. Once logged in you can the download the hotfix by selecting the “Downloads” -> “Hotfixes” option. Then go to the AvailableDownloads/TRA_Designer/5.12.3/hotfix-02. 

================================================================================
Closed Issues in 5.12.3_HF-002 (This Release)

TRA-6076
Support for embedded Hawk 6.3.1 has been added.

TRA-6292
BouncyCastle-fips jar has been upgraded to 1.0.2.5 version.

TRA-6285
TIBCOJRE has been upgraded to patch 11.0.26 version.

TRA-6284
Tomcat 9 has been upgraded to patch 9.0.104 version. 

Important steps regading this Tomcat 9 patch upgrade:==

Due to backward-incompatible API changes introduced in Tomcat 9, you might encounter an exception while attempting to upload an EAR file to the administrative domain using TIBCO Administrator. To ensure successful EAR file uploads, a specific configuration change is required in the Tomcat server settings.

**Applying the Fix:**

The necessary modification involves adding the `discardFacades="false"` property to the `<Connector>` element within the Tomcat server configuration file. The location of this file depends on whether you are configuring a new domain or an existing one.

**For Newly Created Domains:**

Before creating a new domain, you need to modify the template configuration file. Locate the `tomcat9_server.xml` file at the following path:
<<TIBCO-Home>>\administrator\5.12\template\ directory 
Open this file and add the `discardFacades="false"` attribute to the `<Connector>` element. For example:

<Connector port="8080" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" enableLookups="false" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" redirectPort="8443" discardFacades="false"/>

**For Existing Domains:**

For domains that have already been created, you need to modify the server.xml file within the specific domain's directory. Navigate to the following path:

<<TIBCO-Home>>/administrator/domain/<domainname>/tomcat/conf/
Open the server.xml file and add the discardFacades="false" attribute to the <Connector> element. For example:

<Connector port="8080" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" enableLookups="false" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" redirectPort="8443" discardFacades="false"/>
Final Step:

After applying the discardFacades="false" property to the appropriate server.xml file(s), it is crucial to restart all TIBCO components for the changes to take effect and for the EAR file upload functionality to be restored. 
================================================================================

Issue/Introduction

TIBCO Runtime Agent (TRA) 5.12.3 Hotfix-02 is available

Attachments

TIB_TRA_5.12.3_license.txt get_app
TIB_TRA_5.12.3_HF-002_readme.txt get_app