<?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: [resolved] Compilation issue in Job Conductor (TIS 3.2.2) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291729#M64883</link>
    <description>Hi Janhess and thank you for your answer,
&lt;BR /&gt;I don't think so otherwise all jobs I deployed should have this compliation error.
&lt;BR /&gt;I have about 70 jobs deployed on the JobConductor and they already run well :-)
&lt;BR /&gt;shamza.</description>
    <pubDate>Wed, 02 Nov 2011 14:18:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-11-02T14:18:45Z</dc:date>
    <item>
      <title>[resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291724#M64878</link>
      <description>Hi, 
&lt;BR /&gt;I'm working with TOS 3.2.3. 
&lt;BR /&gt;I created a job that runs perfectly. 
&lt;BR /&gt;I've exported that job and import it in TIS 3.2.2. 
&lt;BR /&gt;The job also works in TIS (application not web part). 
&lt;BR /&gt;Finally, I've tried to runs it in the Job Conductor thanks to the web interface. 
&lt;BR /&gt;But the followinf issue appears : 
&lt;BR /&gt; 
&lt;PRE&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt;	Syntax error, insert "AssignmentOperator Expression" to complete Assignment&lt;BR /&gt;	Syntax error, insert ";" to complete Statement&lt;BR /&gt;	The left-hand side of an assignment must be a variable&lt;BR /&gt;	Syntax error on token "null", invalid ClassType&lt;BR /&gt;	at hrms.hr_gl_ci005_validation_0_1.HR_GL_CI005_VALIDATION.tRunJob_1Process(HR_GL_CI005_VALIDATION.java:822)&lt;BR /&gt;	at hrms.hr_gl_ci005_validation_0_1.HR_GL_CI005_VALIDATION.tJava_1Process(HR_GL_CI005_VALIDATION.java:742)&lt;BR /&gt;	at hrms.hr_gl_ci005_validation_0_1.HR_GL_CI005_VALIDATION.runJobInTOS(HR_GL_CI005_VALIDATION.java:14415)&lt;BR /&gt;	at hrms.hr_gl_ci005_validation_0_1.HR_GL_CI005_VALIDATION.main(HR_GL_CI005_VALIDATION.java:14253)&lt;/PRE&gt; 
&lt;BR /&gt;Since I've created the job in TOS, it didn't changed. 
&lt;BR /&gt;Do you have any idea about this problem ? 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;shamza.</description>
      <pubDate>Sat, 16 Nov 2024 12:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291724#M64878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291725#M64879</link>
      <description>Any suggestions ??</description>
      <pubDate>Thu, 20 Oct 2011 08:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291725#M64879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-20T08:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291726#M64880</link>
      <description>Hi
&lt;BR /&gt;It is a compilation error, make sure the job works fine in studio first, correct it if not. Second, re-generate the task before executing it!
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 20 Oct 2011 09:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291726#M64880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-20T09:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291727#M64881</link>
      <description>Hi shong and sorry for the delay, 
&lt;BR /&gt;I've already tried to re-generate my task and it doesn't work, I even deleted and re-created it. 
&lt;BR /&gt;I did it many times and it still ended with errors. 
&lt;BR /&gt;I'm absolutely sure my job is correct and it runs perfectly in TOS. 
&lt;BR /&gt;However, I found something strange. 
&lt;BR /&gt;Following my first attached image, my job start with a tJava, a tRunJob, etc.... 
&lt;BR /&gt;When I desactivate all the components of my job, and only let the tJava one, the job runs without errors. 
&lt;BR /&gt;When I activate the tRunJob, it crashed -&amp;gt; I deduce my subjob is wrong. 
&lt;BR /&gt;So I tried to desactivate all the componenets of my subjob (second attached image) except the first one (tFileInputXML). 
&lt;BR /&gt;The compilation error appeared. 
&lt;BR /&gt;It seems when my subjob make a task, even just displaying a message, it crash. 
&lt;BR /&gt;So, have you ever meet this kind of issue ? 
&lt;BR /&gt;Do you have a solution to resolve it ? 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;shamza.</description>
      <pubDate>Wed, 02 Nov 2011 14:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291727#M64881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-02T14:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291728#M64882</link>
      <description>What version of job conductor? You say you went from TOS 3.2.3 to TIS 3.2.2. There could be compatibility isseus.</description>
      <pubDate>Wed, 02 Nov 2011 14:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291728#M64882</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-11-02T14:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291729#M64883</link>
      <description>Hi Janhess and thank you for your answer,
&lt;BR /&gt;I don't think so otherwise all jobs I deployed should have this compliation error.
&lt;BR /&gt;I have about 70 jobs deployed on the JobConductor and they already run well :-)
&lt;BR /&gt;shamza.</description>
      <pubDate>Wed, 02 Nov 2011 14:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291729#M64883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-02T14:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291730#M64884</link>
      <description>any other idea ?</description>
      <pubDate>Thu, 03 Nov 2011 13:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291730#M64884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-03T13:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291731#M64885</link>
      <description>Presumably it generated and deployed ok in Job Conductor.</description>
      <pubDate>Thu, 03 Nov 2011 14:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291731#M64885</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-11-03T14:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291732#M64886</link>
      <description>Exactly Janhess &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 03 Nov 2011 14:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291732#M64886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-03T14:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291733#M64887</link>
      <description>Have you checked the code against the failing line?</description>
      <pubDate>Fri, 04 Nov 2011 10:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291733#M64887</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-11-04T10:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291734#M64888</link>
      <description>The failing lines seems not correspond to my java class.
&lt;BR /&gt;I have re-generate, re-deploye and re-run my job and the following issue appears :
&lt;BR /&gt;
&lt;PRE&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt;	Syntax error, insert "AssignmentOperator Expression" to complete Assignment&lt;BR /&gt;	The left-hand side of an assignment must be a variable&lt;BR /&gt;	Syntax error, insert ";" to complete Statement&lt;BR /&gt;	Syntax error on token "null", invalid ClassType&lt;BR /&gt;	at hrms.hr_gl_ci005_validation_fr_0_1.HR_GL_CI005_VALIDATION_FR.tRunJob_1Process(HR_GL_CI005_VALIDATION_FR.java:1247)&lt;BR /&gt;	at hrms.hr_gl_ci005_validation_fr_0_1.HR_GL_CI005_VALIDATION_FR.tJava_1Process(HR_GL_CI005_VALIDATION_FR.java:1167)&lt;BR /&gt;	at hrms.hr_gl_ci005_validation_fr_0_1.HR_GL_CI005_VALIDATION_FR.runJobInTOS(HR_GL_CI005_VALIDATION_FR.java:32050)&lt;BR /&gt;	at hrms.hr_gl_ci005_validation_fr_0_1.HR_GL_CI005_VALIDATION_FR.main(HR_GL_CI005_VALIDATION_FR.java:31874)&lt;/PRE&gt;
&lt;BR /&gt;When I check the lines on my java class, lines 31874 &amp;amp; 32050 does not exist, and the lines 1247 &amp;amp; 1167 seems correct (look at the attached images).
&lt;BR /&gt;Strange, don't you think ?!</description>
      <pubDate>Mon, 07 Nov 2011 10:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291734#M64888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-07T10:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Compilation issue in Job Conductor (TIS 3.2.2)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291735#M64889</link>
      <description>Hi all,
&lt;BR /&gt;I found the solution.
&lt;BR /&gt;It seems that the commit on the SVN workspace didn't run correctly.
&lt;BR /&gt;So when I run my job, TIS was looking for an unknown job.
&lt;BR /&gt;I've re-imported the missing jobs, and I checked on the workspace ("process" folder) if these jobs were uploaded.
&lt;BR /&gt;After that, I've re-run my job and now, it runs perfectly.
&lt;BR /&gt;Just take a look on this issue for the future.
&lt;BR /&gt;Thank you all for your help,
&lt;BR /&gt;shamza.</description>
      <pubDate>Thu, 17 Nov 2011 10:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Compilation-issue-in-Job-Conductor-TIS-3-2-2/m-p/2291735#M64889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-17T10:01:06Z</dc:date>
    </item>
  </channel>
</rss>

