<?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: Unable to load custom component from the &amp;quot;creating your first component&amp;quot; tutorial in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253378#M148643</link>
    <description>&lt;P&gt;Hello @Emmanuel GALLOIS​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;So I write the lines at the end of the ini file and restart TOS. The palette takes time to appear but no custom component. No new things in the log too.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;After that I uninstall and install TOS another time and strange thing, it works. I can see th custom component in the palette (even if there is a huge {"code":"UNEXPECTED"} error in the log file).&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;So I will continue the tutorial.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Thu, 31 Mar 2022 10:33:14 GMT</pubDate>
    <dc:creator>mikael_lb</dc:creator>
    <dc:date>2022-03-31T10:33:14Z</dc:date>
    <item>
      <title>Unable to load custom component from the "creating your first component" tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253376#M148641</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to talend so I have followed the tutorial to create a first component. After solving maven issues I can build it but can't see it in the palette. No message in log.&lt;/P&gt;&lt;P&gt;After lots of search on this forum i've decided to restart the process from scratch by installing a fresh TOS (v8.0.1), get a zulu JDK11 as mentionned in requirements, delete .m2, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the starter toolkit &lt;A href="https://starter-toolkit.talend.io" target="_blank"&gt;https://starter-toolkit.talend.io&lt;/A&gt; and follow the tutorial for the 4th time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then &lt;B&gt;mvn clean install &lt;/B&gt;=&amp;gt; Build success&lt;/P&gt;&lt;P&gt;and&lt;B&gt; mvn talend-component:deploy-in-studio `-Dtalend.component.studioHome="C:\TOS_DI-8.0.1\studio" `-Dtalend.component.enforceDeployment=true -f pom.xml &lt;/B&gt;=&amp;gt; Build success&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then check component.java.registry =&amp;gt; ok&lt;/P&gt;&lt;P&gt;and components-registration.properties =&amp;gt;ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then start TOS, no custom component in the palette and check log and I've this time this error :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PN6T0AAL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131326iA2B1BD7F6F94E705/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PN6T0AAL.png" alt="0695b00000PN6T0AAL.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;An idea ?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253376#M148641</guid>
      <dc:creator>mikael_lb</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load custom component from the "creating your first component" tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253377#M148642</link>
      <description>&lt;P&gt;Hello @Not defined Not defined​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This is strange, those errors should not happen w/ a jdk11, we usually have this kind of issues w/ jdk15+.&lt;/P&gt;&lt;P&gt;Could you try to add the following jvm flags at the end of your `Talend-Studio-&amp;lt;platform&amp;gt;.ini` : &lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;--add-modules=ALL-SYSTEM&lt;/P&gt;&lt;P&gt;          --add-opens java.base/java.io=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/java.lang.invoke=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/java.lang.reflect=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/java.lang=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/java.net=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/java.nio=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/java.util=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/java.util.concurrent=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/sun.nio.ch=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/sun.nio.cs=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/sun.security.action=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/sun.security.x509=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;          --add-opens java.base/sun.util.calendar=ALL-UNNAMED&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;Respect the format of the ini file (not the same as code below).&lt;/P&gt;&lt;P&gt;Then restart your studio.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 06:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253377#M148642</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2022-03-31T06:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load custom component from the "creating your first component" tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253378#M148643</link>
      <description>&lt;P&gt;Hello @Emmanuel GALLOIS​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;So I write the lines at the end of the ini file and restart TOS. The palette takes time to appear but no custom component. No new things in the log too.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;After that I uninstall and install TOS another time and strange thing, it works. I can see th custom component in the palette (even if there is a huge {"code":"UNEXPECTED"} error in the log file).&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;So I will continue the tutorial.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 10:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253378#M148643</guid>
      <dc:creator>mikael_lb</dc:creator>
      <dc:date>2022-03-31T10:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load custom component from the "creating your first component" tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253379#M148644</link>
      <description>&lt;P&gt;Hi everyone and @Emmanuel GALLOIS​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Last step in the tutorial is to launch the job with the custom component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if it is helpful to solve the issue but the capture below is the console output.&lt;/P&gt;&lt;P&gt;And also link as file : the complete log file from start of TOS to end of job's run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your advices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000PNJJNAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158044i602C88ADFAEF0BAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000PNJJNAA5.png" alt="0695b00000PNJJNAA5.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 13:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253379#M148644</guid>
      <dc:creator>mikael_lb</dc:creator>
      <dc:date>2022-03-31T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load custom component from the "creating your first component" tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253380#M148645</link>
      <description>&lt;P&gt;I have the same problem. Did you fix it ? &lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 12:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253380#M148645</guid>
      <dc:creator>JReynard</dc:creator>
      <dc:date>2022-04-02T12:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load custom component from the "creating your first component" tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253381#M148646</link>
      <description>&lt;P&gt;Hi @Jérémy Reynard​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No I don't fix it but if you have you are welcome to share the fix here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 14:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253381#M148646</guid>
      <dc:creator>mikael_lb</dc:creator>
      <dc:date>2022-04-07T14:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load custom component from the "creating your first component" tutorial</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253382#M148647</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;That's an issue that we meet only in TOS product because Dynamic types aren't present in TOS.&lt;/P&gt;&lt;P&gt;This needs to be fixed...&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 12:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-load-custom-component-from-the-quot-creating-your/m-p/2253382#M148647</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2022-04-08T12:07:54Z</dc:date>
    </item>
  </channel>
</rss>

