Hello @jame1997,
Thanks for being part of our community.
Is that all the message you have on the logs? Have you checked directly on the nifi-app.log?
Usually those messages include more details or traces that show some reason of the failure.
If needed, maybe you can add DEBUG level to that processor so we can get more details when it fails.
On the logback.xml and under </configuration> add this line:
<logger name="org.apache.nifi.processors.standard.GetSFTP" level="DEBUG"/>
Then monitor for the next failure, collect the logs and rollback the change.
Regards,
Andrés Fallas
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs-up button.