| Products | Versions |
|---|---|
| TIBCO Streaming | 10 |
The command
epadmin install node
fails with error (example):
Unable to deploy application Application-0.0.1-SNAPSHOT-ep-application.zip: Error: TIBCO-EP-DTM-00244: the following fragments in archive /home/tibco/node/A.Cluster/application/deploy/Application-0.0.1-SNAPSHOT-ep-application.zip are invalid: dependent fragments "com.company.project.Adapters", "com.company.project.Utilities", "com.company.project.Schemas" in node type "Application_Node"
configuration = {
ApplicationDefinition = {
execution {
nodeTypes {
"App_Node" =
{
description="Main processing node"
fragments =
[
"com.company.project.Main"
"com.company.project.Tables"
"com.company.project.PreProcessor"
]
...where these identify three separate fragments which will run side-by-side in the node each in their own engine. These may depend on other fragments which should not appear in this list.