<?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: TFileInputExcel ZipFile error on Talend 7.2 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TFileInputExcel-ZipFile-error-on-Talend-7-2/m-p/2262679#M43065</link>
    <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000003YkRbAAK"&gt;@nivedhitha&lt;/A&gt;&amp;nbsp;! It's working !&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 08:50:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-01-22T08:50:43Z</dc:date>
    <item>
      <title>TFileInputExcel ZipFile error on Talend 7.2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputExcel-ZipFile-error-on-Talend-7-2/m-p/2262677#M43063</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have imported a job created on Talend 6.3 to Talend 7.2 and since this migration I have an error on a TFileInputExcel&lt;/P&gt; 
&lt;PRE&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/compress/archivers/zip/ZipFile
	at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:233)
	at org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:166)
	at org.apache.poi.ooxml.POIXMLDocument.openPackage(POIXMLDocument.java:89)
	at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:336)
	at st_steam_da.j_ibs_clearing_fds_0_1.j_ibs_clearing_fds.tFileList_1Process(j_ibs_clearing_fds.java:4995)
	at st_steam_da.j_ibs_clearing_fds_0_1.j_ibs_clearing_fds.tMSSqlCommit_1Process(j_ibs_clearing_fds.java:2236)
	at st_steam_da.j_ibs_clearing_fds_0_1.j_ibs_clearing_fds.tMSSqlRow_1Process(j_ibs_clearing_fds.java:2059)
	at st_steam_da.j_ibs_clearing_fds_0_1.j_ibs_clearing_fds.tMSSqlConnection_1Process(j_ibs_clearing_fds.java:1843)
	at st_steam_da.j_ibs_clearing_fds_0_1.j_ibs_clearing_fds.tFileExist_2Process(j_ibs_clearing_fds.java:1603)
	at st_steam_da.j_ibs_clearing_fds_0_1.j_ibs_clearing_fds.tFileExist_1Process(j_ibs_clearing_fds.java:1430)
	at st_steam_da.j_ibs_clearing_fds_0_1.j_ibs_clearing_fds.runJobInTOS(j_ibs_clearing_fds.java:22057)
	at st_steam_da.j_ibs_clearing_fds_0_1.j_ibs_clearing_fds.main(j_ibs_clearing_fds.java:21647)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.compress.archivers.zip.ZipFile
	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)&lt;/PRE&gt; 
&lt;P&gt;Somebody know if there is a solution ?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputExcel-ZipFile-error-on-Talend-7-2/m-p/2262677#M43063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: TFileInputExcel ZipFile error on Talend 7.2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputExcel-ZipFile-error-on-Talend-7-2/m-p/2262678#M43064</link>
      <description>&lt;P&gt;Are you also using tFileArchive component?&lt;/P&gt; 
&lt;P&gt;I guess it is because of a jar that this component needs not available in Talend 7.2. I had the same issue moving from Talend 7.1 to 7.2.&lt;/P&gt; 
&lt;P&gt;I fixed it by using a tLibraryLoad and loading the jar '&lt;STRONG&gt;commons-compress&lt;/STRONG&gt;' right at the beginning of the job and it ran without a problem.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQkjAAG"&gt;@yherve&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 21:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputExcel-ZipFile-error-on-Talend-7-2/m-p/2262678#M43064</guid>
      <dc:creator>nivedhitha</dc:creator>
      <dc:date>2020-01-21T21:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: TFileInputExcel ZipFile error on Talend 7.2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TFileInputExcel-ZipFile-error-on-Talend-7-2/m-p/2262679#M43065</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000003YkRbAAK"&gt;@nivedhitha&lt;/A&gt;&amp;nbsp;! It's working !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 08:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TFileInputExcel-ZipFile-error-on-Talend-7-2/m-p/2262679#M43065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-22T08:50:43Z</dc:date>
    </item>
  </channel>
</rss>

