Products | Versions |
---|---|
TIBCO iProcess Engine (Oracle) | 11.9.0 |
===============================================================================
Product Name : TIBCO iProcess(R) Engine (Oracle)
Release Version: 11.9.0_HF‐005
Release Date : February 2024
===============================================================================
Installation
This is a full distribution set.
For detailed installation instructions, see TIBCO iProcess Engine
Installation for UNIX 11.9.0
===============================================================================
Affected Files for 11.9.0_HF‐005 (This Release)
This is a full distribution set.
===============================================================================
Closed Issue in 11.9.0_HF‐005 (This Release)
IPE-6296
During Engine restart, ports are reserved for process monitoring, Sentinels request
for free ports, creating a new socket, binding, and closing it. In this gap of open
and close there is a window for another process to grab the port. The fix is to reduce
the gap between socket close and the consumption of this port by Child process.
This change will reduce, but not eliminate, the possibility of another process grabbing the port.
Corrected.
IPE-6295
A memory leak occurred due to calls to encrypt/decrypt keys.
Corrected.