<?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: Custom Components and TAC in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346154#M113585</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I don't recall whether it is necessary to restart the command line service after deploying a new custom component.  You could try that.  If you do please post the results.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;I restarted command line service. Still getting same error.</description>
    <pubDate>Wed, 31 Jul 2013 15:39:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-31T15:39:27Z</dc:date>
    <item>
      <title>Custom Components and TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346150#M113581</link>
      <description>Hi, 
&lt;BR /&gt;I am using Talend Platrform for data services 5.2.2. 
&lt;BR /&gt;In my DI job, I am using a custom component from the Talend Exchange tFileInputTextFlat. I have set up a custom component folder within Studio which contains the custom component artifacts. The job executes fine when run within Studio. 
&lt;BR /&gt;When I try to run the same job via Job Conductor I get the following Error when the job is being generated. I have set the 'User component path' for Commandline to point to the same folder used in Studio using TAC. Can someone help please. 
&lt;BR /&gt;TIA. 
&lt;BR /&gt;+++++++++++++++++++++++++++ 
&lt;BR /&gt;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@2b3d77b5 (binaryData: null, stringData: null, componentName: tFileInputTextFlat, componentVersion: 2.0, offsetLabelX: 0, offsetLabelY: 0, posX: -32, posY: 160, sizeX: &amp;lt;unset&amp;gt;, sizeY: &amp;lt;unset&amp;gt;, screenshot: null)&amp;gt; is not loaded 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.checkLoadNodes(Process.java:2063) 
&lt;BR /&gt; at org.talend.commandline.util.JobHandler.export(JobHandler.java:246) 
&lt;BR /&gt; at org.talend.commandline.command.CommandProcessor.doExportJob(CommandProcessor.java:291) 
&lt;BR /&gt; at org.talend.commandline.command.CommandProcessor.exportJob(CommandProcessor.java:210) 
&lt;BR /&gt; at org.talend.commandline.command.CommandProcessorSwitch.caseExportJobCommand(CommandProcessorSwitch.java:94) 
&lt;BR /&gt; at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:66) 
&lt;BR /&gt; at org.talend.commandline.command.CommandConsumer.executeCommand(CommandConsumer.java:57) 
&lt;BR /&gt; at org.talend.commandline.command.CommandConsumer.execute(CommandConsumer.java:35) 
&lt;BR /&gt; at org.talend.commandline.mode.ServerCommandLine$CommmandConsumerRunnable.run(ServerCommandLine.java:139) 
&lt;BR /&gt; at java.lang.Thread.run(Thread.java:722) 
&lt;BR /&gt;org.talend.gwtadministrator.client.module.dashboard.commandline.model.CommandLineBean.executeGroupCommand(CommandLineBean.java:183) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.job.generate.JobGenerator.executeGroupCommand(JobGenerator.java:278) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.job.generate.JobGenerator.generate(JobGenerator.java:145) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler.generateJobScriptUnit(ExecutionTaskHandler.java:379) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler$1.run(ExecutionTaskHandler.java:321) 
&lt;BR /&gt;Caused by: 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@2b3d77b5 (binaryData: null, stringData: null, componentName: tFileInputTextFlat, componentVersion: 2.0, offsetLabelX: 0, offsetLabelY: 0, posX: -32, posY: 160, sizeX: &amp;lt;unset&amp;gt;, sizeY: &amp;lt;unset&amp;gt;, screenshot: null)&amp;gt; is not loaded 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.checkLoadNodes(Process.java:2063) 
&lt;BR /&gt; at org.talend.commandline.util.JobHandler.export(JobHandler.java:246) 
&lt;BR /&gt; at org.talend.commandline.command.CommandProcessor.doExportJob(CommandProcessor.java:291) 
&lt;BR /&gt; at org.talend.commandline.command.CommandProcessor.exportJob(CommandProcessor.java:210) 
&lt;BR /&gt; at org.talend.commandline.command.CommandProcessorSwitch.caseExportJobCommand(CommandProcessorSwitch.java:94) 
&lt;BR /&gt; at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:66) 
&lt;BR /&gt; at org.talend.commandline.command.CommandConsumer.executeCommand(CommandConsumer.java:57) 
&lt;BR /&gt; at org.talend.commandline.command.CommandConsumer.execute(CommandConsumer.java:35) 
&lt;BR /&gt; at org.talend.commandline.mode.ServerCommandLine$CommmandConsumerRunnable.run(ServerCommandLine.java:139) 
&lt;BR /&gt; at java.lang.Thread.run(Thread.java:722) 
&lt;BR /&gt;++++++++++++</description>
      <pubDate>Tue, 30 Jul 2013 18:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346150#M113581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-30T18:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components and TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346151#M113582</link>
      <description>Checking for the simplest issues&lt;BR /&gt;When you configured the custom component folder, did you do that in TAC?&lt;BR /&gt;Did you put the custom component in the folder you configured in the command line?&lt;BR /&gt;Is that folder accessible to the command line?</description>
      <pubDate>Tue, 30 Jul 2013 23:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346151#M113582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-30T23:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components and TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346152#M113583</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Checking for the simplest issues&lt;BR /&gt;When you configured the custom component folder, did you do that in TAC?&lt;BR /&gt;Did you put the custom component in the folder you configured in the command line?&lt;BR /&gt;Is that folder accessible to the command line?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Yes the custom component  was configured in TAC and the custom component is in the configured folder.&lt;BR /&gt;The folder is on the same host and is accessible to the command  line.</description>
      <pubDate>Wed, 31 Jul 2013 14:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346152#M113583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-31T14:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components and TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346153#M113584</link>
      <description>I don't recall whether it is necessary to restart the command line service after deploying a new custom component.  You could try that.  If you do please post the results.</description>
      <pubDate>Wed, 31 Jul 2013 14:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346153#M113584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-31T14:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components and TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346154#M113585</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I don't recall whether it is necessary to restart the command line service after deploying a new custom component.  You could try that.  If you do please post the results.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;I restarted command line service. Still getting same error.</description>
      <pubDate>Wed, 31 Jul 2013 15:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346154#M113585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-31T15:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components and TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346155#M113586</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I don't recall whether it is necessary to restart the command line service after deploying a new custom component.  You could try that.  If you do please post the results.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;I restarted command line service. Still getting same error.&lt;BR /&gt;The custom component now fails to load in Studio as well. The following error is displayed in the 'Problems' tab in Studio:&lt;BR /&gt;+++++&lt;BR /&gt;unknown value in the list value set not supported by the component&lt;BR /&gt;+++++&lt;BR /&gt;Anyone got any ideas if this is a repository issue? Is there anyway of clearing out  any references to the component in the talend repository?</description>
      <pubDate>Thu, 01 Aug 2013 13:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346155#M113586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-01T13:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components and TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346156#M113587</link>
      <description>Hi&lt;BR /&gt;Could you open a ticket in the Tech Support portal: &lt;A href="http://support.talend.com/otrs/customer.pl" rel="nofollow noopener noreferrer"&gt;http://support.talend.com/otrs/customer.pl&lt;/A&gt;&lt;BR /&gt;This isn't normal.&lt;BR /&gt;Many thanks</description>
      <pubDate>Thu, 01 Aug 2013 14:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-and-TAC/m-p/2346156#M113587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-01T14:39:21Z</dc:date>
    </item>
  </channel>
</rss>

