<?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 Custom component is not loaded in TAC in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Custom-component-is-not-loaded-in-TAC/m-p/2299720#M145272</link>
    <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I created a custom component and create a job with the component. I run the job with no issue in Studio but when I try to run the job in TAC, the job throws custom component is not loaded exception. How can I deploy my custom component to TAC?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;java.lang.RuntimeException: org.talend.commons.exception.PersistenceException: Process cannot be opened because a used component &amp;lt;org.talend.designer.core.model.utils.emf.talendfile.impl.NodeTypeImpl@22a1c1a (binaryData: null, stringData: null, componentName: tHTTPElasticsearchIndex, componentVersion: 0.1, offsetLabelX: 0, offsetLabelY: 0, posX: 800, posY: 224, sizeX: 35, sizeY: 37, screenshot: null)&amp;gt; is not loaded&lt;BR /&gt;at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(Unknown Source)&lt;BR /&gt;at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(Unknown Source)&lt;BR /&gt;at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(Unknown Source)&lt;BR /&gt;at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(Unknown Source)&lt;BR /&gt;at org.talend.commandline.command.CommandConsumer.executeCommand(Unknown Source)&lt;BR /&gt;at org.talend.commandline.command.CommandConsumer.execute(Unknown Source)&lt;BR /&gt;at org.talend.commandline.mode.ServerCommandLine$CommmandConsumerRunnable.run(Unknown Source)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:27:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:27:21Z</dc:date>
    <item>
      <title>Custom component is not loaded in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-component-is-not-loaded-in-TAC/m-p/2299720#M145272</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I created a custom component and create a job with the component. I run the job with no issue in Studio but when I try to run the job in TAC, the job throws custom component is not loaded exception. How can I deploy my custom component to TAC?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;java.lang.RuntimeException: org.talend.commons.exception.PersistenceException: Process cannot be opened because a used component &amp;lt;org.talend.designer.core.model.utils.emf.talendfile.impl.NodeTypeImpl@22a1c1a (binaryData: null, stringData: null, componentName: tHTTPElasticsearchIndex, componentVersion: 0.1, offsetLabelX: 0, offsetLabelY: 0, posX: 800, posY: 224, sizeX: 35, sizeY: 37, screenshot: null)&amp;gt; is not loaded&lt;BR /&gt;at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(Unknown Source)&lt;BR /&gt;at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(Unknown Source)&lt;BR /&gt;at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(Unknown Source)&lt;BR /&gt;at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(Unknown Source)&lt;BR /&gt;at org.talend.commandline.command.CommandConsumer.executeCommand(Unknown Source)&lt;BR /&gt;at org.talend.commandline.command.CommandConsumer.execute(Unknown Source)&lt;BR /&gt;at org.talend.commandline.mode.ServerCommandLine$CommmandConsumerRunnable.run(Unknown Source)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:745)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-component-is-not-loaded-in-TAC/m-p/2299720#M145272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom component is not loaded in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-component-is-not-loaded-in-TAC/m-p/2299721#M145273</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;Are you using &lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Nexus &lt;/FONT&gt;&lt;/FONT&gt;or commandline? Have you already checked the configuration on the TAC?&lt;/P&gt; 
&lt;P&gt;You add custom components to a local folder first. Then, you point Studio to that folder via Window/Preferences/Talend/Components /User component folder. Here's where you set the path to your user component folder. Once you build the job, the required code is included in the archive file. Up to this point, Nexus has nothing to do with that, it is only involved in storing the job builds.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When commandline runs on a seperate (remote) machine, you need to make sure that the custom components are shared &amp;nbsp;across the project. To put the custom component in the folder you configured in the command line. And make sure that folder is accessible to the command line.&lt;BR /&gt;&lt;BR /&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;</description>
      <pubDate>Fri, 04 Aug 2017 03:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-component-is-not-loaded-in-TAC/m-p/2299721#M145273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-04T03:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom component is not loaded in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-component-is-not-loaded-in-TAC/m-p/2299722#M145274</link>
      <description>&lt;P&gt;Hi, thanks for your information, I have setup a folder in TAC hosting server and configured the path in command line user component path configuration to get the error fixed. I have a question, if anything change to the custom component, that would means that I will need to replace my custom component folder for the new change to take effect?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 02:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-component-is-not-loaded-in-TAC/m-p/2299722#M145274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T02:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom component is not loaded in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-component-is-not-loaded-in-TAC/m-p/2299723#M145275</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LM47AAG"&gt;@plchia&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Hi, thanks for your information, I have setup a folder in TAC hosting server and configured the path in command line user component path configuration to get the error fixed. I have a question, if anything change to the custom component, that would means that I will need to replace my custom component folder for the new change to take effect?&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;If you are using commandline, you need to make sure that your change has been updated in your custom component folder.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 03:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-component-is-not-loaded-in-TAC/m-p/2299723#M145275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T03:54:51Z</dc:date>
    </item>
  </channel>
</rss>

