BusinessEvents 4.x engine shuts down automatically.

BusinessEvents 4.x engine shuts down automatically.

book

Article ID: KB0089351

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Description:
BusinessEvents 4.x engine shutdown automatically
Symptoms:
After starting the BusinessEvents Engine, the engine comes down automatically as when pressing Ctrl+C .

Cause:
Property be.engine.jmx.connector.port configured in BusinessEvents4.x cdd file. It is a property introduced in BusinessEvents5.x.

Resolution

We can use an alternative approach in BusinessEvents4.x as follows.

Configure following properties in cdd file.
java.property.com.sun.management.jmxremote.ssl=false
java.property.com.sun.management.jmxremote.port=%jmx_port%
java.property.com.sun.management.jmxremote.authenticate=false

Note: In BusinessEvents5.x, we can use the property be.engine.jmx.connector.port

Issue/Introduction

BusinessEvents 4.x engine shuts down automatically.