You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Michael Moser (JIRA)" <ji...@apache.org> on 2015/10/09 02:46:27 UTC

[jira] [Created] (NIFI-1031) Reporting Tasks cause error messages in bootstrap.log

Michael Moser created NIFI-1031:
-----------------------------------

             Summary: Reporting Tasks cause error messages in bootstrap.log
                 Key: NIFI-1031
                 URL: https://issues.apache.org/jira/browse/NIFI-1031
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
    Affects Versions: 0.3.0
            Reporter: Michael Moser
            Assignee: Michael Moser
            Priority: Trivial
             Fix For: 0.4.0


Add any Reporting Task to NiFi configuration, restart NiFi, when restart is complete observed the following error In bootstrap.log

ERROR [NiFi logging handler] org.apache.nifi.StdErr [Error] :23: cvc-complex-type.2.4.a: Invalid content was found starting with element 'scheduledState'. One of '{schedulingState}' is expected.

It appears that nifi-framework-core/src/main/java/org/apache/nifi/controller/StandardFlowSerializer#addReportingTask() inserts 'scheduledState' into flow.xml but
nifi-framework-core/src/main/resources/FlowConfiguration.xsd for a <reportingTask> uses <schedulingState>.



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