You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Bryan Rosander (JIRA)" <ji...@apache.org> on 2016/11/10 01:31:59 UTC

[jira] [Created] (MINIFI-136) Error messages in minifi-bootstrap.log

Bryan Rosander created MINIFI-136:
-------------------------------------

             Summary: Error messages in minifi-bootstrap.log
                 Key: MINIFI-136
                 URL: https://issues.apache.org/jira/browse/MINIFI-136
             Project: Apache NiFi MiNiFi
          Issue Type: Bug
            Reporter: Bryan Rosander


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 '{remoteProcessGroup, connection}' is expected.
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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)