Check for hsperf logs or host stdout logs for a stack trace. Also, look at the JVM settings in AMX Administrator or Nodename/bin/<NodeName.tra> . To re-enable the ActiveMatrix BPM Node for start up, run the following command:
tibcohost setNodeStartMode -nodeName BPMNode -startMode auto
Where:
-nodeName <nodeName> = Desired node name
-startMode <auto|manual|refresh> = Desired start mode, one of
"manual", "auto", or "disabled". Consult your documentation for start
mode descriptions.
Tibcohost will start the BMPMNode automatically when tibcohost is started / spawned. If you need to start the BPMNode manually (because other nodes are already running from the same Node) then do:
tibcohost startNodes -nodeName BPMNode