<?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] tSendMail error generating job in TAC but successful in Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318330#M88684</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;Have you tried to copy external libraries (modules) installed in Talend Studio to :&lt;BR /&gt;1. CommandLine : &amp;lt;StudioPath&amp;gt;/lib/java to &amp;lt;CommandLinePath&amp;gt;/lib/java&lt;BR /&gt;2. tomcat : &amp;lt;StudioPath&amp;gt;/lib/java to &amp;lt;TomcatPath&amp;gt;/webapps/org.talend.administrator/WEB-INF/lib. to see if it is OK with you?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;***** Resolution: &amp;nbsp;Copy Studio downloaded jars to CommandLine (server), as per: 
&lt;BR /&gt;TalendPlatform_DataServices_IG_5.6.1_EN.pdf 
&lt;BR /&gt;&amp;nbsp; section "3.6.2.1. Configuring Talend Studio" 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; page 53 - "To install modules in CommandLine" 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "If you use the Studio and CommandLine on different machines, you need to retrieve the downloaded .jar files and add them in CommandLine." 
&lt;BR /&gt;1) stopped CommandLine (server) 
&lt;BR /&gt;2) backed up and deleted *.jar in server - /home/centos/Talend-5.6.1/cmdline/studio/configuration/lib/java 
&lt;BR /&gt;3) copied *.jar from 
&lt;BR /&gt;laptop - C:\Talend\5.6.1\studio\configuration\lib\java 
&lt;BR /&gt;to 
&lt;BR /&gt;server - /home/centos/Talend-5.6.1/cmdline/studio/configuration/lib/java 
&lt;BR /&gt;4) restarted CommandLine (server)</description>
    <pubDate>Sat, 08 Aug 2015 01:04:28 GMT</pubDate>
    <dc:creator>ed_price</dc:creator>
    <dc:date>2015-08-08T01:04:28Z</dc:date>
    <item>
      <title>[resolved] tSendMail error generating job in TAC but successful in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318324#M88678</link>
      <description>I'm getting an error in tSendMail when generating job in TAC Job Conductor, yet it runs successfully in local Talend Studio. 
&lt;BR /&gt;The error even happens in a simple job with one tSendMail component and nothing more. 
&lt;BR /&gt; 
&lt;PRE&gt;Detail Message: javax.mail cannot be resolved to a type&lt;BR /&gt;There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.&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(Thread.java:745)&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;Somebody had the same error but their resolution wasn't posted -&amp;nbsp; 
&lt;A href="https://community.talend.com/t5/Design-and-Development/resolved-tSendMail-works-in-the-studio-but-not-in-the-TAC/td-p/87860" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-tSendMail-works-in-the-studio-but-not-in-the-TAC/td-p/87860&lt;/A&gt; 
&lt;BR /&gt;I have tried the following but nothing has resolved the error: 
&lt;BR /&gt; 
&lt;BR /&gt;Reinstall CommandLine (server). 
&lt;BR /&gt;On local Talend Studio on laptop, use the exact same JDK 1.7 release as server (/opt/jdk1.7.0_71). 
&lt;BR /&gt;Set SVN "Library location url", as per -&amp;nbsp; 
&lt;A href="https://www.talendforge.org/forum/viewtopic.php?pid=141270" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendforge.org/forum/viewtopic.php?pid=141270&lt;/A&gt; 
&lt;BR /&gt;Generate the existing job as a different user. 
&lt;BR /&gt;Create and Generate a new job as a different user. 
&lt;BR /&gt;Restart everything on our Talend server (CentOS EC2 instance). 
&lt;BR /&gt; 
&lt;BR /&gt;As a workaround, I have to deactivate the tSendMail components within the job flow. 
&lt;BR /&gt;Does anybody have any suggestions for how to resolve this? &amp;nbsp;I'm using Talend version 5.6.1&amp;nbsp;and jdk1.7.0_71 on both client (Windows) and server (CentOS).</description>
      <pubDate>Sat, 16 Nov 2024 11:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318324#M88678</guid>
      <dc:creator>ed_price</dc:creator>
      <dc:date>2024-11-16T11:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail error generating job in TAC but successful in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318325#M88679</link>
      <description>Hi,&lt;BR /&gt;Are your studio and TAC installed at the same machine?&lt;BR /&gt;Have you already&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;added all necessary libraries to a SVN repository (check this out in the TAC SVN configuration)?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Please take a look at online document:&amp;nbsp;&lt;A href="https://help.talend.com/search/all?query=Configuring+the+Studio&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Configuring+the+Studio&amp;amp;content-lang=en&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 21 Jul 2015 03:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318325#M88679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-21T03:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail error generating job in TAC but successful in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318326#M88680</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;Are your studio and TAC installed at the same machine?&lt;BR /&gt;Have you already&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;added all necessary libraries to a SVN repository (check this out in the TAC SVN configuration)?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Please take a look at online document:&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Sabrina,
&lt;BR /&gt;Thanks for the reply. &amp;nbsp;Here are my answers to your questions...
&lt;BR /&gt;No they are installed on different machines. &amp;nbsp;Studio is installed on laptop and TAC is installed on server.
&lt;BR /&gt;I had already set the SVN "Library location url" in TAC as per these instructions -
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;
&lt;A href="https://help.talend.com/search/all?query=Prevent+SVN+locking+and+slow+response+between+Talend+Administration+Center+(TAC)%252C+Subversion+and+Studio" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Prevent+SVN+locking+and+slow+response+between+Talend+Administration+Center+(TAC)%252C+Subversion+and+Studio&lt;/A&gt;
&lt;BR /&gt;The instructions say:
&lt;BR /&gt;
&lt;I&gt;&amp;nbsp; After configuring this setting and opening any remote Talend project with the studio for the first time, the Library repository will be populated with the Talend required and optional third party libraries. &amp;nbsp;You need to accept the download and installation of the required and optional third party libraries in the studio...&lt;BR /&gt;&lt;/I&gt;
&lt;BR /&gt;In Studio, I had already done that. &amp;nbsp;The "Help -&amp;gt; Install Additional Packages" shows nothing left to install.
&lt;BR /&gt;In Studio,&amp;nbsp;the modules have already been installed.
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Installed &amp;nbsp; tSendMail &amp;nbsp; mail-1.4.jar &amp;nbsp; Required
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Installed &amp;nbsp; tSendMail &amp;nbsp; activation.jar &amp;nbsp; Required
&lt;BR /&gt;On the server, the Library SVN is not empty. &amp;nbsp;It populated itself after doing the above steps.
&lt;BR /&gt;
&lt;PRE&gt;du -sk /var/www/svn_talend_lib/&lt;BR /&gt;248956 &amp;nbsp;/var/www/svn_talend_lib/&lt;BR /&gt;du -sk /var/www/svn/&lt;BR /&gt;175972 &amp;nbsp;/var/www/svn/&lt;/PRE&gt;
&lt;BR /&gt;How do I confirm that the jars exist in the correct location on the server?</description>
      <pubDate>Mon, 27 Jul 2015 17:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318326#M88680</guid>
      <dc:creator>ed_price</dc:creator>
      <dc:date>2015-07-27T17:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail error generating job in TAC but successful in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318327#M88681</link>
      <description>Hi,
&lt;BR /&gt;For Talend Administration Center, did you place the downloaded modules in the following folder:
&lt;BR /&gt;
&lt;I&gt;&amp;lt;TomcatPath&amp;gt;/webapps/org.talend.administrator/WEB-INF/lib&lt;/I&gt;
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 28 Jul 2015 08:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318327#M88681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T08:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail error generating job in TAC but successful in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318328#M88682</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;For Talend Administration Center, did you place the downloaded modules in the following folder:&lt;BR /&gt;&lt;I&gt;&amp;lt;TomcatPath&amp;gt;/webapps/org.talend.administrator/WEB-INF/lib&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Sabrina,
&lt;BR /&gt;When I installed TAC on the server, the installer automatically copied a bunch of jars to that folder. &amp;nbsp;I thought those libs were used internally by the TAC web app, not so much for the jobs that I designed. &amp;nbsp;For example, mail-1.4.6.jar is there, but it doesn't match the one in Studio that is tied to tSendMail (mail-1.4.jar).
&lt;BR /&gt;However, since the Talend server documentation says that Command Line (server) is required to generate tasks in the TAC's Job Conductor, I had already installed Command Line (server) a while ago. &amp;nbsp;Since the tSendMail error only happens when generating the job in TAC Job Conductor, &amp;nbsp;I assumed the root cause was something related to Command Line (server) and not necessarily TAC.
&lt;BR /&gt;Is my assumption incorrect?</description>
      <pubDate>Wed, 29 Jul 2015 22:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318328#M88682</guid>
      <dc:creator>ed_price</dc:creator>
      <dc:date>2015-07-29T22:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail error generating job in TAC but successful in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318329#M88683</link>
      <description>Hi, 
&lt;BR /&gt;Have you tried to copy external libraries (modules) installed in Talend Studio to : 
&lt;BR /&gt;1. CommandLine : &amp;lt;StudioPath&amp;gt;/lib/java to &amp;lt;CommandLinePath&amp;gt;/lib/java 
&lt;BR /&gt;2. tomcat : &amp;lt;StudioPath&amp;gt;/lib/java to &amp;lt;TomcatPath&amp;gt;/webapps/org.talend.administrator/WEB-INF/lib. to see if it is OK with you? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 30 Jul 2015 08:15:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318329#M88683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-30T08:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail error generating job in TAC but successful in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318330#M88684</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;Have you tried to copy external libraries (modules) installed in Talend Studio to :&lt;BR /&gt;1. CommandLine : &amp;lt;StudioPath&amp;gt;/lib/java to &amp;lt;CommandLinePath&amp;gt;/lib/java&lt;BR /&gt;2. tomcat : &amp;lt;StudioPath&amp;gt;/lib/java to &amp;lt;TomcatPath&amp;gt;/webapps/org.talend.administrator/WEB-INF/lib. to see if it is OK with you?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;***** Resolution: &amp;nbsp;Copy Studio downloaded jars to CommandLine (server), as per: 
&lt;BR /&gt;TalendPlatform_DataServices_IG_5.6.1_EN.pdf 
&lt;BR /&gt;&amp;nbsp; section "3.6.2.1. Configuring Talend Studio" 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; page 53 - "To install modules in CommandLine" 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "If you use the Studio and CommandLine on different machines, you need to retrieve the downloaded .jar files and add them in CommandLine." 
&lt;BR /&gt;1) stopped CommandLine (server) 
&lt;BR /&gt;2) backed up and deleted *.jar in server - /home/centos/Talend-5.6.1/cmdline/studio/configuration/lib/java 
&lt;BR /&gt;3) copied *.jar from 
&lt;BR /&gt;laptop - C:\Talend\5.6.1\studio\configuration\lib\java 
&lt;BR /&gt;to 
&lt;BR /&gt;server - /home/centos/Talend-5.6.1/cmdline/studio/configuration/lib/java 
&lt;BR /&gt;4) restarted CommandLine (server)</description>
      <pubDate>Sat, 08 Aug 2015 01:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318330#M88684</guid>
      <dc:creator>ed_price</dc:creator>
      <dc:date>2015-08-08T01:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail error generating job in TAC but successful in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318331#M88685</link>
      <description>Hi,&lt;BR /&gt;Thanks for sharing your resolution here.&lt;BR /&gt;Can we consider this topic as resolved?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 10 Aug 2015 04:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318331#M88685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T04:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSendMail error generating job in TAC but successful in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318332#M88686</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi,&lt;BR /&gt;Thanks for sharing your resolution here.&lt;BR /&gt;Can we consider this topic as resolved?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Yes this was resolved.</description>
      <pubDate>Sat, 29 Aug 2015 02:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSendMail-error-generating-job-in-TAC-but-successful-in/m-p/2318332#M88686</guid>
      <dc:creator>ed_price</dc:creator>
      <dc:date>2015-08-29T02:15:29Z</dc:date>
    </item>
  </channel>
</rss>

