<?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] jars not found in the Talend autonomous Job Export in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314811#M85543</link>
    <description>Hi Sabrina,
&lt;BR /&gt;My JAVA_HOME is configured at JDK 1.7.
&lt;BR /&gt;I verified spaces and there is no space in the workspace path.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Mohammed</description>
    <pubDate>Thu, 26 Jun 2014 10:10:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-26T10:10:51Z</dc:date>
    <item>
      <title>[resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314807#M85539</link>
      <description>Hello, 
&lt;BR /&gt;I'm working in a Talend Job, i can execute it and it works fine. 
&lt;BR /&gt;when i try to export that job as an autonomous Job, it generate a Zip with file .bat for job execution. 
&lt;BR /&gt;but when i execute the job it generate an error for me: "could not find or load main class ..." 
&lt;BR /&gt;i checked out for the jar of the job and i did'nt find it, so i d'ont know why talend is not generating the job jar for me. 
&lt;BR /&gt;i'm using TOS_DI V5.4.1. 
&lt;BR /&gt;thanks for help.</description>
      <pubDate>Wed, 25 Jun 2014 15:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314807#M85539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-25T15:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314808#M85540</link>
      <description>I think this error means that the job didnt find your workspace</description>
      <pubDate>Wed, 25 Jun 2014 16:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314808#M85540</guid>
      <dc:creator>Jcs19</dc:creator>
      <dc:date>2014-06-25T16:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314809#M85541</link>
      <description>Hi, 
&lt;BR /&gt;thank you for your reply. 
&lt;BR /&gt;i checked the windows batch i found the java instruction: 
&lt;BR /&gt;java -Xms256M -Xmx1024M -cp ../lib/dom4j-1.6.1.jar;../lib/jaxen-1.1.1.jar;../lib/mysql-connector-java-5.1.22-bin.jar;../lib/systemRoutines.jar;../lib/userRoutines.jar;.;xmltodatawarehouse_0_1.jar; testproject.xmltodatawarehouse_0_1.xmlToDatawarehouse --context=Default 
&lt;BR /&gt;but in the the generated Zip there is no jar called "xmltodatawarehouse_0_1.jar" and also i can't find the file "testproject.xmltodatawarehouse_0_1.xmlToDatawarehouse" is there any problem with the autonomous job export.</description>
      <pubDate>Wed, 25 Jun 2014 16:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314809#M85541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-25T16:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314810#M85542</link>
      <description>Hi, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;"could not find or load main class ..."&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;This issue is usually caused by java environment variable configuration or installation directory contains space character.  What's your JDK version? 1.6? &lt;BR /&gt;Did you follow up document &lt;A href="https://help.talend.com/search/all?query=Installation+requirements&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Installation requirements&lt;/A&gt; to set your Environment variable?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 26 Jun 2014 09:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314810#M85542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-26T09:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314811#M85543</link>
      <description>Hi Sabrina,
&lt;BR /&gt;My JAVA_HOME is configured at JDK 1.7.
&lt;BR /&gt;I verified spaces and there is no space in the workspace path.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Mohammed</description>
      <pubDate>Thu, 26 Jun 2014 10:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314811#M85543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-26T10:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314812#M85544</link>
      <description>Hi, 
&lt;BR /&gt;I made a testing on Talend Open Studio for Data Integration 5.4.1 r111943, everything is going well. 
&lt;BR /&gt;Please see my screenshots for details 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEJi.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132123iEDA6C7B4EBFA5B0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEJi.png" alt="0683p000009MEJi.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MESe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140510i925C61EC7242C0E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MESe.png" alt="0683p000009MESe.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MESj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157150iCF270790CB7797DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MESj.png" alt="0683p000009MESj.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEPR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133829i0AE3C6254787343A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEPR.png" alt="0683p000009MEPR.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 26 Jun 2014 10:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314812#M85544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-26T10:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314813#M85545</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;It's exactly what i have done, but at the end i have the error described before. 
&lt;BR /&gt;This is a screen shot of the excution. 
&lt;BR /&gt;Best Regards, 
&lt;BR /&gt;Mohammed 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Thu, 26 Jun 2014 11:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314813#M85545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-26T11:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314814#M85546</link>
      <description>Hi mkhatib, &lt;BR /&gt;What your job design looks like? Have you tried another job to see if this issue repro?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 27 Jun 2014 07:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314814#M85546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T07:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314815#M85547</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;I have two job with the same error. 
&lt;BR /&gt;To make it easy i created another job for testing and here is the job design. 
&lt;BR /&gt;and i have the same error as before when i launch it from the batch. 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Mohammed 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME6p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150921i0111A294569AAE2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME6p.png" alt="0683p000009ME6p.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314815#M85547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T09:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314816#M85548</link>
      <description>Hi, &lt;BR /&gt;What's your OS? Could you please upload your screenshot of building job into forum? Is there any error log when you export your job script?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 27 Jun 2014 11:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314816#M85548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T11:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314817#M85549</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;i'm working on windows 7, 
&lt;BR /&gt;i have no error in the job building. 
&lt;BR /&gt;this is the screen shot of the job building. 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Mohammed 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MESt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156911i6D108E723AC6DB59/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MESt.png" alt="0683p000009MESt.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 27 Jun 2014 13:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314817#M85549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T13:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314818#M85550</link>
      <description>Hi, 
&lt;BR /&gt;The screenshot of "Build job"(export job). Since v5.4.0, the 'Export job' option is renamed as 'Build job' 
&lt;BR /&gt;Please see my screenshot. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MESy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140385i82AC2E8D542475A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MESy.png" alt="0683p000009MESy.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 30 Jun 2014 11:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314818#M85550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-30T11:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314819#M85551</link>
      <description>Hi Sabrina,
&lt;BR /&gt;Yes i used also build job in my export.
&lt;BR /&gt;with the same options as yours.
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Mohammed</description>
      <pubDate>Mon, 30 Jun 2014 13:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314819#M85551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-30T13:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314820#M85552</link>
      <description>Make sure there is no special characters in your path&lt;BR /&gt;using 2 disks is not recommanded, on your screenshoot, I see C:\ and D:\</description>
      <pubDate>Mon, 30 Jun 2014 13:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314820#M85552</guid>
      <dc:creator>Jcs19</dc:creator>
      <dc:date>2014-06-30T13:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314821#M85553</link>
      <description>Hi,
&lt;BR /&gt;i resolved the issue by creating another workspace "C:/TalendJobs"
&lt;BR /&gt;i was working with the default workspace that contains the '%' caracter in the path.
&lt;BR /&gt;It seems that the solution was here:
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;This issue is usually caused by java environment variable configuration or installation directory contains space character.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;and
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I think this error means that the job didnt find your workspace&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Thank you sabrina and Jcs19.
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Mohammed</description>
      <pubDate>Mon, 30 Jun 2014 14:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314821#M85553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-30T14:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] jars not found in the Talend autonomous Job Export</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314822#M85554</link>
      <description>Hi mkhatib, &lt;BR /&gt;It is glad to see your issue fixed and thanks for your feedback. Could you please click the "Set this topic as resolved" link which is right underneath your initial post? This way, other users will be informed that this thread has been resolved.&lt;BR /&gt;Many thanks&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 01 Jul 2014 07:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-jars-not-found-in-the-Talend-autonomous-Job-Export/m-p/2314822#M85554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-01T07:43:23Z</dc:date>
    </item>
  </channel>
</rss>

