...
Sample error log |
| ||
---|---|---|---|
Occurrence | This occurs when validating an execution plan or when deploying an execution plan via the file system. | ||
Possible reasons | This exception is thrown when there are two event stream definitions with the same name and different attributes. This may have happened in one of the following ways:
| ||
Troubleshooting options | To find the execution plan that is causing the error, you can browse the end of the To find out whether both streams were explicitly defined, or whether one of them was inferred by Siddhi, you need to compare the two stream definitions printed in the log. If you read the exception carefully it prints two stream definitions within curly braces. You can extract both out and compare using a tool such as Meld and identify the issue. | ||
Recommended action |
|
...