Created 04-24-2025 04:00 AM
Hello everyone,
I try to create a custom PutSFTP processor to add different failure Relationships to further improve my error handling and go different routes if an error occurs.
Im using NiFi-2.3.0 and a Java 21 shaded JAR for my custom processors
my issue is that i get java.lang.NoClassDefFoundError: org/apache/nifi/processors/standard/PutSFTP message when loading my custom processor in Nifi.
I already tried:
Is there a way to add the missing Class without breaking anything else?
I really want to avoid rebuilding the whole PutSFTP to a custom PutSFTP when i only need to change small parts of it.
Created 04-24-2025 07:20 AM
@LSchneider, Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi experts @MattWho @Shelton, and @SAMSAL, who may be able to assist you further.
Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.
Regards,
Vidya Sargur,Created 05-05-2025 01:58 AM
Hello everyone,
Unfortunatly im still looking for a solution to this issue. I would appreciate any information that might solve this issue
Thank you in advance for your support.
Best regards