Products | Versions |
---|---|
TIBCO ActiveMatrix Service Grid | - |
TIBCO BPM Enterprise (formerly TIBCO ActiveMatrix BPM) | - |
TIBCO ActiveMatrix BusinessWorks Service Engine | - |
This error indicates that the default JVM stack size is not sufficient. You may increase the stack size used by the node through the following steps.
1). Open the node TRA file (under <CONFIG-HOME>\tibcohost\<Instance-Name>\data_3.2.x\nodes\<node-name>\bin folder) and increase the value of -Xss in the java.properties parameter. Double the value if it exists; if not, start with the parameter -Xss256K.
Example: java.extended.properties=-Xmx512m -Xms128m -XX\:MaxPermSize\=192m -Xss256K -XX\:+HeapDumpOnOutOfMemoryError -Damx.securitymanager.enabled\=false
2). Invoke the Tibco host command line to revert the node start mode back to Automatic.
Go to <config_home>/tibcohost/<hostname>/host/bin and run the command-
tibcohost setNodeStartMode -nodeName DevNode -startMode auto
3). Start the node with the -clean option.
tibcohost startNodes -nodeName DevNode -clean