<?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 [resolved] TAC generation error from downloaded component. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-TAC-generation-error-from-downloaded-component/m-p/2355111#M120932</link>
    <description>Hi, 
&lt;BR /&gt;I've been using the PLSAPSimpleInput () component&amp;nbsp;in a job on my development server, and when loaded and used, everything was fine. Yesterday I began migrating jobs to the production environment, which is hosted on a new server. After copying the jobs into a new project and setting up a new TAC, this job will not generate, though it runs correctly in studio with a Target Exec on the TAC server machine. 
&lt;BR /&gt;When I attempted to generate the job, this error was given:&amp;nbsp; 
&lt;BR /&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@7ac511f1 (binaryData: null, stringData: null, componentName: tPLSAPSimpleInput, componentVersion: 0.101, offsetLabelX: 0, offsetLabelY: 0, posX: 256, posY: 96, sizeX: 32, sizeY: 35, screenshot: null)&amp;gt; is not loaded 
&lt;BR /&gt; at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:148) 
&lt;BR /&gt; at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(AbstractExtensionCommandSwitch.java:31) 
&lt;BR /&gt; at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(CommandProcessorSwitch.java:161) 
&lt;BR /&gt; at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:70) 
&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:744) 
&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@7ac511f1 (binaryData: null, stringData: null, componentName: tPLSAPSimpleInput, componentVersion: 0.101, offsetLabelX: 0, offsetLabelY: 0, posX: 256, posY: 96, sizeX: 32, sizeY: 35, screenshot: null)&amp;gt; is not loaded 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.checkLoadNodes(Process.java:2098) 
&lt;BR /&gt; at org.talend.commandline.util.JobHandler.export(JobHandler.java:237) 
&lt;BR /&gt; at org.talend.commandline.command.execute.BuildJobExecuteCommand.execute(BuildJobExecuteCommand.java:93) 
&lt;BR /&gt; at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:146) 
&lt;BR /&gt; ... 7 more 
&lt;BR /&gt;org.talend.gwtadministrator.client.module.dashboard.commandline.model.CommandLineBean.executeGroupCommand(CommandLineBean.java:250) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.job.generate.JobGenerator.executeGroupCommand(JobGenerator.java:308) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.job.generate.JobGenerator.generate(JobGenerator.java:148) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler.generateJobScriptUnit(ExecutionTaskHandler.java:374) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler.runTaskUnit(ExecutionTaskHandler.java:918) 
&lt;BR /&gt;org.talend.administrator.scheduler.jobs.RemoteTaskExecution.executeRemoteJob(RemoteTaskExecution.java:351) 
&lt;BR /&gt;org.talend.administrator.scheduler.jobs.RemoteTaskExecution.execute(RemoteTaskExecution.java:192) 
&lt;BR /&gt;org.talend.administrator.scheduler.jobs.RemoteExecutionSwitcher.execute(RemoteExecutionSwitcher.java:50) 
&lt;BR /&gt;org.quartz.core.JobRunShell.run(JobRunShell.java:199) 
&lt;BR /&gt;org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546) 
&lt;BR /&gt;Caused by: 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@7ac511f1 (binaryData: null, stringData: null, componentName: tPLSAPSimpleInput, componentVersion: 0.101, offsetLabelX: 0, offsetLabelY: 0, posX: 256, posY: 96, sizeX: 32, sizeY: 35, screenshot: null)&amp;gt; is not loaded 
&lt;BR /&gt; at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:148) 
&lt;BR /&gt; at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(AbstractExtensionCommandSwitch.java:31) 
&lt;BR /&gt; at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(CommandProcessorSwitch.java:161) 
&lt;BR /&gt; at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:70) 
&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:744) 
&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@7ac511f1 (binaryData: null, stringData: null, componentName: tPLSAPSimpleInput, componentVersion: 0.101, offsetLabelX: 0, offsetLabelY: 0, posX: 256, posY: 96, sizeX: 32, sizeY: 35, screenshot: null)&amp;gt; is not loaded 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.checkLoadNodes(Process.java:2098) 
&lt;BR /&gt; at org.talend.commandline.util.JobHandler.export(JobHandler.java:237) 
&lt;BR /&gt; at org.talend.commandline.command.execute.BuildJobExecuteCommand.execute(BuildJobExecuteCommand.java:93) 
&lt;BR /&gt; at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:146) 
&lt;BR /&gt; ... 7 more 
&lt;BR /&gt;At this point I've included the necessary files in the studio section of the TAC installation on the server, and can run it there, but still cannot generate it in TAC. Is there something I'm missing in regards to TAC + talend exchange components? I should also note that it is not stored in a custom component folder, but added into the plugins/lib/etc. folders as needed, so I don't have TAC connecting to a custom component folder in configuration settings (but this wasn't the case on the DEV server either). 
&lt;BR /&gt;Can anyone help?</description>
    <pubDate>Sat, 16 Nov 2024 11:30:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:30:21Z</dc:date>
    <item>
      <title>[resolved] TAC generation error from downloaded component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TAC-generation-error-from-downloaded-component/m-p/2355111#M120932</link>
      <description>Hi, 
&lt;BR /&gt;I've been using the PLSAPSimpleInput () component&amp;nbsp;in a job on my development server, and when loaded and used, everything was fine. Yesterday I began migrating jobs to the production environment, which is hosted on a new server. After copying the jobs into a new project and setting up a new TAC, this job will not generate, though it runs correctly in studio with a Target Exec on the TAC server machine. 
&lt;BR /&gt;When I attempted to generate the job, this error was given:&amp;nbsp; 
&lt;BR /&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@7ac511f1 (binaryData: null, stringData: null, componentName: tPLSAPSimpleInput, componentVersion: 0.101, offsetLabelX: 0, offsetLabelY: 0, posX: 256, posY: 96, sizeX: 32, sizeY: 35, screenshot: null)&amp;gt; is not loaded 
&lt;BR /&gt; at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:148) 
&lt;BR /&gt; at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(AbstractExtensionCommandSwitch.java:31) 
&lt;BR /&gt; at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(CommandProcessorSwitch.java:161) 
&lt;BR /&gt; at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:70) 
&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:744) 
&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@7ac511f1 (binaryData: null, stringData: null, componentName: tPLSAPSimpleInput, componentVersion: 0.101, offsetLabelX: 0, offsetLabelY: 0, posX: 256, posY: 96, sizeX: 32, sizeY: 35, screenshot: null)&amp;gt; is not loaded 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.checkLoadNodes(Process.java:2098) 
&lt;BR /&gt; at org.talend.commandline.util.JobHandler.export(JobHandler.java:237) 
&lt;BR /&gt; at org.talend.commandline.command.execute.BuildJobExecuteCommand.execute(BuildJobExecuteCommand.java:93) 
&lt;BR /&gt; at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:146) 
&lt;BR /&gt; ... 7 more 
&lt;BR /&gt;org.talend.gwtadministrator.client.module.dashboard.commandline.model.CommandLineBean.executeGroupCommand(CommandLineBean.java:250) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.job.generate.JobGenerator.executeGroupCommand(JobGenerator.java:308) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.job.generate.JobGenerator.generate(JobGenerator.java:148) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler.generateJobScriptUnit(ExecutionTaskHandler.java:374) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler.runTaskUnit(ExecutionTaskHandler.java:918) 
&lt;BR /&gt;org.talend.administrator.scheduler.jobs.RemoteTaskExecution.executeRemoteJob(RemoteTaskExecution.java:351) 
&lt;BR /&gt;org.talend.administrator.scheduler.jobs.RemoteTaskExecution.execute(RemoteTaskExecution.java:192) 
&lt;BR /&gt;org.talend.administrator.scheduler.jobs.RemoteExecutionSwitcher.execute(RemoteExecutionSwitcher.java:50) 
&lt;BR /&gt;org.quartz.core.JobRunShell.run(JobRunShell.java:199) 
&lt;BR /&gt;org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:546) 
&lt;BR /&gt;Caused by: 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@7ac511f1 (binaryData: null, stringData: null, componentName: tPLSAPSimpleInput, componentVersion: 0.101, offsetLabelX: 0, offsetLabelY: 0, posX: 256, posY: 96, sizeX: 32, sizeY: 35, screenshot: null)&amp;gt; is not loaded 
&lt;BR /&gt; at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:148) 
&lt;BR /&gt; at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(AbstractExtensionCommandSwitch.java:31) 
&lt;BR /&gt; at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(CommandProcessorSwitch.java:161) 
&lt;BR /&gt; at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:70) 
&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:744) 
&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@7ac511f1 (binaryData: null, stringData: null, componentName: tPLSAPSimpleInput, componentVersion: 0.101, offsetLabelX: 0, offsetLabelY: 0, posX: 256, posY: 96, sizeX: 32, sizeY: 35, screenshot: null)&amp;gt; is not loaded 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.checkLoadNodes(Process.java:2098) 
&lt;BR /&gt; at org.talend.commandline.util.JobHandler.export(JobHandler.java:237) 
&lt;BR /&gt; at org.talend.commandline.command.execute.BuildJobExecuteCommand.execute(BuildJobExecuteCommand.java:93) 
&lt;BR /&gt; at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:146) 
&lt;BR /&gt; ... 7 more 
&lt;BR /&gt;At this point I've included the necessary files in the studio section of the TAC installation on the server, and can run it there, but still cannot generate it in TAC. Is there something I'm missing in regards to TAC + talend exchange components? I should also note that it is not stored in a custom component folder, but added into the plugins/lib/etc. folders as needed, so I don't have TAC connecting to a custom component folder in configuration settings (but this wasn't the case on the DEV server either). 
&lt;BR /&gt;Can anyone help?</description>
      <pubDate>Sat, 16 Nov 2024 11:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TAC-generation-error-from-downloaded-component/m-p/2355111#M120932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] TAC generation error from downloaded component.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-TAC-generation-error-from-downloaded-component/m-p/2355112#M120933</link>
      <description>You have to copy the components to the TAC server and point in the TAC -&amp;gt; Configuration-&amp;gt; Commandline in the attribute Custom Component Path to this directory.
&lt;BR /&gt;You will see an effect if you build a task and see in the in the Commandline view the additional action setCustomComponentpath</description>
      <pubDate>Thu, 11 Sep 2014 20:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-TAC-generation-error-from-downloaded-component/m-p/2355112#M120933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-11T20:46:43Z</dc:date>
    </item>
  </channel>
</rss>

