book
Article ID: KB0101686
calendar_today
Updated On:
Description
Product Name : TIBCO ActiveMatrix(R) Platform
Release Version : 3.3.0_hotfix025
Release Date : November 2019
================================================================================
Hotfixes are cumulative. This hotfix includes all previous generally
available hotfixes for TIBCO ActiveMatrix(R) Platform 3.3.0.
NOTE:
- TIBCO ActiveMatrix 3.3.0 Hotfix 024 (and above) ships JRE 1.8 update 212.
================================================================================
This hotfix applies to the following products and versions:
- TIBCO ActiveMatrix Service Bus 3.3.0
- TIBCO ActiveMatrix Service Grid 3.3.0
- TIBCO ActiveMatrix BPM 2.2.0, 3.0.0, 3.1.0, 4.0.0, 4.1.0, 4.2.0
- TIBCO Business Studio BPM Edition 3.6.0, 3.7.0, 3.8.0, 3.9.0, 4.0.0, 4.1.0
4.2.0
- TIBCO ActiveMatrix BusinessWorks Service Engine 5.11.0 + Hotfix 005 (or
higher).
- TIBCO ActiveMatrix Policy Director 1.0.1 + Hotfix 001, 1.1.0
- TIBCO Hawk ActiveMatrix(R) Plug-in for TIBCO Hawk(R) 6.1.0 with
TIBCO ActiveMatrix 3.3.0 Hotfix 025 and above. Platforms supported
are Microsoft Windows, Linux, and Solaris. For AIX support, refer to the
"Known Issues" section of the TIBCO ActiveMatrix Readme Addendum.
NOTE:
- With TIBCO ActiveMatrix 3.3.0 Hotfix 013 and above as the platform,
TIBCO ActiveMatrix BusinessWorks Service Engine 5.11.0 + Hotfix 006 (or higher)
can now use TIBCO Enterprise Message Service(TM) 8.2.2 for TLS 1.2 Support.
- TIBCO Service Performance Manager (SPM) Dashboard, that was originally
part of TIBCO SPM Server is moved to TIBCO ActiveMatrix Platform, and
can now be installed using the TIBCO ActiveMatrix 3.3.0 Hotfix 010 or higher.
- TIBCO Service Performance Manager (SPM) Dashboard supports TIBCO Service
Performance Manager versions 2.2.1 and 2.3.0.
- Existing TIBCO Service Performance Manager (SPM) Dashboard installations
can be upgraded using TIBCO ActiveMatrix 3.3.0 Hotfix 012 or higher. While
upgrading, the existing Dashboard configuration is used, eliminating
the need for reconfiguring the Dashboard. To upgrade, install TIBCO
ActiveMatrix 3.3.0 Hotfix 012 or higher on the same <TIBCO_HOME> where the
Dashboard has been installed. For more information, refer to the "Upgrading
TIBCO ActiveMatrix SPM Dashboard" section in the "TIBCO ActiveMatrix SPM
Dashboard" chapter in the TIBCO ActiveMatrix Administration Addendum.
- Existing TIBCO ActiveMatrix 3.3.0 customers who have been using
TIBCO ActiveMatrix with TIBCO Service Performance Manager 2.1.0 are
affected by Hotfix 010 or higher. After Hotfix 010 or higher is applied to the
TIBCO ActiveMatrix 3.3.0 installation, it is required that you use TIBCO
Service Performance Manager 2.2.1.
- For TIBCO ActiveMatrix BusinessWorks Service Engine 5.11.0, HF005
or above must be installed. TIBCO ActiveMatrix BusinessWorks
Service Engine 5.11.0 HF005 fixed issue BWSE-3886 (BWSE application went in a
'Start failed' state after applying 3.3.0 Hotfix-008).
- The Administrator and Runtime for TIBCO ActiveMatrix 3.3.0 Hotfix 023
and higher support JRE 1.8 (certified with updates 172, 181, and 192).
Refer to AMX-16650 for additional steps. Refer to the TIBCO ActiveMatrix
Updater Tool for Java Runtime Environment (JRE) Documentation to update
the JRE version to JRE 1.8.
- The Administrator and Runtime for TIBCO ActiveMatrix 3.3.0 Hotfix 024
and higher support JRE 1.8 (certified with update 212). Refer to the
TIBCO ActiveMatrix Updater Tool for Java Runtime Environment (JRE)
Documentation to update the JRE version to JRE 1.8.
- TIBCO ActiveMatrix 3.3.0 Hotfix 024 and higher requires TIBCO Universal
Installer 3.6.6 for installation. Refer to the Installation section below
for more information.
================================================================================
Closed Issues in 3.3.0_hotfix025 (This release)
AMRP-5696
In TIBCO ActiveMatrix Administrator, Maximum Pool Size can now be specified for
SiteMinder Authentication Resource Templates (RT) using Command Line Interface (CLI).
The new field is available in CLI when creating a new SiteMinder Authentication RT.
The value of Maximum Pool Size can also be updated for existing SiteMinder
Authentication Resource Templates using CLI.
Specifying the Maximum Pool Size is optional. If no value is specified, the default
value for Maximum Pool Size is 20 for SiteMinder Authentication RT.
When you change the Maximum Pool Size of an existing Resource Template, all Resource
Instances of that Resource Template go in "Out of Sync" state, and need to be re-installed
using Administrator UI. After the Resource Instances are re-installed, the new
value of Maximum Pool Size is applied to runtime.
The 'maxPoolSize' attribute can be specified as follows. Please refer to the configuration
file <TIBCO_HOME>/administrator/3.3/samples/resourcetemplate_data.xml for details.
<ResourceTemplate xsi:type="amxdata:SmAspResourceTemplate"
name="SiteMinderRT" maxPoolSize="20">
<GeneralConfiguration .../>
<SAMLConfiguration .../>
<ConfigurationFileOptions ...>
<SmAspConfigurationFileOption .../>
</ConfigurationFileOptions>
</ResourceTemplate>
As specified in the tib_amx_3.3.0-HF_readme_addendum.pdf (Readme Addendum):
If you are upgrading from a previous hotfix to the current hotfix you must perform the
following common steps manually. These steps are required for samples of new features
included in the current hotfix as ApplyPatch does not copy the sample files
to <CONFIG_HOME>:
1. Copy the target sample script file such as <newSampleInHF>_data.xml and
<newSampleInHF>_build.xml from <TIBCO_HOME>/administrator/3.3/samples/ to
<CONFIG_HOME>/admin/<enterprise>/samples/.
2. Copy admin-scripts-base.xml from <TIBCO_HOME>/administrator/3.3/samples/ to
<CONFIG_HOME>/admin/<enterprise>/samples/.
3. Edit the copy of admin-scripts-base.xml and replace @@TIBCO_HOME@@ with the
<TIBCO_HOME> path.
4. Run ant -f <newSampleInHF>_build.xml.
AMRP-5702
In TIBCO ActiveMatrix Administrator, Maximum Pool Size can now be specified for
SSL Client Provider Resource Template (RT) using Command Line Interface (CLI). The new
field is available in the CLI when creating a new SSL Client Provider RT. The value of
Maximum Pool Size can also be updated for existing SSL Client Provider Resource Templates
using CLI.
Specifying the Maximum Pool Size is optional. If no value is specified, the default
value for Maximum Pool Size is 20 for SSL Client Provider Resource Template.
When you change the Maximum Pool Size of an existing Resource Template, all Resource
Instances of that Resource Template go in "Out of Sync" state, and need to be re-installed
using Administrator UI. After the Resource Instances are re-installed, the new
value of Maximum Pool Size is applied to runtime.
The 'maxPoolSize' attribute can be specified as follows. Please refer to the configuration
file <TIBCO_HOME>/administrator/3.3/samples/resourcetemplate_data.xml for details.
<ResourceTemplate xsi:type="amxdata:SslClientResourceTemplate"
name="SSLClientProviderRT"
maxPoolSize="20"
description="This is SSL client RT">
<GeneralConfiguration ...>
<EnableMutualAuthentication .../>
</GeneralConfiguration>
<AdvancedConfiguration ...>
<VerifyHost .../>
</AdvancedConfiguration>
</ResourceTemplate>
As specified in the tib_amx_3.3.0-HF_readme_addendum.pdf (Readme Addendum):
If you are upgrading from a previous hotfix to the current hotfix you must perform the
following common steps manually. These steps are required for samples of new features
included in the current hotfix as ApplyPatch does not copy the sample files
to <CONFIG_HOME>:
1. Copy the target sample script file such as <newSampleInHF>_data.xml and
<newSampleInHF>_build.xml from <TIBCO_HOME>/administrator/3.3/samples/ to
<CONFIG_HOME>/admin/<enterprise>/samples/.
2. Copy admin-scripts-base.xml from <TIBCO_HOME>/administrator/3.3/samples/ to
<CONFIG_HOME>/admin/<enterprise>/samples/.
3. Edit the copy of admin-scripts-base.xml and replace @@TIBCO_HOME@@ with the
<TIBCO_HOME> path.
4. Run ant -f <newSampleInHF>_build.xml.
AMRP-5704
In TIBCO ActiveMatrix Administrator, Maximum Pool Size can now be specified for the hidden
Subject Identity Provider Resource Template (RT) that is created along with JMS Connection
Factory RT when "Enable Authentication" is enabled and "Username + Password" is selected for
Login Credentials, using Command Line Interface (CLI). The value of Maximum Pool Size can be
updated for existing Subject Identity Provider Resource Templates using CLI.
NOTE:
- The scenario where Subject Identity Provider Resource Template (RT) is created explicitly,
that is, not hidden, is also addressed with this enhancement.
- For hidden Subject Identity Provider Resource Template (RT), the name of the Resource
Template created by Administrator along with JMS Connection Factory RT is of the format
"<ParentJMSConnectionFactoryRTName>_userIdentityJNDIName". This name can be found in Node logs
or <adminURL>/viewdata.jsp. This name is required for the subsequent steps to update the
Maximum Pool Size.
Specifying the Maximum Pool Size is optional. If no value is specified, the default
value for Maximum Pool Size is 20.
When you change the Maximum Pool Size of an existing Subject Identity Provider Resource
Template (RT) all Resource Instances of the parent JMS Connection Factory RT go in "Out of Sync"
state, and need to be re-installed using Administrator UI. This has to be achieved by
re-installing the parent JMS Connection Factory Resource Instance (RI). After all the Resource
Instances are re-installed, the new value of Maximum Pool Size is applied to runtime for
Subject Identity Provider.
The 'maxPoolSize' attribute can be specified as follows. Please refer to the configuration
file <TIBCO_HOME>/administrator/3.3/samples/resourcetemplate_data.xml for details. For detailed
Instructions on how to specify or update the 'maxPoolSize' attribute for Subject Identity Provider
RT, please contact TIBCO Support.
<ResourceTemplate
name="<ParentJMSConnectionFactoryRTName>_userIdentityJNDIName"
maxPoolSize="20"
.../>
As specified in the tib_amx_3.3.0-HF_readme_addendum.pdf (Readme Addendum):
If you are upgrading from a previous hotfix to the current hotfix you must perform the
following common steps manually. These steps are required for samples of new features
included in the current hotfix as ApplyPatch does not copy the sample files
to <CONFIG_HOME>:
1. Copy the target sample script file such as <newSampleInHF>_data.xml and
<newSampleInHF>_build.xml from <TIBCO_HOME>/administrator/3.3/samples/ to
<CONFIG_HOME>/admin/<enterprise>/samples/.
2. Copy admin-scripts-base.xml from <TIBCO_HOME>/administrator/3.3/samples/ to
<CONFIG_HOME>/admin/<enterprise>/samples/.
3. Edit the copy of admin-scripts-base.xml and replace @@TIBCO_HOME@@ with the
<TIBCO_HOME> path.
4. Run ant -f <newSampleInHF>_build.xml.
================================================================================
See attached Readme document (TIB_amx_3.3.0-HF-025_readme.txt) for installation instructions
and issues resolved in previous hotfix releases.
Issue/Introduction
Hotfix TIB_amx_3.3.0_hotfix025 is available for TIBCO ActiveMatrix(R) BPM 2.2.0 - 4.2.0 and TIBCO Business Studio BPM Edition 3.6.0 - 4.2.0
Environment
All Supported Operating Systems
Resolution
TIBCO ActiveMatrix(R) BPM 2.2.0, 3.0.0, 3.1.0, 4.0.0, 4.1.0, 4.2.0 and
TIBCO Business Studio BPM Edition 3.6.0, 3.7.0, 3.8.0, 3.9.0, 4.0.0, 4.1.0, 4.2.0
Hotfix, TIB_amx_3.3.0_hotfix025, can be downloaded from the SFDC Customer Portal Web User Interface
using your username and password for the TIBCO Support Web.
Once logged on you can find the hotfix under the Downloads Menu:
AvailableDownloads/AMX_BPM/2.2.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/3.0.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/3.1.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/4.0.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/4.1.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/4.2.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/BusinessStudioBPMEdition/3.6.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/BusinessStudioBPMEdition/3.7.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/BusinessStudioBPMEdition/3.8.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/BusinessStudioBPMEdition/3.9.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/BusinessStudioBPMEdition/4.0.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/BusinessStudioBPMEdition/4.1.0/TIB_amx_3.3.0_hotfix025
AvailableDownloads/AMX_BPM/BusinessStudioBPMEdition/4.2.0/TIB_amx_3.3.0_hotfix025
Additional Information
TIB_amx_3.3.0-HF-025_readme.txt