<?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 Talend 7.2 CI builder remote server generation (CI/CD) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-7-2-CI-builder-remote-server-generation-CI-CD/m-p/2288160#M146536</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm going through the CI Best practices from&amp;nbsp;&lt;A href="https://help.talend.com/reader/Zpzt_P_L6RrGuFyEnxwwqw/74u65XbXtYX5zFMRT6R02w" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/Zpzt_P_L6RrGuFyEnxwwqw/74u65XbXtYX5zFMRT6R02w&lt;/A&gt;&amp;nbsp;where it recommends to use Commandline on the same CI server. Using it as a server is deprecated and not recommended. But, has anybody been able to make it work?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've substituted the maven options with the ones shown below:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;mavenOpts: '-Dgeneration.type=server -Dcommandline.host=[command_line_host] -Dcommandline.port=[command_line_port] -Dcommandline.user=[TAC_user] -Dlicense.path=[path_to_license_on_commandline_server] -DaltDeploymentRepository=snapshots::default::http://[artifactory_url]/artifactory/snapshots/ -Xms1024m -Xmx3096m')&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;This is throwing an error on Jenkins (shown at the bottom). Commandline is up and running, I can even see some temp stuff on its workspace created. If I just use the original local maven options it works, so it is not getting properly invoked as a server.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Any idea what it might be?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;&lt;FONT size="2" color="#333333"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri,Arial,Helvetica,sans-serif" color="#CC0000"&gt;&lt;STRONG&gt;[ERROR] Failed to execute goal org.talend.ci:builder-maven-plugin:7.2.1:generate (default) on project code.Master: Fail to execute command: BuildItemSourcesCommand buildItemSources '_v0b2IBAjEeqQCam1J8CLFA' -iv '0.1': Have exceptions when execute the command: BuildItemSourcesCommand buildItemSources '_v0b2IBAjEeqQCam1J8CLFA' -iv '0.1': java.lang.RuntimeException: java.lang.NullPointerException&lt;/STRONG&gt;&lt;/FONT&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/PRE&gt; 
&lt;PRE&gt;&lt;FONT size="2" color="#333333"&gt;&lt;SPAN&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]   at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:191)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]    at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(AbstractExtensionCommandSwitch.java:31)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]       at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(CommandProcessorSwitch.java:179)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]      at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:70)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]        at org.talend.commandline.command.CommandConsumer.executeCommand(CommandConsumer.java:57)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]    at org.talend.commandline.command.CommandConsumer.execute(CommandConsumer.java:35)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]       at org.talend.commandline.mode.ServerCommandLine$CommmandConsumerRunnable.run(ServerCommandLine.java:139)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]   at java.lang.Thread.run(Thread.java:748)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR] Caused by: java.lang.NullPointerException&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]     at org.talend.commandline.command.execute.BuildItemSourcesExecuteCommand.execute(BuildItemSourcesExecuteCommand.java:97)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]  at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:189)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]   ... 7 more&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR] -&amp;gt; [Help 1]&lt;/STRONG&gt;&lt;/FONT&gt;org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.talend.ci:builder-maven-plugin:7.2.1:generate (default) on project code.Master: Fail to execute command: BuildItemSourcesCommand buildItemSources '_v0b2IBAjEeqQCam1J8CLFA' -iv '0.1'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/PRE&gt; 
&lt;DIV&gt;
  ........... 
&lt;/DIV&gt; 
&lt;PRE&gt;&lt;FONT size="2" color="#333333"&gt;&lt;SPAN&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR] Failed to execute goal org.talend.ci:signer-maven-plugin:7.2.1:sign (sign) on project testjob: Check session id failed. -&amp;gt; [Help 1]&lt;/STRONG&gt;&lt;/FONT&gt;org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.talend.ci:signer-maven-plugin:7.2.1:sign (sign) on project testjob: Check session id failed.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;Thanks!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:59:52 GMT</pubDate>
    <dc:creator>GGonzalez</dc:creator>
    <dc:date>2024-11-16T03:59:52Z</dc:date>
    <item>
      <title>Talend 7.2 CI builder remote server generation (CI/CD)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-7-2-CI-builder-remote-server-generation-CI-CD/m-p/2288160#M146536</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm going through the CI Best practices from&amp;nbsp;&lt;A href="https://help.talend.com/reader/Zpzt_P_L6RrGuFyEnxwwqw/74u65XbXtYX5zFMRT6R02w" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/Zpzt_P_L6RrGuFyEnxwwqw/74u65XbXtYX5zFMRT6R02w&lt;/A&gt;&amp;nbsp;where it recommends to use Commandline on the same CI server. Using it as a server is deprecated and not recommended. But, has anybody been able to make it work?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've substituted the maven options with the ones shown below:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;mavenOpts: '-Dgeneration.type=server -Dcommandline.host=[command_line_host] -Dcommandline.port=[command_line_port] -Dcommandline.user=[TAC_user] -Dlicense.path=[path_to_license_on_commandline_server] -DaltDeploymentRepository=snapshots::default::http://[artifactory_url]/artifactory/snapshots/ -Xms1024m -Xmx3096m')&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;This is throwing an error on Jenkins (shown at the bottom). Commandline is up and running, I can even see some temp stuff on its workspace created. If I just use the original local maven options it works, so it is not getting properly invoked as a server.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Any idea what it might be?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;&lt;FONT size="2" color="#333333"&gt;&lt;SPAN&gt;&lt;FONT face="Calibri,Arial,Helvetica,sans-serif" color="#CC0000"&gt;&lt;STRONG&gt;[ERROR] Failed to execute goal org.talend.ci:builder-maven-plugin:7.2.1:generate (default) on project code.Master: Fail to execute command: BuildItemSourcesCommand buildItemSources '_v0b2IBAjEeqQCam1J8CLFA' -iv '0.1': Have exceptions when execute the command: BuildItemSourcesCommand buildItemSources '_v0b2IBAjEeqQCam1J8CLFA' -iv '0.1': java.lang.RuntimeException: java.lang.NullPointerException&lt;/STRONG&gt;&lt;/FONT&gt;
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/PRE&gt; 
&lt;PRE&gt;&lt;FONT size="2" color="#333333"&gt;&lt;SPAN&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]   at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:191)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]    at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(AbstractExtensionCommandSwitch.java:31)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]       at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(CommandProcessorSwitch.java:179)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]      at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:70)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]        at org.talend.commandline.command.CommandConsumer.executeCommand(CommandConsumer.java:57)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]    at org.talend.commandline.command.CommandConsumer.execute(CommandConsumer.java:35)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]       at org.talend.commandline.mode.ServerCommandLine$CommmandConsumerRunnable.run(ServerCommandLine.java:139)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]   at java.lang.Thread.run(Thread.java:748)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR] Caused by: java.lang.NullPointerException&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]     at org.talend.commandline.command.execute.BuildItemSourcesExecuteCommand.execute(BuildItemSourcesExecuteCommand.java:97)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]  at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:189)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR]   ... 7 more&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR] -&amp;gt; [Help 1]&lt;/STRONG&gt;&lt;/FONT&gt;org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.talend.ci:builder-maven-plugin:7.2.1:generate (default) on project code.Master: Fail to execute command: BuildItemSourcesCommand buildItemSources '_v0b2IBAjEeqQCam1J8CLFA' -iv '0.1'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/PRE&gt; 
&lt;DIV&gt;
  ........... 
&lt;/DIV&gt; 
&lt;PRE&gt;&lt;FONT size="2" color="#333333"&gt;&lt;SPAN&gt;&lt;FONT color="#CC0000"&gt;&lt;STRONG&gt;[ERROR] Failed to execute goal org.talend.ci:signer-maven-plugin:7.2.1:sign (sign) on project testjob: Check session id failed. -&amp;gt; [Help 1]&lt;/STRONG&gt;&lt;/FONT&gt;org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.talend.ci:signer-maven-plugin:7.2.1:sign (sign) on project testjob: Check session id failed.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-7-2-CI-builder-remote-server-generation-CI-CD/m-p/2288160#M146536</guid>
      <dc:creator>GGonzalez</dc:creator>
      <dc:date>2024-11-16T03:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Talend 7.2 CI builder remote server generation (CI/CD)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-7-2-CI-builder-remote-server-generation-CI-CD/m-p/2288161#M146537</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;We have redirected your issue to our PM and experts and then come back to you as soon as we can.&lt;/P&gt; 
&lt;P&gt;Really thanks for your time!&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 06:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-7-2-CI-builder-remote-server-generation-CI-CD/m-p/2288161#M146537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-05T06:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Talend 7.2 CI builder remote server generation (CI/CD)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-7-2-CI-builder-remote-server-generation-CI-CD/m-p/2288162#M146538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;has this issue been resolved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my team is getting similar error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;kris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 13:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-7-2-CI-builder-remote-server-generation-CI-CD/m-p/2288162#M146538</guid>
      <dc:creator>kkryczka</dc:creator>
      <dc:date>2020-02-19T13:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Talend 7.2 CI builder remote server generation (CI/CD)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-7-2-CI-builder-remote-server-generation-CI-CD/m-p/2288163#M146539</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm afraid we went for the "local" commandline deployment at the end as couldn't make it work otherwise. If you have to perform it remotely you can try the P2 downloading that is mentioned in the documentation. Unfortunately we weren't able to test it as had to move on.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 15:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-7-2-CI-builder-remote-server-generation-CI-CD/m-p/2288163#M146539</guid>
      <dc:creator>GGonzalez</dc:creator>
      <dc:date>2020-02-19T15:50:16Z</dc:date>
    </item>
  </channel>
</rss>

