<?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: org.apache.oro cannot be resolved in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/org-apache-oro-cannot-be-resolved/m-p/2322368#M92319</link>
    <description>&lt;P&gt;Hi Saranya,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Its saying that one of the class is not loaded properly.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"&lt;SPAN&gt;org.apache.oro cannot be resolved"&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; It seems this library&amp;nbsp;is not loaded or linked properly to your components. You can check whether the library&amp;nbsp;is added by checking the modules view (Windows -&amp;gt; Show view -&amp;gt; Modules). Could you please double check whether the library&amp;nbsp;is correctly linked by going to the code section of the job? It will show error in red if its not linked properly.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;You can also check the components of each job and verify whether all the libraries are added. Normally it will show a warning in component view with yellow banner if the library&amp;nbsp;has not been linked. You need to click and download all the associated libraries and it will work fine.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;One last way of doing is manually attaching the library&amp;nbsp;using tLibraryload component.&amp;nbsp;&lt;/SPAN&gt;&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>Fri, 08 Feb 2019 06:45:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-08T06:45:01Z</dc:date>
    <item>
      <title>org.apache.oro cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-apache-oro-cannot-be-resolved/m-p/2322366#M92317</link>
      <description>&lt;P&gt;Hi Team&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Using Talend Job&amp;nbsp; we are&amp;nbsp; downloading files from s3 location once the files are processed we are trying&amp;nbsp; to delete the processed files&lt;/P&gt; 
&lt;P&gt;While doing so we are facing the following error&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems:&lt;BR /&gt;org.apache.oro cannot be resolved&lt;BR /&gt;org.apache.oro cannot be resolved to a variable&lt;/P&gt; 
&lt;P&gt;at talendbatch.std_jb_s3_to_rds_load_0_1.std_jb_s3_to_rds_load.tFileList_1Process(std_jb_s3_to_rds_load.java:5566)&lt;BR /&gt;at talendbatch.std_jb_s3_to_rds_load_0_1.std_jb_s3_to_rds_load.tFileInputDelimited_1Process(std_jb_s3_to_rds_load.java:5372)&lt;BR /&gt;at talendbatch.std_jb_s3_to_rds_load_0_1.std_jb_s3_to_rds_load.tRunJob_1Process(std_jb_s3_to_rds_load.java:3907)&lt;BR /&gt;at talendbatch.std_jb_s3_to_rds_load_0_1.std_jb_s3_to_rds_load.tFixedFlowInput_1Process(std_jb_s3_to_rds_load.java:3081)&lt;BR /&gt;at talendbatch.std_jb_s3_to_rds_load_0_1.std_jb_s3_to_rds_load.tS3Connection_1Process(std_jb_s3_to_rds_load.java:2333)&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;at talendbatch.std_jb_s3_to_rds_load_0_1.std_jb_s3_to_rds_load.tLoop_1Process(std_jb_s3_to_rds_load.java:2122)&lt;BR /&gt;at talendbatch.std_jb_s3_to_rds_load_0_1.std_jb_s3_to_rds_load.runJobInTOS(std_jb_s3_to_rds_load.java:11173)&lt;BR /&gt;at talendbatch.std_jb_s3_to_rds_load_0_1.std_jb_s3_to_rds_load.main(std_jb_s3_to_rds_load.java:10615)&lt;BR /&gt;Job std_jb_s3_to_rds_load ended at 13:38 06/02/2019. [exit code=0]&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;This is happening mostly in the first run&amp;nbsp; after restarting the studio&lt;/P&gt; 
&lt;P&gt;Again for the successive runs the job is Working fine.&lt;/P&gt; 
&lt;P&gt;Can you please help me how to resolve the&amp;nbsp; above issue&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have already gone through the following link&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCmgLCAS" target="_blank" rel="noopener"&gt;https://community.talend.com/t5/Design-and-Development/tFileList-Error-quot-org-apache-oro-cannot-be-resolved-quot/td-p/84869&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;But it is not&amp;nbsp; giving me clear knowledge of how to fix the issue.&lt;/P&gt; 
&lt;P&gt;Quick response is much appreciated.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;Saranya&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 02:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-apache-oro-cannot-be-resolved/m-p/2322366#M92317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-08T02:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.oro cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-apache-oro-cannot-be-resolved/m-p/2322367#M92318</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMKRAA4"&gt;@SaranyaKatakam&lt;/A&gt;&amp;nbsp;,can you share the job design?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 06:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-apache-oro-cannot-be-resolved/m-p/2322367#M92318</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-02-08T06:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.oro cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-apache-oro-cannot-be-resolved/m-p/2322368#M92319</link>
      <description>&lt;P&gt;Hi Saranya,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Its saying that one of the class is not loaded properly.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"&lt;SPAN&gt;org.apache.oro cannot be resolved"&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; It seems this library&amp;nbsp;is not loaded or linked properly to your components. You can check whether the library&amp;nbsp;is added by checking the modules view (Windows -&amp;gt; Show view -&amp;gt; Modules). Could you please double check whether the library&amp;nbsp;is correctly linked by going to the code section of the job? It will show error in red if its not linked properly.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;You can also check the components of each job and verify whether all the libraries are added. Normally it will show a warning in component view with yellow banner if the library&amp;nbsp;has not been linked. You need to click and download all the associated libraries and it will work fine.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;One last way of doing is manually attaching the library&amp;nbsp;using tLibraryload component.&amp;nbsp;&lt;/SPAN&gt;&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>Fri, 08 Feb 2019 06:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-apache-oro-cannot-be-resolved/m-p/2322368#M92319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-08T06:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.oro cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-apache-oro-cannot-be-resolved/m-p/2322369#M92320</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for ur replay&lt;/P&gt;
&lt;P&gt;But i didnt notice any error in code level.&lt;/P&gt;
&lt;P&gt;Moreover the job is executing fine in successive runs without any code modifications.&lt;/P&gt;
&lt;P&gt;It Is failing for the first run after restarting the studio&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Saranya&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 15:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-apache-oro-cannot-be-resolved/m-p/2322369#M92320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-08T15:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: org.apache.oro cannot be resolved</title>
      <link>https://community.qlik.com/t5/Talend-Studio/org-apache-oro-cannot-be-resolved/m-p/2322370#M92321</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;IT seems the java&amp;nbsp; libraries are not linked properly when you are starting the Studio.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You can verify the modules section of the job also to confirm whether the libraries are loaded properly for your job before first execution.&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>Mon, 11 Feb 2019 06:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/org-apache-oro-cannot-be-resolved/m-p/2322370#M92321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-11T06:46:15Z</dc:date>
    </item>
  </channel>
</rss>

