Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | 6.2.1 hotfix-01 |
Please follow instructions below to download the hotfix:
====================================
Closed Issues in 6.2.1_HF-001 (This Release)
====================================
BE-30663
The TIBCO BusinessEvents home discovery functionality in the TIBCO
BusinessEvents Administrator server is not working when TIBCO BusinessEvents
version 6.1.1 and version 6.2.1 are installed on the same machine.
BE-30662
The higher index number files have the latest logs compared to lower index
number files.
BE-30659
The Event.getByIdbyUri function is expecting a long type ID instead of the
object type ID.
The syntax of the Event.getByIdbyUri function is now:
SimpleEvent getByIdByUri (Object id, String uri)
BE-30655
The global variable (GV) setting is not working for the Concept TTL field in the
CDD file.
BE-30638
Apache Log4j is upgraded to version 2.17.1.
BE-30630
The authentication mechanism for the JMX connection of the TIBCO BusinessEvents
Administrator agent is currently not present.
This is now fixed. You can set up the authentication for the JMX connection by
performing the following steps:
1. Open the be-teagen.props file for editing and configure the following
properties:
- be.tea.agent.jmx.enabled - Enables the JMX connection for the TIBCO
BusinessEvents Administrator agent. The values are true (default) and
false.
- be.tea.agent.jmx.authentication.type - Type of authentication used. The
value is file (default).
- be.tea.agent.jmx.authentication.enabled - Enables the JMX authentication
for the TIBCO BusinessEvents Administrator agent. The values are true and
false (default).
- be.tea.agent.jmx.auth.file.location - Location of file that stores the
users, passwords, or roles, for example, [BE_HOME]/mm/config/users.pwd
- be.tea.agent.login.config.file.location - Location of JAAS file, for
example, [BE_HOME]/mm/config/jaas-config.config
- be.tea.agent.jmx.username - The user name for the JMX authentication. If
the be.tea.agent.jmx.authentication.enabled is set to true, you must
provide value for this property.
- be.tea.agent.jmx.password - Password for the JMX authentication. If the be.tea.agent.jmx.authentication.enabled is set to true, you must provide
value for this property.
2. Save the file and restart the TIBCO Enterprise Agent server and TIBCO
BusinessEvents Administrator agent.
BE-30629
The native query throws a null pointer exception when the query returns more than 499 results.
================================================================================