<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Custom Processor extending from PutSFTP results in NoClassDefFoundError in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Custom-Processor-extending-from-PutSFTP-results-in/m-p/406898#M252582</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/125971"&gt;@LSchneider&lt;/a&gt;,&amp;nbsp;&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi experts&amp;nbsp; &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/20288"&gt;@Shelton&lt;/a&gt;, and&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80381"&gt;@SAMSAL&lt;/a&gt;, who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;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.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Apr 2025 14:20:08 GMT</pubDate>
    <dc:creator>VidyaSargur</dc:creator>
    <dc:date>2025-04-24T14:20:08Z</dc:date>
    <item>
      <title>Custom Processor extending from PutSFTP results in NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Custom-Processor-extending-from-PutSFTP-results-in/m-p/406891#M252579</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Im using NiFi-2.3.0 and a Java 21 shaded JAR for my custom processors&lt;/P&gt;&lt;P&gt;my issue is that i get&amp;nbsp;&lt;SPAN&gt;java.lang.NoClassDefFoundError: org/apache/nifi/processors/standard/PutSFTP message when loading my custom processor in Nifi.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I already tried:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;adding the standard processors to my shaded jar but that only made things worse and some standard processors stopped working&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;adding&amp;nbsp;nifi-file-transfer dependency to shaded jar but then the default PutSFTP stopped working&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;use extends PutFileTransfer&amp;lt;SFTPTransfer&amp;gt; instead of PutSFTP but again NoClassDefFound only this time for PutFileTransfer&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way to add the missing Class without breaking anything else?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I really want to avoid rebuilding the whole PutSFTP to a custom PutSFTP when i only need to change small parts of it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 11:00:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Custom-Processor-extending-from-PutSFTP-results-in/m-p/406891#M252579</guid>
      <dc:creator>LSchneider</dc:creator>
      <dc:date>2025-04-24T11:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Processor extending from PutSFTP results in NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Custom-Processor-extending-from-PutSFTP-results-in/m-p/406898#M252582</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/125971"&gt;@LSchneider&lt;/a&gt;,&amp;nbsp;&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi experts&amp;nbsp; &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/20288"&gt;@Shelton&lt;/a&gt;, and&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80381"&gt;@SAMSAL&lt;/a&gt;, who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;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.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 14:20:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Custom-Processor-extending-from-PutSFTP-results-in/m-p/406898#M252582</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2025-04-24T14:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Processor extending from PutSFTP results in NoClassDefFoundError</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Custom-Processor-extending-from-PutSFTP-results-in/m-p/407981#M252642</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Unfortunatly im still looking for a solution to this issue. I would appreciate any information that might solve this issue&lt;/P&gt;&lt;P class=""&gt;Thank you in advance for your support.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 08:58:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Custom-Processor-extending-from-PutSFTP-results-in/m-p/407981#M252642</guid>
      <dc:creator>LSchneider</dc:creator>
      <dc:date>2025-05-05T08:58:39Z</dc:date>
    </item>
  </channel>
</rss>

