Problem: One or more projects in a cluster repeatedly shut down unexpectedly.
Solution: Consider increasing the heartbeat timeout value the cluster uses to ensure that projects are running. Note, however, that problems related to the heartbeat timeout setting are unusual; it should rarely be necessary to change it. The default project heartbeat timeout is 20000 milliseconds (20 seconds).
ESP_HOME/cluster/projects/<cluster-name>/<workspacename>.<project-name>.<instance-number>/esp_server.log
Or in a Studio cluster: <user's-home-dir>/SybaseESP/5.1/workspace/<workspacename>.<project-name>.<instance-number>/esp_server.log).
Look for a 722014 message that includes a last contact delta value. The message looks similar to this:
2013-02-22 01:20:55.036 | 12611 | container | [SP-2-722014] (5741.829) sp(12589) Manager.heartbeatApplication() asked to stop. Last contact delta=20568
The delta value is the time in milliseconds between the final contacts between the project and the cluster. If the delta value is close to or larger than the heartbeat timeout value, try increasing the heartbeat timeout value.
<Manager enabled="true"> <!-- The ApplicationHeartbeatTimeout node is optional --> <!-- The first Manager in the cluster determines the value cluster-wide --> <!-- The value is in milliseconds --> <ApplicationHeartbeatTimeout>20000</ApplicationHeartbeatTimeout> </Manager>