Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
After the Funnel support was added to MiNiFi (MINIFI-47) there are now error messages showing up in the bootstrap log with certain templates:
2016-11-09 19:25:48,650 ERROR [MiNiFi logging handler] org.apache.nifi.minifi.StdErr [Error] :119:13: cvc-complex-type.2.4.a: Invalid content was found starting with element 'funnel'. One of '
{remoteProcessGroup, connection}' is expected.2016-11-09 19:25:48,681 ERROR [MiNiFi logging handler] org.apache.nifi.minifi.StdErr [Error] :119:13: cvc-complex-type.2.4.a: Invalid content was found starting with element 'funnel'. One of '{remoteProcessGroup, connection}
' is expected.
2016-11-09 19:25:48,705 ERROR [MiNiFi logging handler] org.apache.nifi.minifi.StdErr [Error] :119:13: cvc-complex-type.2.4.a: Invalid content was found starting with element 'funnel'. One of '
2016-11-09 19:25:48,719 ERROR [MiNiFi logging handler] org.apache.nifi.minifi.StdErr [Error] :119:13: cvc-complex-type.2.4.a: Invalid content was found starting with element 'funnel'. One of '{remoteProcessGroup, connection}
' is expected.
This is due to the deserializer being picky about the order of elements in the XML.
Attachments
Issue Links
- links to