<?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: CommandLine: At least job &amp;quot;[jobname]&amp;quot; has compile errors, please in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200699#M3095</link>
    <description>Just setup SVN and all jars used in studio have been successfully commited by Studio, this getting the same error, I have even tried using buildJob on the job mentoined in the error message, exactly the same error no indication of where the problem is.</description>
    <pubDate>Fri, 28 Feb 2014 16:54:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-28T16:54:00Z</dc:date>
    <item>
      <title>CommandLine: At least job "[jobname]" has compile errors, please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200695#M3091</link>
      <description>As you can see I'm not having a good week with CommandLine. 
&lt;BR /&gt;We have a number of jobs that are essentially master jobs that consist of a collection of tRunJobs, these jobs run fine in Studio, run fine in TAC, run fine using executeJob and executeAllJob in CommandLine. 
&lt;BR /&gt;We can also build the jobs (to create runable stand alone jobs or to import into TAC) directly in studio, however if we try and use buildJob on *some* of these jobs in CommandLine we get the following errors: 
&lt;BR /&gt; 
&lt;PRE&gt;FAILED at Thu Feb 27 09:52:41 GMT 2014&lt;BR /&gt;exception : org.talend.commandline.client.command.CommandStatusWrapException: java.lang.RuntimeException: org.talend.designer.runprocess.ProcessorException: Job compile errors&lt;BR /&gt;At least job "jobRotaDSAtoDS" has compile errors, please fix and export again.&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.cli.CommandLineHandler.process(CommandLineHandler.java:266)&lt;BR /&gt;	at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:196)&lt;BR /&gt;	at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:183)&lt;BR /&gt;	at org.talend.commandline.command.CommandProcessor.processScriptFile(CommandProcessor.java:356)&lt;BR /&gt;	at org.talend.commandline.cli.CommandLineHandler.executeClientCommand(CommandLineHandler.java:664)&lt;BR /&gt;	at org.talend.commandline.cli.CommandLineHandler.process(CommandLineHandler.java:245)&lt;BR /&gt;	at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:196)&lt;BR /&gt;	at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:183)&lt;BR /&gt;	at org.talend.commandline.mode.NormalCommandLine.start(NormalCommandLine.java:32)&lt;BR /&gt;	at org.talend.commandline.CommandLineApplication.start(CommandLineApplication.java:147)&lt;BR /&gt;	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;BR /&gt;	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)&lt;BR /&gt;	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)&lt;BR /&gt;	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)&lt;BR /&gt;	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)&lt;BR /&gt;	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;	at java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)&lt;BR /&gt;	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)&lt;BR /&gt;	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)&lt;BR /&gt;	at org.eclipse.equinox.launcher.Main.main(Main.java:1383)&lt;BR /&gt;Caused by: org.talend.designer.runprocess.ProcessorException: Job compile errors&lt;BR /&gt;At least job "jobRotaDSAtoDS" has compile errors, please fix and export again.&lt;BR /&gt;	at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:267)&lt;BR /&gt;	at org.talend.commandline.util.JobHandler.export(JobHandler.java:227)&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;	... 28 more&lt;/PRE&gt; 
&lt;BR /&gt;Suffice to say following 
&lt;A href="http://community.talend.com:80/t5/Design-and-Development/Talend-as-part-of-another-application/m-p/1450#M13956" target="_blank"&gt;http://community.talend.com:80/t5/Design-and-Development/Talend-as-part-of-another-application/m-p/1450#M13956&lt;/A&gt; I have checked and the jobs in question are error free.</description>
      <pubDate>Thu, 27 Feb 2014 10:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200695#M3091</guid>
      <dc:creator>Stephen_Elves1</dc:creator>
      <dc:date>2014-02-27T10:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: CommandLine: At least job "[jobname]" has compile errors, please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200696#M3092</link>
      <description>When your jobs runs fine, at some time the build job command must have succeeded. 
&lt;BR /&gt;For me it looks like, the jobs are changed and the new build fails because of code errors. 
&lt;BR /&gt;Check if the commandline has all libraries you using in the studio (e.g. user added libs for routines) 
&lt;BR /&gt;Check if the commandline has all user components you probably using in studio 
&lt;BR /&gt;Check the commandline runs the same Java major release as the studios. 
&lt;BR /&gt;The new way to provide the libraries to the commandline is via a SVN repository. Did you uploaded all necessary libraries to it and did you have setup this SVN repo to the commandline (in the SVN section)</description>
      <pubDate>Thu, 27 Feb 2014 21:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200696#M3092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-27T21:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: CommandLine: At least job "[jobname]" has compile errors, please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200697#M3093</link>
      <description>Hi, &lt;BR /&gt;Please open a ticket on &lt;A href="http://support.talend.com/otrs/customer.pl" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend Support Portal&lt;/A&gt;, our colleagues from support team would give you a hand.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 28 Feb 2014 03:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200697#M3093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-28T03:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: CommandLine: At least job "[jobname]" has compile errors, please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200698#M3094</link>
      <description>Not extra libraries have been added to studio, again the jobs build and run fine on the same box IF run through TAC or even using the same commandline if you use executeJob rather than buildJob. 
&lt;BR /&gt;I haven't setup the libraies SVN repo yet.</description>
      <pubDate>Fri, 28 Feb 2014 12:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200698#M3094</guid>
      <dc:creator>Stephen_Elves1</dc:creator>
      <dc:date>2014-02-28T12:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: CommandLine: At least job "[jobname]" has compile errors, please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200699#M3095</link>
      <description>Just setup SVN and all jars used in studio have been successfully commited by Studio, this getting the same error, I have even tried using buildJob on the job mentoined in the error message, exactly the same error no indication of where the problem is.</description>
      <pubDate>Fri, 28 Feb 2014 16:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200699#M3095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-28T16:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: CommandLine: At least job "[jobname]" has compile errors, please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200700#M3096</link>
      <description>&lt;P&gt;where, how to get nexus repo ?to delete the jar file?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 06:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200700#M3096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-30T06:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: CommandLine: At least job "[jobname]" has compile errors, please</title>
      <link>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200701#M3097</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/20921"&gt;@uganesh&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/20921"&gt;@uganesh&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;where, how to get nexus repo ?to delete the jar file?&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;It's an old topic. Could you please create a new topic with more information about your current situation and issue?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 10:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/CommandLine-At-least-job-quot-jobname-quot-has-compile-errors/m-p/2200701#M3097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-30T10:27:04Z</dc:date>
    </item>
  </channel>
</rss>

