Products | Versions |
---|---|
TIBCO ActiveMatrix Service Grid | - |
Not Applicable | - |
Description:
You can download this HotFix from the TIBCO Product Support FTP server using your eSupport username and password, at
ftp://support-ftp.tibco.com
Once you have successfully logged into the server, you will find the hotfix packages under
available_downloads/ActiveMatrix/ActiveMatrixServiceGrid/3.1.3/TIB_amx_3.1.3_hotfix002
Listed below is a summary of updates included. Please refer to the hot fix readme document for any additional information.
================================================================================
Closed Issues in 3.1.3_hotfix002 (This Release)
AMRP-3585
A NullPointerException is no longer thrown when a BWSE component invokes a Java
component that uses JAXB data binding.
AMRP-3567
Multi-part messages in WSDL files are now handled correctly.
AMRP-3566
Jetty server details are no longer sent in the HttpResponse header.
AMRP-3565
The HTTP TRACK and TRACE methods are now disabled.
AMRP-3564
By default, the flags HttpOnly on HTTP sessions and Secure on HTTPS sessions are set.
AMRP-3562 and PER-1367
Successful and failed authentication attempts are now logged with the identity
and source IP address.
AMRP-3560
The error "Thread already associated with another transaction" is no longer
thrown when the At Least Once policy is configured with a transactional error
queue.
AMRP-3514
Applications are now able to use third-party web service and JAXP libraries.
AMX-9971
Upgrade no longer fails when the Administrator server is replicated.
BJMS-1079
Mediation-reference now invokes TimeoutFault track, when a composite
reference with JMS binding has operation invocation timeout.
BJMS-1122
A node stops when terminate immediately is invoked from Administrator and no
longer waits indefinitely for JMS bindings to complete processing all messages.
DSS-592
Log in failures no longer occur in Administrator because of password history
record getting automatically deleted in some cases.
DSS-633
SAML verification no longer damages the original SAML assertion when it issues
a new one.
PER-1300
The Credential Mapping policy now selects the SAML assertion based on the
priority of the assertion.
PER-1402
The SAML assertion sequence is now consistent after sending multiple requests
when using SAML Credential Mapping For SSO and SAML Authentication policies.
SDS-5586
The keystore URL picker now displays files with the extension .p12.
SDS-5590
A validation rule that prevented setting a threading policy and a global managed
transaction is now disabled by default.
TAP-8978
Cross-frame scripting is now prevented in Administrator.
TAP-9181 and TAP-8714
Setting the property com.tibco.amf.admin.hideStackTraces in the SystemNode
TRA file disables all stack traces from displaying in Administrator.
The property applies only to an Administrator server created after applying
the hotfix.
Add the java property "com.tibco.amf.admin.hideStackTraces=true" to SystemNode
using the following procedure:
1. In Administrator UI, go to Infrastructure > Nodes.
2. Select SystemEnvironment in the Environment drop-down list.
3. In the Nodes list, click SystemNode.
4. Click the Configuration tab, and select JVM Arguments.
5. Add the property "com.tibco.amf.admin.hideStackTraces" with value "true". Click Save.
6. Click the Install button. This will write the Java system property to SystemNode.tra file.
Note that if you manually edit the SystemNode.tra and enter this setting instead of the above
procedure, it will not reflect in the Administrator UI, and your setting will be removed next time
someone modifies any JVM configuration in the Administrator UI.
7. Restart the SystemNode node by restarting the SystemHost TIBCO host executable:
<CONFIG_HOME>\tibcohost\Admin-<enterpriseName>-<adminServerName>\host\bin\tibcohost.exe
TAP-8519
Group permissions invalidated by upgrading from 3.1.2 HF2 through HF4
to 3.1.3 are restored.
TAP-8557
The value of the Max Connections field can now be set for an Administrator
server's database configuration entered in TIBCO Configuration Tool.
TAP-8862
Applications created from composites with embedded composites can now be updated.
TAP-8917
When upgrading applications, the link between dependent applications and the
applications that they depend on is now maintained.
TAP-8936
An HTTP Connector resource template can now be configured to use a Thread Pool
resource instance when SSL is enabled.
TAP-9036
Administrator now correctly handles simultaneous deployment and undeployment of
multiple applications to the same nodes. Administrator's database now gets properly
synchronized with the runtime for feature and component state updates.
TAP-9048
Temporary files under <CONFIG_HOME>\admin\<enterprisename>\shared\temp are
now deleted.
================================================================================
Closed Issues in 3.1.3_hotfix001
AMRP-3391
When a threading policy is configured in a provider application, a
NullPointerException is no longer thrown at runtime.
AMRP-3390
When a threading policy is configured in a provider application, under heavy
load, applications no longer become unresponsive.
AMRP-3371
The prepareForUndeploy and getServiceTarget callbacks for BPM components
are now called upon node restart.
AMRP-3417
SOAP reference bindings no longer drop XML prefixes.
AMRP-3416
Under load SOAP bindings no longer throw NPE when context parameters exist.
AMRP-3408
Redeployment of an application with a dependency now succeeds and does
not indefinitely display "In Progress". Unnecessary component JAR files are
correctly cleaned up from the node.
AMRP-3365
NPE is no longer thrown when attempting to undeploy a component in configured
state after node restart.
AMX-9590
A post-install script has been provided that removes duplicate plug-ins from
TIBCO Business Studio to resolve issues when multiple products are installed in
the same <TIBCO_HOME>. See the section Post-Installation.
AMX-9761
The transaction log file no longer grows very large. The following Java
configuration properties are now available to control the maximum size and
number of transaction log files.
amf.node.txlogsize - The log size in KB, per log file. The minimum setting is 20.
amf.node.txlognum - The number of log files. The minimum setting is 2.
You can specify these properties in the node TRA file or set them in the Node
configuration screen in the Administrator UI.
BJMS-1035
If an application has a SOAP-JMS reference, the SOAP binding now reconnects to
a JMS server if the server is restarted.
BJMS-1038
Stopping an application or node now completes, even if a reference with a JMS
binding with a long timeout is waiting for a response from an unavailable service.
The fix causes a reference with a JMS binding to stop immediately. If you need
the reference with a JMS binding to stop gracefully while all the outstanding
requests are processed, add the following property to the node TRA file:
com.tibco.amf.binding.jms.closeEndpoint.gracefulShutdown=true
BJMS-1039
JMS bindings now correctly handle reply messages with empty body.
SDS-5359
Generated DAA for SOA projects can now be marked as derived in the preferences
page Window > Preferences > TIBCO SOA Platform > Runtime Artifacts, which
exposes a single checkbox (checked by default) that toggles whether
generated DAAs are marked as derived.
If a DAA is marked as not derived, Subversion will identify a changed DAA as a
candidate for checkin.
To verify if a generated DAA is derived, do the following:
1) Right-click the DAA in the Project Explorer and select Properties.
The dialog that displays has a checkbox Derived which should be
checked if the resource is derived, and unchecked if not.
SDS-5335
Installation of other products in the same <TIBCO_HOME> as ActiveMatrix Service
Grid no longer causes Administrator CLI generation to fail.
SDS-5295
The option to force refresh of the target platform from command line
when TIBCO Business Studio starts is now enabled.
To set the target platform, open
<TIBCO_HOME>/studio/3.5/eclipse/TIBCOBusinessStudio.ini in a text editor and
add the following line:
-DTARGET_PLATFORM_FILE_LOCATION=<absolute path to the .target file>
SDS-5276
TIBCO Business Studio is now able to launch applications with optional
properties in RAD.
TAP-8851
This note applies only if you have upgraded to 3.1.3 from 3.1.2. If you have
installed 3.1.3 and are applying this hotfix to 3.1.3, this note does not apply.
A regression was introduced in the script that upgraded 3.1.2 to
3.1.3 or if your 3.1.2 installation had an hotfix applied, and then
you upgraded to 3.1.3.
The issue affects replicated Administrator server configurations.
It causes some actions related to application management to fail when executed f
rom a different Administrator instance. For example if you created an
application from Admin-instance-1, then deployment from Admin-instance-2 fails.
Running applications are not affected by this issue.
The issue occurred the because the upgrade script changed the configured
location of a folder. Files that were supposed to get created under the
original folder location <config-home>/admin/<enterprise>/shared/repo
instead were created under <config-home>/tibcohost/Admin-<enterprise>-<instance>
/nodes/SystemNode/bin/SCMDetails-location.
The "shared" folder is the only folder on a shared file system accessible to
both Administrator replicas. Files created under "SystemNode/bin" are not
accessible by the second Administrator instance, and this causes deployment
actions to fail.
This issue is addressed by:
a) Correcting the configured folder location to again point to "shared/repo".
b) Moving files erroneously created under SystemNode/bin back to "shared/repo"
folder.
c) Making corresponding changes to the folder paths recorded in the
Administrator database.
TAP-8612
Whitespace changes to a WSDL file no longer prevents an application from being
upgraded.
Note: The fix applies only to newly-built DAAs. After applying the hotfix,
you must regenerate existing DAAs for the projects affected by the defect.
TAP-8610
Administrator now correctly handles an update action for a component that is
waiting for dependencies.
TAP-8614
Warnings of type "Cannot resolve capabilities" are no longer issued when
performing application upgrade from TIBCO Business Studio.
TAP-8458
Internal application deployment files now get cleaned up from the disk on the
machine running the Administrator server.
TAP-8443
An application can now be undeployed even if the deploy or undeploy actions
did not complete successfully.
TAP-8239
In rare situations installing a new node in an existing environment or
deleting an existing environment fails. These actions now succeed.
TAP-8125
Editing a SOAP binding in the Administrator GUI to set a part ("hdr") to header
part type and then saving the binding configuration no longer results in an error.
TAP-8040
Wiring a reference to a virtual service in the Administrator GUI no longer
requires significant time to complete.
TAP-7995
A WSDL file can now be generated for a deployed application after an upgrade to
the application fails.
================================================================================