Created on 03-14-2017 09:39 AM - edited 08-18-2019 05:26 AM
Please advice how can we fix it.
ERROR [Timer-Driven Process Thread-17] o.a.nifi.processors.standard.FetchSFTP FetchSFTP[id=a92d2521-015a-1000-0000-0000222ef8ce] FetchSFTP[id=a92d2521-015a-1000-0000-0000222ef8ce] failed to process session due to java.lang.NumberFormatException: For input string: "": java.lang.NumberFormatException: For input string: ""
WARN [Timer-Driven Process Thread-6] o.a.nifi.processors.standard.FetchSFTP FetchSFTP[id=a92d2521-015a-1000-0000-0000222ef8ce] Processor Administratively Yielded for 1 sec due to processing failure
WARN [Timer-Driven Process Thread-6] o.a.n.c.t.ContinuallyRunProcessorTask Administratively Yielding FetchSFTP[id=a92d2521-015a-1000-0000-0000222ef8ce] due to uncaught Exception: java.lang.NumberFormatException: For input string: ""
WARN [Timer-Driven Process Thread-6] o.a.n.c.t.ContinuallyRunProcessorTask
Created 03-14-2017 02:49 PM
What is the value you are passing for "path" and "filename"?
Are they valid directory names for your OS?
Thanks,
Matt
Created 03-14-2017 03:00 PM
directory names and permitts are ok.
Problem was fixed via changing Hostname,Port,Username from variables like sftp% to hardcode values.
Thanks.
Created 09-24-2019 02:21 AM
I've the same issue but the values of Hostname,Port must be variables in my case. Is there a solution to fix this issue
Created 09-11-2017 08:42 PM
Does the user running NiFi have permission to create a directory if it does not exist?
Created 09-13-2017 11:01 PM
Did you check to see if the user had permissions to create the directory?