You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Jens M Kofoed (Jira)" <ji...@apache.org> on 2022/05/10 08:58:00 UTC

[jira] [Updated] (NIFI-9990) FetchFTP routing "File not found" to comms.failure NOT to "fileNotFound"

     [ https://issues.apache.org/jira/browse/NIFI-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens M Kofoed updated NIFI-9990:
--------------------------------
    Description: 
FetchFTP does not route "file not found" to the correct relationship ( "not.found")

FetchFTP[id=5044bc51-71c2-37ed-9d7d-5d21b2e74f21] Failed to fetch content for FlowFile[filename=filename.txt] from filename ./filename.txt on remote host myserver:21 due to java.io.IOException: 550 File not found
; {*}+{color:#172b4d}routing to comms.failure{color}+{*}: java.io.IOException: 550 File not found

  was:
FetchFTP does not route file not found to the "not.found" relationship.

FetchFTP[id=5044bc51-71c2-37ed-9d7d-5d21b2e74f21] Failed to fetch content for FlowFile[filename=filename.txt] from filename ./filename.txt on remote host myserver:21 due to java.io.IOException: 550 File not found
; routing to comms.failure: java.io.IOException: 550 File not found

        Summary: FetchFTP routing "File not found" to comms.failure NOT to "fileNotFound"  (was: FetchFTP routing 550 File not found to comms.failure)

> FetchFTP routing "File not found" to comms.failure NOT to "fileNotFound"
> ------------------------------------------------------------------------
>
>                 Key: NIFI-9990
>                 URL: https://issues.apache.org/jira/browse/NIFI-9990
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.16.1
>            Reporter: Jens M Kofoed
>            Priority: Major
>
> FetchFTP does not route "file not found" to the correct relationship ( "not.found")
> FetchFTP[id=5044bc51-71c2-37ed-9d7d-5d21b2e74f21] Failed to fetch content for FlowFile[filename=filename.txt] from filename ./filename.txt on remote host myserver:21 due to java.io.IOException: 550 File not found
> ; {*}+{color:#172b4d}routing to comms.failure{color}+{*}: java.io.IOException: 550 File not found



--
This message was sent by Atlassian Jira
(v8.20.7#820007)