<?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: tSendMail - compile issues when running on job conductor from project in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-compile-issues-when-running-on-job-conductor-from/m-p/2343812#M111533</link>
    <description>Hi, 
&lt;BR /&gt;We would suggest you to connect to the 
&lt;A href="https://support.talend.com/otrs/customer.pl" target="_blank" rel="nofollow noopener noreferrer"&gt;Support portal&lt;/A&gt; and log your request, so that our colleagues from support team can give you a remote assistance with priority, through the support cycle.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Thu, 22 May 2014 11:14:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-22T11:14:48Z</dc:date>
    <item>
      <title>tSendMail - compile issues when running on job conductor from project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-compile-issues-when-running-on-job-conductor-from/m-p/2343809#M111530</link>
      <description>Version Info: 
&lt;BR /&gt;Talend Enterprise Data Integration - 5.4.1 build r111943 
&lt;BR /&gt;Client Install on windows 7 enterprise 64 bit 
&lt;BR /&gt;Server install on windows server 2012 64 bit 
&lt;BR /&gt;JDK 1.7.0.55 on both machines. 
&lt;BR /&gt;Error info: 
&lt;BR /&gt;I have a simple job that sends a mail using the tSendMail component. 
&lt;BR /&gt;I can run the job using the designer tool without error, both on local machine and against the server via target exec. 
&lt;BR /&gt;I can also run the job using the conductor when it has been deployed as a zip file. 
&lt;BR /&gt;I encounter a compile error when I run the job directly from the project source. see below. 
&lt;BR /&gt;If i remove the tSendMail component from the job I can run it from the source without error. 
&lt;BR /&gt;I think the error could be related to the jar file "mail-1.4.jar" but I don't know where to look for it on the server. 
&lt;BR /&gt;Error message: 
&lt;BR /&gt;java.lang.RuntimeException: org.talend.designer.runprocess.ProcessorException: Job compile errors 
&lt;BR /&gt;At least job "mail_test" 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.mode.ServerCommandLine$CommmandConsumerRunnable.run(ServerCommandLine.java:139) 
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;Caused by: org.talend.designer.runprocess.ProcessorException: Job compile errors 
&lt;BR /&gt;At least job "mail_test" 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; ... 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.designer.runprocess.ProcessorException: Job compile errors 
&lt;BR /&gt;At least job "mail_test" 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.mode.ServerCommandLine$CommmandConsumerRunnable.run(ServerCommandLine.java:139) 
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;Caused by: org.talend.designer.runprocess.ProcessorException: Job compile errors 
&lt;BR /&gt;At least job "mail_test" 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; ... 7 more 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEDt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132245i3C4C8FFB65FF851D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEDt.png" alt="0683p000009MEDt.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME7I.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131375iB63D62BAEB12CDB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME7I.png" alt="0683p000009ME7I.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEDy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138933iBA28A2D5B1E5330B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEDy.png" alt="0683p000009MEDy.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 21 May 2014 12:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-compile-issues-when-running-on-job-conductor-from/m-p/2343809#M111530</guid>
      <dc:creator>bweston</dc:creator>
      <dc:date>2014-05-21T12:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail - compile issues when running on job conductor from project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-compile-issues-when-running-on-job-conductor-from/m-p/2343810#M111531</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I encounter a compile error when I run the job directly from the project source. see below.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Did you deploy your job as .zip file in studio( 
&lt;A href="https://help.talend.com/search/all?query=How+to+build+Jobs&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to build Jobs&lt;/A&gt;) then put it into TAC directly instead of job .zip file generated by command line? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME24.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154891i87FEAA5D0F2674A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME24.png" alt="0683p000009ME24.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 22 May 2014 05:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-compile-issues-when-running-on-job-conductor-from/m-p/2343810#M111531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T05:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail - compile issues when running on job conductor from project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-compile-issues-when-running-on-job-conductor-from/m-p/2343811#M111532</link>
      <description>Thanks for the prompt reply. 
&lt;BR /&gt;I have not used the command line, I built the zip using the studio like in the tutorial you linked then uploaded it to the server as in your screen shot. 
&lt;BR /&gt;I've done a little more digging and found the directory on the server that the jobs are deployed to. 
&lt;BR /&gt;"C:\Talend\5.4.1\tac\archive\jobs\task_25" 
&lt;BR /&gt;Please see screen shot for reference. Note that only the zip deployment contains a lib folder with the necessary .jar files. 
&lt;BR /&gt;This leads me to believe that the jar files should already be located somewhere on the server but I can't find them anywhere. I can locate them on my local PC under the client install; "C:\Talend\5.4.1\studio\lib\java". 
&lt;BR /&gt;I have only installed the server software on the server machine, should have I installed the client also or could I have messed up the config in TAC? 
&lt;BR /&gt;I have configured the SVN within TAC for library but my understanding is that this is only for third party components. 
&lt;BR /&gt;I appreciate your help. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEE3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150668i936E8059757493B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEE3.png" alt="0683p000009MEE3.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 22 May 2014 10:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-compile-issues-when-running-on-job-conductor-from/m-p/2343811#M111532</guid>
      <dc:creator>bweston</dc:creator>
      <dc:date>2014-05-22T10:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail - compile issues when running on job conductor from project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-compile-issues-when-running-on-job-conductor-from/m-p/2343812#M111533</link>
      <description>Hi, 
&lt;BR /&gt;We would suggest you to connect to the 
&lt;A href="https://support.talend.com/otrs/customer.pl" target="_blank" rel="nofollow noopener noreferrer"&gt;Support portal&lt;/A&gt; and log your request, so that our colleagues from support team can give you a remote assistance with priority, through the support cycle.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 22 May 2014 11:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-compile-issues-when-running-on-job-conductor-from/m-p/2343812#M111533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-22T11:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: tSendMail - compile issues when running on job conductor from project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSendMail-compile-issues-when-running-on-job-conductor-from/m-p/2343813#M111534</link>
      <description>I don't seem to be able to access the support portal, I'm currently trialing the product, do I need a licensed product to access support?</description>
      <pubDate>Thu, 22 May 2014 11:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSendMail-compile-issues-when-running-on-job-conductor-from/m-p/2343813#M111534</guid>
      <dc:creator>bweston</dc:creator>
      <dc:date>2014-05-22T11:52:10Z</dc:date>
    </item>
  </channel>
</rss>

