Setting Property for Cache Based Object Management on AIX
A specific property must be added to all TRA files when TIBCO BusinessEvents is installed on AIX and uses cache-based object management.
Procedure
Add the following property:
java.net.preferIPv4Stack
Set the property value to
true:
java.net.preferIPv4Stack=true
If you do not add the property, you see the following exception:
java.net.SocketException: The socket name is not available on this systemI
Note: Remember to set this property on all internal TIBCO BusinessEvents engines TRA files too, such as in
be-mm.tra for the TIBCO BusinessEvents Monitoring and Management (MM) server and the MM broker properties set in the MM CDD file. Add-on products also have engine TRA files you must update.