<?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 Commandline / Git issue on latest version in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Commandline-Git-issue-on-latest-version/m-p/2228630#M19828</link>
    <description>Hello there, 
&lt;BR /&gt;We want to utilise Latest Version functionalities from Tac and we are having some issues. When we are increasing the version in the studio and we have a Cron-Quartz schedule job, the commandline failed to compile. 
&lt;BR /&gt;Configuration:&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Talend 6.2.1 Data Fabric 
&lt;BR /&gt;Centos 7.1 - 64bits (replicated on RHEL 7) 
&lt;BR /&gt;8Gb of Ram 
&lt;BR /&gt;Java 1.8u102 (the RHEL is on 1.8u61) 
&lt;BR /&gt;Public GitHub (the RHEL is on a different GH) 
&lt;BR /&gt; 
&lt;BR /&gt;The scenario to replicate is minimal. 
&lt;BR /&gt; 
&lt;BR /&gt;New DI job 
&lt;BR /&gt;put a tJAva with System.out.println("this is version 1"); 
&lt;BR /&gt;save run in Studio - it is fine 
&lt;BR /&gt;go to TAC, add a new normal task referring to the job from Git, choose Latest as version 
&lt;BR /&gt;add a CRON schedule to run every 5 min 
&lt;BR /&gt;run the first job manually, it works 
&lt;BR /&gt;go to the studio, increase the version from 0.1 to 0.2, open the job and change the tJava to "This is version 2" and save 
&lt;BR /&gt;wait for the TAC to rerun 
&lt;BR /&gt;commandline failed at compilation with some Git issue (while, if I am compiling manually in TAC or from Studio, it works) 
&lt;BR /&gt; 
&lt;BR /&gt;This is the logtrace: 
&lt;BR /&gt;Failed to login to CommandLine : org.talend.commons.exception.PersistenceException: java.lang.Exception: Unable to access Git. Please check Git login in user settings in TAC. 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.beforeLogon(GitBaseRepositoryFactory.java:291) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:365) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(RemoteRepositoryFactory.java:312) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(RemoteRepositoryFactory.java:252) 
&lt;BR /&gt;at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1828) 
&lt;BR /&gt;at org.talend.commandline.util.RepositoryHandler.logonProject(RepositoryHandler.java:69) 
&lt;BR /&gt;at org.talend.commandline.command.CommandProcessor.logonProject(CommandProcessor.java:128) 
&lt;BR /&gt;at org.talend.commandline.command.CommandProcessorSwitch.caseLogonProjectCommand(CommandProcessorSwitch.java:128) 
&lt;BR /&gt;at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:54) 
&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:745) 
&lt;BR /&gt;Caused by: java.lang.Exception: Unable to access Git. Please check Git login in user settings in TAC. 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandler.getUser(GitHandler.java:336) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandler.&amp;lt;init&amp;gt;(GitHandler.java:193) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandlerFactory.createHandler(GitHandlerFactory.java:46) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.beforeLogon(GitBaseRepositoryFactory.java:191) 
&lt;BR /&gt;... 12 more 
&lt;BR /&gt;org.talend.gwtadministrator.client.module.dashboard.commandline.model.CommandLineBean.executeGroupCommand(CommandLineBean.java:270) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.job.generate.JobGenerator.executeGroupCommand(JobGenerator.java:319) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.job.generate.JobGenerator.generate(JobGenerator.java:151) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler.generateJobScriptUnit(ExecutionTaskHandler.java:483) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler.runTaskUnit(ExecutionTaskHandler.java:1132) 
&lt;BR /&gt;org.talend.administrator.scheduler.jobs.RemoteTaskExecution.executeRemoteJob(RemoteTaskExecution.java:472) 
&lt;BR /&gt;org.talend.administrator.scheduler.jobs.RemoteTaskExecution.execute(RemoteTaskExecution.java:248) 
&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: org.talend.commons.exception.PersistenceException: java.lang.Exception: Unable to access Git. Please check Git login in user settings in TAC. 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.beforeLogon(GitBaseRepositoryFactory.java:291) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:365) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(RemoteRepositoryFactory.java:312) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(RemoteRepositoryFactory.java:252) 
&lt;BR /&gt;at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1828) 
&lt;BR /&gt;at org.talend.commandline.util.RepositoryHandler.logonProject(RepositoryHandler.java:69) 
&lt;BR /&gt;at org.talend.commandline.command.CommandProcessor.logonProject(CommandProcessor.java:128) 
&lt;BR /&gt;at org.talend.commandline.command.CommandProcessorSwitch.caseLogonProjectCommand(CommandProcessorSwitch.java:128) 
&lt;BR /&gt;at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:54) 
&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:745) 
&lt;BR /&gt;Caused by: java.lang.Exception: Unable to access Git. Please check Git login in user settings in TAC. 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandler.getUser(GitHandler.java:336) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandler.&amp;lt;init&amp;gt;(GitHandler.java:193) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandlerFactory.createHandler(GitHandlerFactory.java:46) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.beforeLogon(GitBaseRepositoryFactory.java:191) 
&lt;BR /&gt;... 12 more 
&lt;BR /&gt;Is it a mis-config or a bug? 
&lt;BR /&gt;Thanks for your assistance,</description>
    <pubDate>Mon, 05 Sep 2016 03:24:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-05T03:24:09Z</dc:date>
    <item>
      <title>Commandline / Git issue on latest version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Commandline-Git-issue-on-latest-version/m-p/2228630#M19828</link>
      <description>Hello there, 
&lt;BR /&gt;We want to utilise Latest Version functionalities from Tac and we are having some issues. When we are increasing the version in the studio and we have a Cron-Quartz schedule job, the commandline failed to compile. 
&lt;BR /&gt;Configuration:&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;Talend 6.2.1 Data Fabric 
&lt;BR /&gt;Centos 7.1 - 64bits (replicated on RHEL 7) 
&lt;BR /&gt;8Gb of Ram 
&lt;BR /&gt;Java 1.8u102 (the RHEL is on 1.8u61) 
&lt;BR /&gt;Public GitHub (the RHEL is on a different GH) 
&lt;BR /&gt; 
&lt;BR /&gt;The scenario to replicate is minimal. 
&lt;BR /&gt; 
&lt;BR /&gt;New DI job 
&lt;BR /&gt;put a tJAva with System.out.println("this is version 1"); 
&lt;BR /&gt;save run in Studio - it is fine 
&lt;BR /&gt;go to TAC, add a new normal task referring to the job from Git, choose Latest as version 
&lt;BR /&gt;add a CRON schedule to run every 5 min 
&lt;BR /&gt;run the first job manually, it works 
&lt;BR /&gt;go to the studio, increase the version from 0.1 to 0.2, open the job and change the tJava to "This is version 2" and save 
&lt;BR /&gt;wait for the TAC to rerun 
&lt;BR /&gt;commandline failed at compilation with some Git issue (while, if I am compiling manually in TAC or from Studio, it works) 
&lt;BR /&gt; 
&lt;BR /&gt;This is the logtrace: 
&lt;BR /&gt;Failed to login to CommandLine : org.talend.commons.exception.PersistenceException: java.lang.Exception: Unable to access Git. Please check Git login in user settings in TAC. 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.beforeLogon(GitBaseRepositoryFactory.java:291) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:365) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(RemoteRepositoryFactory.java:312) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(RemoteRepositoryFactory.java:252) 
&lt;BR /&gt;at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1828) 
&lt;BR /&gt;at org.talend.commandline.util.RepositoryHandler.logonProject(RepositoryHandler.java:69) 
&lt;BR /&gt;at org.talend.commandline.command.CommandProcessor.logonProject(CommandProcessor.java:128) 
&lt;BR /&gt;at org.talend.commandline.command.CommandProcessorSwitch.caseLogonProjectCommand(CommandProcessorSwitch.java:128) 
&lt;BR /&gt;at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:54) 
&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:745) 
&lt;BR /&gt;Caused by: java.lang.Exception: Unable to access Git. Please check Git login in user settings in TAC. 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandler.getUser(GitHandler.java:336) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandler.&amp;lt;init&amp;gt;(GitHandler.java:193) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandlerFactory.createHandler(GitHandlerFactory.java:46) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.beforeLogon(GitBaseRepositoryFactory.java:191) 
&lt;BR /&gt;... 12 more 
&lt;BR /&gt;org.talend.gwtadministrator.client.module.dashboard.commandline.model.CommandLineBean.executeGroupCommand(CommandLineBean.java:270) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.job.generate.JobGenerator.executeGroupCommand(JobGenerator.java:319) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.job.generate.JobGenerator.generate(JobGenerator.java:151) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler.generateJobScriptUnit(ExecutionTaskHandler.java:483) 
&lt;BR /&gt;org.talend.administrator.scheduler.business.ExecutionTaskHandler.runTaskUnit(ExecutionTaskHandler.java:1132) 
&lt;BR /&gt;org.talend.administrator.scheduler.jobs.RemoteTaskExecution.executeRemoteJob(RemoteTaskExecution.java:472) 
&lt;BR /&gt;org.talend.administrator.scheduler.jobs.RemoteTaskExecution.execute(RemoteTaskExecution.java:248) 
&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: org.talend.commons.exception.PersistenceException: java.lang.Exception: Unable to access Git. Please check Git login in user settings in TAC. 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.beforeLogon(GitBaseRepositoryFactory.java:291) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:365) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(RemoteRepositoryFactory.java:312) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(RemoteRepositoryFactory.java:252) 
&lt;BR /&gt;at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1828) 
&lt;BR /&gt;at org.talend.commandline.util.RepositoryHandler.logonProject(RepositoryHandler.java:69) 
&lt;BR /&gt;at org.talend.commandline.command.CommandProcessor.logonProject(CommandProcessor.java:128) 
&lt;BR /&gt;at org.talend.commandline.command.CommandProcessorSwitch.caseLogonProjectCommand(CommandProcessorSwitch.java:128) 
&lt;BR /&gt;at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:54) 
&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:745) 
&lt;BR /&gt;Caused by: java.lang.Exception: Unable to access Git. Please check Git login in user settings in TAC. 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandler.getUser(GitHandler.java:336) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandler.&amp;lt;init&amp;gt;(GitHandler.java:193) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitHandlerFactory.createHandler(GitHandlerFactory.java:46) 
&lt;BR /&gt;at org.talend.repository.gitprovider.core.GitBaseRepositoryFactory.beforeLogon(GitBaseRepositoryFactory.java:191) 
&lt;BR /&gt;... 12 more 
&lt;BR /&gt;Is it a mis-config or a bug? 
&lt;BR /&gt;Thanks for your assistance,</description>
      <pubDate>Mon, 05 Sep 2016 03:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Commandline-Git-issue-on-latest-version/m-p/2228630#M19828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-05T03:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Commandline / Git issue on latest version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Commandline-Git-issue-on-latest-version/m-p/2228631#M19829</link>
      <description>Hi,
&lt;BR /&gt;With your&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Talend 6.2.1 Data Fabric product, could you please report a ticket on talend support portal so that we can give you a remote assistance on your Git issue through support cycle with priority?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 06 Sep 2016 08:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Commandline-Git-issue-on-latest-version/m-p/2228631#M19829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-06T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Commandline / Git issue on latest version</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Commandline-Git-issue-on-latest-version/m-p/2228632#M19830</link>
      <description>No worries, I did and a Jira ticket has been raised:
&lt;BR /&gt;
&lt;A href="https://jira.talendforge.org/browse/TMC-9207" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TMC-9207&lt;/A&gt;</description>
      <pubDate>Mon, 12 Sep 2016 02:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Commandline-Git-issue-on-latest-version/m-p/2228632#M19830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-12T02:46:15Z</dc:date>
    </item>
  </channel>
</rss>

