Run Configuration Reference

For each run configuration, you can specify the applications, HTTP Connectors, Debug Node attributes, Runtime information, and Substitution Variable overrides.

Applications

The composite applications and DAAs deployed when the configuration is launched.

Advanced

Field Description
HTTP Connectors Ports of the HTTP connectors used by the promoted services in the composite.
Node Debug node.
Enable Security Manager Indicate whether a security manager is enabled for the JVM running the debug node.

Default: true.

JVM Options Options passed to the Java virtual machine running the debug node.

Default: -Xmx512m -Xms128m -XX:MaxPermSize=128m -XX:+HeapDumpOnOutOfMemoryError.

Log File File to which node logging messages are written.

Default: Operating system-specific temporary directory/nodeuniqueID.log.

Log Level Level of the logging messages written to the log.
  • TRACE All events.
  • DEBUG Fine-grained informational events used for debugging an application.
  • INFO Coarse-grained informational messages that highlight the progress of the application.
  • WARN Potentially harmful events.
  • ERROR Errors that allow the application to continue running.
  • FATAL Errors that cause the application to fail.
  • OFF Blocks passing messages to a parent

Default: Info.

Management Port Port on which the debug node receives life cycle messages.
Node Platform Version The platform version of the node. This value is read-only and can only be changed in the Preferences panel for RAD. See Platform Installation Reference.
OSGi Console Port Port on which to access the node's OSGi console. Use the OSGi console to examine the runtime state of the node for debugging purposes only. For information on the features available in the OSGi console, see Explore Eclipse's OSGi console.
Runtime Debug node runtime artifacts and properties.
Installation Directory Directory containing the debug node executable.

Default: TiBCO_HOME/tibcohost/<version>, which is the executable installed with TIBCO Business Studio. If you change the value, the version of the executable must be the same as the executable that is installed with TIBCO Business Studio.

Instance Parent Directory Directory containing the debug node instance.

Default: workspace/metadata/.plugins/com.tibco.amf.tools.composite.launch .

Provisioning Wait (ms) Time to wait between provisioning requests to the debug node. If set to zero, the default, the debug launcher uses notifications from the debug node to determine when the resource instances and connectors are ready for the next deployment request. If this fails, the application could fail to deploy. In that case, set a value in this field, which will increase deployment time, because each provision request will have a wait time.

Default: 0.

Substitution Variable Overrides Substitution variable values defined by composite applications. You cannot override substitution variable values defined by DAAs.

Common

See Help > Help Contents > Supplemental Eclipse Help > Plug-in Development > Environment Guide > Tools > Launchers > JUnit Plug-in Test Launcher > Common Tab.