Steps to confirm if the scheduler is active in Inference Engine through JConsole , when cache and inference are both running.

Steps to confirm if the scheduler is active in Inference Engine through JConsole , when cache and inference are both running.

book

Article ID: KB0088314

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
===========
Steps to confirm if the scheduler is active in Inference Engine through JConsole , when cache and inference are both running.

Environment:
==========
All Operating Systems
TIBCO BusinessEvents 4.x , 5.0.x
Required to have JDK in system to launch JConsole and JMX port should also be enabled.


Resolution:
=========
Steps to confirm if scheduler is active in Inference Engine through JConsole :
Check which Java Virtual Machine is having the scheduler in running state by going under the Tibco MBeans, i.e., com.tibco.be

com.tibco.be  
         schedulers

If a Java Virtual Machine is running the scheduler at that point of time then the scheduler will be listed under this item .  The JConsole of the cache has a default scheduler listed (Ex: [demo].0.$smtimeouts ). Any inactive IE will also have the default scheduler listed .The presence of the any other scheduler(for Ex: the scheduler name that USER used to create the scheduler) indicates that the particular Java Virtual Machine is running that scheduler . At any point of time bringing down one IE and starting another will cause the tree menu under schedulers to change .

Issue/Introduction

Steps to confirm if the scheduler is active in Inference Engine through JConsole , when cache and inference are both running.