<?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: Component created by using Component Kit is not showing in Palette in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245717#M148388</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMHOAA4"&gt;@rmannibucau&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;I figured out the issue (I had similar issue on windows with other open source frameworks),&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The maven &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;talend-component:deploy-in-studio&amp;nbsp; goal&amp;nbsp;&lt;/SPAN&gt;is setting the&amp;nbsp;component.java.registry property in config.ini to valid windows format which is&lt;/P&gt; 
&lt;PRE&gt;C\:\\ETL\\TALEND\\configuration\\components-registration.properties&amp;nbsp;&lt;/PRE&gt; 
&lt;P&gt;this is complete fine from window perspective but not from java.&lt;BR /&gt;So the solution was to change it to the following format&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;C\:/ETL/TALEND/configuration/components-registration.properties&lt;/PRE&gt; 
&lt;P&gt;and suddenly the component started to show-up in the palette.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2019 18:14:30 GMT</pubDate>
    <dc:creator>michaelbr</dc:creator>
    <dc:date>2019-10-15T18:14:30Z</dc:date>
    <item>
      <title>Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245704#M148375</link>
      <description>&lt;P&gt;I followed Component Kit tutorial, the compilation and deployment process is completed without any errors but TOS 7.2.1&amp;nbsp; is not showing my component in the palette as described in tutorial. I'm using Component Kit version 1.1.13 IntelliJ plugin on Windows 7&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245704#M148375</guid>
      <dc:creator>michaelbr</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245705#M148376</link>
      <description>I tried TOS 7.3.1 M2 but the outcome is the same.</description>
      <pubDate>Fri, 11 Oct 2019 15:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245705#M148376</guid>
      <dc:creator>michaelbr</dc:creator>
      <dc:date>2019-10-11T15:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245706#M148377</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQQpAAO"&gt;@michaelbr&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How did you install the component? With the maven goal?&lt;/P&gt;
&lt;P&gt;Can you check:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. the logs (workspace/.metadata/.log) for any error&lt;/P&gt;
&lt;P&gt;2. the configuration has the component registered (configuration/components-registration.properties)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe also check it is not a version issue since Studio is a bit late of a few versions (see&amp;nbsp;&lt;A href="https://talend.github.io/component-runtime/main/1.1.14/compatibility.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://talend.github.io/component-runtime/main/1.1.14/compatibility.html&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 08:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245706#M148377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T08:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245707#M148378</link>
      <description>&lt;P&gt;Hi Romain,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I installed the component using goal&amp;nbsp;&lt;SPAN&gt;talend-component:deploy-in-studio exactly same way as explained in the tutorials.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;And there are no specific errors in the log (only osgi bundle exception related to macosx which is not relevant as I'm using Windows 7).&lt;/P&gt; 
&lt;P&gt;The maven goal installed my component jar file in to talend configuration\.m2 maven resources folder and created&amp;nbsp;&lt;SPAN&gt;configuration/components-registration.properties with correct entry.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;The Talend Studio version I'm using is 7.3.1.20190924_1038-M2 , the Talend Component Kit IntelliJ plugin version is 1.1.13&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 18:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245707#M148378</guid>
      <dc:creator>michaelbr</dc:creator>
      <dc:date>2019-10-14T18:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245708#M148379</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQQpAAO"&gt;@michaelbr&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tested with this &lt;A href="https://github.com/rmannibucau/mailio" target="_self" rel="nofollow noopener noreferrer"&gt;component&lt;/A&gt; on the version of the Studio you mention and it works.&lt;/P&gt; 
&lt;P&gt;Can you share on github your component to let me investigate any potential issue?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Side note: not sure you noticed but the name of the component - if you use the completion in the designer - is &amp;lt;family&amp;gt;&amp;lt;name&amp;gt; and not just &amp;lt;name&amp;gt;.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 08:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245708#M148379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-15T08:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245709#M148380</link>
      <description>&lt;P&gt;Hi Romain,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMHOAA4"&gt;@rmannibucau&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is a link to Talend Component Kit generated project:&amp;nbsp; &lt;A href="https://github.com/braimanm/talend_component" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://github.com/braimanm/talend_component&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And here are the Talend files component kit is deployed to studio:&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/braimanm/talend_component/tree/master/talend_artifacts" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://github.com/braimanm/talend_component/tree/master/talend_artifacts&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Are you using Windows 7? May be it's Talend DI installation issues? I just downloaded zip file and extracted all the content to some arbitrary folder then I run exe file and downloaded all the dependencies.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 14:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245709#M148380</guid>
      <dc:creator>michaelbr</dc:creator>
      <dc:date>2019-10-15T14:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245710#M148381</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQQpAAO"&gt;@michaelbr&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did cloned, built and installed the component using the car and I can find it in the Studio - attached a screenshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using Ubuntu but it should work on windows until you use special characters for an URL in your folder path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Romain&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lw5L"&gt;copie.png&lt;/A&gt;</description>
      <pubDate>Tue, 15 Oct 2019 15:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245710#M148381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-15T15:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245711#M148382</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMHOAA4"&gt;@rmannibucau&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;I read somewhere that components are supported now by local server, if this is a case and there is a local server how can I validate that it's working.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My Windows 7 machine is corporate machine and I'm using proxy, another issue is that I'm not admin on this machine is it make any difference. I'm trying my best to figure it out why it's not working for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 16:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245711#M148382</guid>
      <dc:creator>michaelbr</dc:creator>
      <dc:date>2019-10-15T16:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245712#M148383</link>
      <description>&lt;P&gt;One issue I saw on windows a few times is an empty etc/hosts file or a firewall which would prevent "localhost" to be resolved properly, but it should log an error message.&lt;/P&gt;
&lt;P&gt;To ensure the server is up, you can configure its port in configuration/config.ini, set&amp;nbsp;&lt;SPAN&gt;component.java.port=8080 for instance and then you can call&amp;nbsp;&lt;A href="http://localhost:8080/api/v1/component/index" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/api/v1/component/index&lt;/A&gt;&amp;nbsp;for example. All endpoints are available at&amp;nbsp;&lt;A href="https://talend.github.io/component-runtime/main/1.1.15/rest-openapi.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://talend.github.io/component-runtime/main/1.1.15/rest-openapi.html&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 16:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245712#M148383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-15T16:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245713#M148384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMHOAA4"&gt;@rmannibucau&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I setup the port as suggested and component server is up and running but endpoint&amp;nbsp;&lt;A href="http://localhost:8080/api/v1/component/index" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;http://localhost:8080/api/v1/component/index&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; returns empty array json:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;PRE&gt;{"components":[]}&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 17:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245713#M148384</guid>
      <dc:creator>michaelbr</dc:creator>
      <dc:date>2019-10-15T17:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245714#M148385</link>
      <description>&lt;P&gt;Ok, so it means the component is not recognize,&lt;/P&gt;
&lt;P&gt;can you try - if not already done - to add in config.ini this line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;component.java.coordinates = com.tutorial:tutorial-component:0.0.1-SNAPSHOT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 17:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245714#M148385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-15T17:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245715#M148386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMHOAA4"&gt;@rmannibucau&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;After adding the line you suggested the component is visible in Palette but component server is showing empty array. It looks like component server doesn't have any idea about my component.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 17:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245715#M148386</guid>
      <dc:creator>michaelbr</dc:creator>
      <dc:date>2019-10-15T17:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245716#M148387</link>
      <description>Hi&amp;nbsp; 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LMHOAA4"&gt;@rmannibucau&lt;/A&gt;, 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I figured out the issue (I had similar issue on windows with other open source frameworks). 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;The maven goal is setting the&amp;nbsp;component.java.registry property in config system to valid windows format which is&amp;nbsp; C\:\\ETL\\TALEND\\configuration\\components-registration.properties this is complete fine from window perspective but not from java. So the solution was to change it to the valid java following format C\:/ETL/TALEND/configuration/components-registration.properties and suddenly the component started to show-up in the palette. The component local server is not playing any role as it showing no components using&amp;nbsp;http://localhost:8080/api/v1/action/index&amp;nbsp;endpoint.&amp;nbsp;</description>
      <pubDate>Tue, 15 Oct 2019 17:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245716#M148387</guid>
      <dc:creator>michaelbr</dc:creator>
      <dc:date>2019-10-15T17:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Component created by using Component Kit is not showing in Palette</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245717#M148388</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMHOAA4"&gt;@rmannibucau&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;I figured out the issue (I had similar issue on windows with other open source frameworks),&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The maven &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;talend-component:deploy-in-studio&amp;nbsp; goal&amp;nbsp;&lt;/SPAN&gt;is setting the&amp;nbsp;component.java.registry property in config.ini to valid windows format which is&lt;/P&gt; 
&lt;PRE&gt;C\:\\ETL\\TALEND\\configuration\\components-registration.properties&amp;nbsp;&lt;/PRE&gt; 
&lt;P&gt;this is complete fine from window perspective but not from java.&lt;BR /&gt;So the solution was to change it to the following format&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;C\:/ETL/TALEND/configuration/components-registration.properties&lt;/PRE&gt; 
&lt;P&gt;and suddenly the component started to show-up in the palette.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 18:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-created-by-using-Component-Kit-is-not-showing-in/m-p/2245717#M148388</guid>
      <dc:creator>michaelbr</dc:creator>
      <dc:date>2019-10-15T18:14:30Z</dc:date>
    </item>
  </channel>
</rss>

