Member since
04-24-2025
2
Posts
0
Kudos Received
0
Solutions
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
... View more
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: adding the standard processors to my shaded jar but that only made things worse and some standard processors stopped working adding nifi-file-transfer dependency to shaded jar but then the default PutSFTP stopped working use extends PutFileTransfer<SFTPTransfer> instead of PutSFTP but again NoClassDefFound only this time for PutFileTransfer 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.
... View more
Labels:
- Labels:
-
Apache NiFi