Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.2.0
-
None
-
Rasbian Jessie (current version)
Description
Using Minifi 0.2.0 Java for a project using Raspberry Pi's.
Have created a simple flow in NIFI, saved template and exported then converted to yaml using the Minifi Toolkit 0.2.0. Validation of the template passes.
When executing Minifi, get the following warning in the log:
2017-07-10 09:45:34,671 WARN [main] o.a.n.c.StandardFlowSynchronizer Schema validation error parsing Flow Configuration at line 17, col 27: cvc-complex-type.2.4.a: Invalid content was found starting with element 'maxConcurrentTasks'. One of '
{bundle}' is expected.2017-07-10 09:45:34,692 WARN [main] o.a.n.c.StandardFlowSynchronizer Schema validation error parsing Flow Configuration at line 79, col 27: cvc-complex-type.2.4.a: Invalid content was found starting with element 'maxConcurrentTasks'. One of '{bundle}
' is expected.
Files attached: EdgeCollect.xml - exported template from Nifi
config.yml - the yaml config generated by toolkit (some minor manual edits)
flow.xml - Minifi created flow.xml file
*.log - log files from minifi server
Attachments
Attachments
Issue Links
- is part of
-
MINIFI-408 Improve handling of bundle versioning in NARs with other NARs as dependencies
- Resolved