Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
===========
BusinessEvents agents deployed by Administrator will be shutdown when a user logs out from a Windows Terminal session.
Environment:
===========
BusinessEvents 3.0.2
Microsoft Windows
Symptoms:
=========
All agents deployed on the machine will be shutdown (normal shutdown sequence in the log).
Cause:
======
Java defect
Resolution:
========
- add the parameter "-Xrs" to "java.extended.properties" to tra-file (BE-HOME/bin/be-engine.tra and the deployed tra file)
i.e.:
java.extended.properties=-Xms512m -javaagent:%BE_HOME%/lib/cep-instrumentation.jar -Xrs
NOTE:
The property -Xrs (reduce signal usage) is a JVM option that can be used to prevent the JVM from using most signals.
Please refer to this URL for more information: (the Java application launcher)
http://java.sun.com/j2se/1.3/docs/tooldocs/win32/java.html