<?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>topic Re: NoClassDefFoundError in custom component run on jobserver in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-in-custom-component-run-on-jobserver/m-p/2246044#M148394</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;The recommended framework version to use to develop components for the current releases of Talend Studio applications V 7.1.1 is Talend Component Kit 1.1.&lt;/P&gt; 
&lt;P&gt;In addition to that, could you check your dependencies and ensure you have all your required dependencies in compile scope? It seems that you have a missing dependency in your project.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2019 09:21:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-05T09:21:22Z</dc:date>
    <item>
      <title>NoClassDefFoundError in custom component run on jobserver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-in-custom-component-run-on-jobserver/m-p/2246043#M148393</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt; 
&lt;P&gt;I am developing a custom component with the Talend Component Kit 1.1.15, to be used in a Talend 7.1.1 environment. This component uses the AWS Java SDK 2.9.14 external library to perform some operations. The component works fine when run on Talend Studio on my local machine, but fails when executed remotely on a Jobserver, and displays the following error:&lt;/P&gt; 
&lt;PRE&gt;java.lang.IllegalStateException: java.lang.NoClassDefFoundError: software/amazon/awssdk/services/emr/EmrClient&lt;/PRE&gt; 
&lt;P&gt;Which seems to indicate that the AWS SDK external library is not found, since &lt;EM&gt;EmrClient&lt;/EM&gt; is a class of such library.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How can I solve this issue? Do I have to install something on the Jobserver? In the component kit documentation I could not find anything related to TAC / jobserver deployment with custom components.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-in-custom-component-run-on-jobserver/m-p/2246043#M148393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError in custom component run on jobserver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-in-custom-component-run-on-jobserver/m-p/2246044#M148394</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;The recommended framework version to use to develop components for the current releases of Talend Studio applications V 7.1.1 is Talend Component Kit 1.1.&lt;/P&gt; 
&lt;P&gt;In addition to that, could you check your dependencies and ensure you have all your required dependencies in compile scope? It seems that you have a missing dependency in your project.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 09:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-in-custom-component-run-on-jobserver/m-p/2246044#M148394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-05T09:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError in custom component run on jobserver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-in-custom-component-run-on-jobserver/m-p/2246045#M148395</link>
      <description>&lt;P&gt;Hello Sabrina,&lt;/P&gt;
&lt;P&gt;you mean Talend Component Kit 1.1.0? I tried this version but I still get the same error.&lt;/P&gt;
&lt;P&gt;In my IntelliJ java project (i.e. the one in which I am developing the custom component) I have added the following dependency in the POM:&lt;/P&gt;
&lt;PRE&gt;    &amp;lt;dependency&amp;gt;
      &amp;lt;groupId&amp;gt;software.amazon.awssdk&amp;lt;/groupId&amp;gt;
      &amp;lt;artifactId&amp;gt;emr&amp;lt;/artifactId&amp;gt;
      &amp;lt;version&amp;gt;2.9.14&amp;lt;/version&amp;gt;
    &amp;lt;/dependency&amp;gt;&lt;/PRE&gt;
&lt;P&gt;Do I also have to add a dependency on Talend Studio? Or in the Nexus artifact repository?&lt;/P&gt;
&lt;P&gt;As I stated before, the component works fine when launched from Talend Studio in my local machine, but fails&amp;nbsp;&lt;STRONG&gt;only&lt;/STRONG&gt; when launched on a Jobserver (launched either from the TAC job conductor or from Talend Studio's run section targetting the jobserver).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 10:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-in-custom-component-run-on-jobserver/m-p/2246045#M148395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-05T10:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError in custom component run on jobserver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-in-custom-component-run-on-jobserver/m-p/2246046#M148396</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;DIV class="sectionbody"&gt; 
 &lt;DIV class="paragraph"&gt; 
  &lt;P&gt;The version of Talend Component Kit you need to use to develop new components depends on the versions of the Talend applications in which these components will be integrated.&lt;/P&gt; 
 &lt;/DIV&gt; 
 &lt;TABLE class="tableblock frame-all grid-all stretch table-striped table-hover table-ordered"&gt; 
  &lt;COLGROUP&gt; 
   &lt;COL style="width: 50%;" /&gt; 
   &lt;COL style="width: 50%;" /&gt; 
  &lt;/COLGROUP&gt; 
  &lt;THEAD&gt; 
   &lt;TR&gt; 
    &lt;TH class="tableblock halign-left valign-top"&gt;&lt;STRONG&gt;Talend product&lt;/STRONG&gt;&lt;/TH&gt; 
    &lt;TH class="tableblock halign-left valign-top"&gt;&lt;STRONG&gt;Talend Component Kit version&lt;/STRONG&gt;&lt;/TH&gt; 
   &lt;/TR&gt; 
  &lt;/THEAD&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD class="tableblock halign-left valign-top"&gt; &lt;P class="tableblock"&gt;Talend Studio 7.2.1 M3&lt;/P&gt; &lt;/TD&gt; 
    &lt;TD class="tableblock halign-left valign-top"&gt; &lt;P class="tableblock"&gt;Framework until 1.1.4&lt;/P&gt; &lt;/TD&gt; 
   &lt;/TR&gt; 
   &lt;TR&gt; 
    &lt;TD class="tableblock halign-left valign-top"&gt; &lt;P class="tableblock"&gt;Talend Studio 7.1.1&lt;/P&gt; &lt;/TD&gt; 
    &lt;TD class="tableblock halign-left valign-top"&gt; &lt;P class="tableblock"&gt;Framework until 1.1.1&lt;/P&gt; &lt;/TD&gt; 
   &lt;/TR&gt; 
   &lt;TR&gt; 
    &lt;TD class="tableblock halign-left valign-top"&gt; &lt;P class="tableblock"&gt;Talend Studio 7.0.1&lt;/P&gt; &lt;/TD&gt; 
    &lt;TD class="tableblock halign-left valign-top"&gt; &lt;P class="tableblock"&gt;Framework until 0.0.5&lt;/P&gt; &lt;/TD&gt; 
   &lt;/TR&gt; 
   &lt;TR&gt; 
    &lt;TD class="tableblock halign-left valign-top"&gt; &lt;P class="tableblock"&gt;Talend Cloud&lt;/P&gt; &lt;/TD&gt; 
    &lt;TD class="tableblock halign-left valign-top"&gt; &lt;P class="tableblock"&gt;Framework from 1.1.x&lt;/P&gt; &lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
 &lt;DIV class="paragraph"&gt; 
  &lt;P&gt;More recent versions of Talend Component Kit contain many fixes, improvements and features that help developing your components. However, they can cause some compatibility issues when deploying these components to older/different versions of Talend Studio and Talend Cloud. Choose the version of Talend Component Kit that best fits your needs.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;Have you already check the configuration on the TAC navigating to command line and making sure it is pointing to the folder the custom component is on? Make sure you copy the entire custom component folder to that directory.&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png_20150624-1249.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8kJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145007i02633CA55E8E6552/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8kJ.png" alt="0683p000009M8kJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;Best regards&lt;/P&gt; 
  &lt;P&gt;Sabrina&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Dec 2019 03:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-in-custom-component-run-on-jobserver/m-p/2246046#M148396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-12T03:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: NoClassDefFoundError in custom component run on jobserver</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-in-custom-component-run-on-jobserver/m-p/2246047#M148397</link>
      <description>&lt;P&gt;Hello Sabrina,&lt;/P&gt;&lt;P&gt;So is the command line procedure required even for Talend 7.1? I thought it was deprecated. I probably do not have it even installed.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 08:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NoClassDefFoundError-in-custom-component-run-on-jobserver/m-p/2246047#M148397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-17T08:38:34Z</dc:date>
    </item>
  </channel>
</rss>

