Application Event is not executing when the application is in Error state

Application Event is not executing when the application is in Error state

book

Article ID: KB0083977

calendar_today

Updated On:

Products Versions
TIBCO Administrator Any Version

Description

When creating an Event on application par level from the Tibco Administrator GUI to "restart the application whenever the application goes into an error state", the event will not execute on "Error state". If you stop the bwengine.exe file from the background, the event will execute properly.

Environment

Any Environment

Resolution

The "Error state" happens because the BW process does not respond to the Hawk micoragent method invocation where the microagent will be removed automatically while the process is still running. If the process will not be able to communicate with the Hawk microagent, the event will not be executed. By creating a rulebase, select TRA:getComponentInstanceStatus() methode. on ERROR state, you can create an action to restart the application.

Seethe attached (Filename: Test_rulebase.hrb) for your reference.

Issue/Introduction

Application Event does not execute when the application is in an Error state.

Attachments

Application Event is not executing when the application is in Error state get_app