Products | Versions |
---|---|
TIBCO Runtime Agent (TRA) | - |
Not Applicable | - |
Description:
The tibhawkhma process spawned by TRA 5.9 Hawk Agent is from <HAWK_CONFIG>/bin instead of <HAWK_HOME>/bin; . For older versions or TRA 5.9 on Windows, it is from <HAWK_HOME>/bin; . The spawned HMA always uses the RV transport "7474 ; rvd:7474". This is a known issue: TRA-3486.
Symptoms:
The behavior needs to be consistent between different versions and different platforms. In addition, in the TRA documentation, the post installation of setuid for tibhawkhma points to <HAWK_HOME>/bin; . If a user is not using the default RV transport "7474 ; rvd:7474", the Hawk Agent cannot connect to the HMA.
Cause:
This is due to TRA 5.9 using the <HAWK_HOME>/bin/starthma script to spawn HMA while the script points to tibhawkhma under <HAWK_CONFIG>/bin; . Also, TRA passes "--propFile <TIBCO_HOME>/tra/domain/<DOMAIN_NAME>/tibhawkhma.tra" to the starthma script while the starthma script cannot handle two parameters.