<?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: Routine Library Issues in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Routine-Library-Issues/m-p/2366506#M129985</link>
    <description>&lt;P&gt;That is quite surprising!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Especially the issue is happening to any library while adding to any routine. Are you importing the classes after importing the jar files?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Did you check the code after adding routine? If there are any issues, it will show the error in red within the code.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Some screen shots will be helpful to understand what is currently happening. If everything looks fine, then we may have reinstall Talend Studio.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2019 22:49:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-12T22:49:35Z</dc:date>
    <item>
      <title>Routine Library Issues</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Routine-Library-Issues/m-p/2366503#M129982</link>
      <description>&lt;P&gt;I am creating a .jar file to be added as a library in routine.&amp;nbsp; Whenever I import/add the library to the routine I get the following error when I run the job:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Starting job ConfigFromDMA at 07:52 12/06/2019.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Error: Could not find or load main class dma.configfromdma_0_3.ConfigFromDMA&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Job ConfigFromDMA ended at 07:52 12/06/2019. [exit code=1]&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have been unable to find this error message anywhere.&amp;nbsp; I do not believe it has anything to do with my library as if I add a libphone library from google I get the same message.&amp;nbsp; How can I add my own custom library and use it in a routine?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 15:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Routine-Library-Issues/m-p/2366503#M129982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-12T15:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Routine Library Issues</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Routine-Library-Issues/m-p/2366504#M129983</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; If you are sure that the error is not from the routine, try to run the job till that point and see whether the error persists.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; To see how to add a library to routine I would recommend to refer the below sample where I have created a translation job by adding AWS libraries to Talend routine.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EvaAAE#toc-hId-197740225" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Talend-and-Amazon-Translate-Integration/ta-p/149604#toc-hId-197740225&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please make sure that you are adding all the libraries using import command.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 18:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Routine-Library-Issues/m-p/2366504#M129983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-12T18:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Routine Library Issues</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Routine-Library-Issues/m-p/2366505#M129984</link>
      <description>&lt;P&gt;Nikhil:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you for responding so quickly and offering assistance.&lt;/P&gt; 
&lt;P&gt;I followed the instructions you provided to create tje AWS_Translate routine.&amp;nbsp; As soon as I executed my job I received the same error (See below):&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;Starting job ConfigFromDMA at 16:17 12/06/2019.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;Error: Could not find or load main class dma.configfromdma_0_3.ConfigFromDMA&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;Job ConfigFromDMA ended at 16:17 12/06/2019. [exit code=1]&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="3"&gt;I receive this error as soon as I add a library to ANY routine - it does not appear to make a difference what routine nor what library I add.&amp;nbsp; &amp;nbsp;Any additional ideas?&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="3"&gt;I will most certainly provide Kudos as we make progress.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 21:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Routine-Library-Issues/m-p/2366505#M129984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-12T21:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Routine Library Issues</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Routine-Library-Issues/m-p/2366506#M129985</link>
      <description>&lt;P&gt;That is quite surprising!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Especially the issue is happening to any library while adding to any routine. Are you importing the classes after importing the jar files?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Did you check the code after adding routine? If there are any issues, it will show the error in red within the code.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Some screen shots will be helpful to understand what is currently happening. If everything looks fine, then we may have reinstall Talend Studio.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 22:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Routine-Library-Issues/m-p/2366506#M129985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-12T22:49:35Z</dc:date>
    </item>
  </channel>
</rss>

