In some case, your node installation action may fail with the following error message:
>> epadmin install node nodename=A.sbuser application=App2-0.0.1-SNAPSHOT-ep-application.zip
[A.sbuser] Installing node
[A.sbuser] Creating node snapshot after installation failure
[A.sbuser] Created snapshot archive C:\Users\WindowsUser\Documents\StreamBase Studio 10.2 Workspace-DemoFeaturesPreso\App2\target\.\A.sbuser\..\snapshots\A.sbuser\A.sbuser.2018-03-26-16-04-28.zip
Removing node A.sbuser...
Done.
Install node failed. Executable C:\TIBCO\sb-cep\10.2/distrib/kabira/devbin/swcoord.exe not found
Cannot connect to the node. If the reason for this failure cannot be corrected then the installation directory can be removed by calling "remove node" with the installpath parameter specified.
This is due to specifying a buildType of 'DEVELOPMENT' in your application configuration file. For example..
name = "app"
type = "com.tibco.ep.dtm.configuration.application"
version = "1.0.0"
// An application definition contains design-time-specified information about an application composed of multiple
// application fragments.
configuration = {
ApplicationDefinition = {
dataDistributionPolicies = {
}
execution = {
buildType = "DEVELOPMENT"
dataTransport = {
deferredWritesEnabled = true
keepAliveSendIntervalSeconds = 1
maximumPDUSizeBytes = 1000000
nodeActiveTimeoutSeconds = 60
nonResponseTimeoutSeconds = 2
tcpNoDelayEnabled = true
}
nodeTypes = {
}
transaction = {
maximumBackoffMilliseconds = 10000
numberCompletedTransactions = 1000
timeoutSeconds = 60
}
}
}
}