You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/16 14:36:18 UTC

[jira] [Commented] (NIFI-1282) Error message for attempting to disabled port doesn't match error message for processors

    [ https://issues.apache.org/jira/browse/NIFI-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15148594#comment-15148594 ] 

ASF GitHub Bot commented on NIFI-1282:
--------------------------------------

GitHub user pvillard31 opened a pull request:

    https://github.com/apache/nifi/pull/228

    NIFI-1282

    Fixed error message when attempting to start a disabled port

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pvillard31/nifi NIFI-1282

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/228.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #228
    
----
commit 4ae03bb7ed6b2739351bcda58528d16b497821ff
Author: Pierre Villard <pi...@gmail.com>
Date:   2016-02-16T10:02:10Z

    Merge remote-tracking branch 'refs/remotes/apache/master'

commit 5190a7caa3e6ac3662317e53cb406b12a46c96c9
Author: Pierre Villard <pi...@gmail.com>
Date:   2016-02-16T13:34:40Z

    NIFI-1282 Fixed error message when attempting to start a disabled port
    
    Fixed error message when attempting to start a disabled port

----


> Error message for attempting to disabled port doesn't match error message for processors
> ----------------------------------------------------------------------------------------
>
>                 Key: NIFI-1282
>                 URL: https://issues.apache.org/jira/browse/NIFI-1282
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core UI
>    Affects Versions: 0.4.0
>            Reporter: Joseph Percivall
>            Priority: Trivial
>
> If you attempt to run a processor that is disabled this error message will come back:
> UpdateAttribute[id=f731cf94-d9da-4e2e-872b-a772edb16373] cannot be started because it is disabled
> If you attempt to run an input/output port that is disabled this error message will come back:
> LocalPort[name=input,id=0e0639b5-6037-4f38-9871-4a866bb94d80] is not stopped
> LocalPort[name=output,id=b09322b6-38ad-466c-ad63-ece7e4d4038d] is not stopped
> The error message for ports should be changed to match the processors and which correctly states the issue.



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