<?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: Unexpected end of ZLIB input stream in tFileUnarchive in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299271#M71631</link>
    <description>The files I'm unzipping are proper. No issues with them.&lt;BR /&gt;Other tools as in, which tools are you referring to?</description>
    <pubDate>Thu, 07 Aug 2014 11:26:10 GMT</pubDate>
    <dc:creator>tYrannoSaurusRex_1</dc:creator>
    <dc:date>2014-08-07T11:26:10Z</dc:date>
    <item>
      <title>Unexpected end of ZLIB input stream in tFileUnarchive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299269#M71629</link>
      <description>Hi,
&lt;BR /&gt;I am getting following error in my job.
&lt;BR /&gt;Exception in component tFileUnarchive_1
&lt;BR /&gt;java.io.EOFException: Unexpected end of ZLIB input stream
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:116)
&lt;BR /&gt;This job downloads file from FTP which are compressed in .tar.gz format. Extracts data, loads data. It is done for multiple files at once.
&lt;BR /&gt;Issue is, whole process runs properly from start to end. Generates output as required. But after job ends, it gives following error.
&lt;BR /&gt;Can someone help me??</description>
      <pubDate>Thu, 07 Aug 2014 08:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299269#M71629</guid>
      <dc:creator>tYrannoSaurusRex_1</dc:creator>
      <dc:date>2014-08-07T08:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected end of ZLIB input stream in tFileUnarchive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299270#M71630</link>
      <description>This is unarchiving exception... For which file you are facing this issue.. it may be that respective file is currupt... Try removing that file and execute the job for rest of the files... Also try unarchiving using some other tool.. Some times the tool may not work properly for unzipping process.
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 07 Aug 2014 09:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299270#M71630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-07T09:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected end of ZLIB input stream in tFileUnarchive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299271#M71631</link>
      <description>The files I'm unzipping are proper. No issues with them.&lt;BR /&gt;Other tools as in, which tools are you referring to?</description>
      <pubDate>Thu, 07 Aug 2014 11:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299271#M71631</guid>
      <dc:creator>tYrannoSaurusRex_1</dc:creator>
      <dc:date>2014-08-07T11:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected end of ZLIB input stream in tFileUnarchive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299272#M71632</link>
      <description>- Windows tool&lt;BR /&gt;- 7z utility&lt;BR /&gt;- &amp;nbsp;etc</description>
      <pubDate>Thu, 07 Aug 2014 11:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299272#M71632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-07T11:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected end of ZLIB input stream in tFileUnarchive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299273#M71633</link>
      <description>ok, but I want to automate the file extraction process along with ETL process. The tFileUnarchive I use is part of whole process, tFTPExist ==&amp;gt; tFTPGet ==&amp;gt; tFileUnarchive and so on. So how do we integrate 7z and Windows tool with the whole process?</description>
      <pubDate>Thu, 07 Aug 2014 12:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299273#M71633</guid>
      <dc:creator>tYrannoSaurusRex_1</dc:creator>
      <dc:date>2014-08-07T12:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected end of ZLIB input stream in tFileUnarchive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299274#M71634</link>
      <description>If you want to invoke 7z in talend, then you can do it using tSystem component and execute commands for unarchiving. 7z as well as other tools support this feature..&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 07 Aug 2014 12:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299274#M71634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-07T12:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected end of ZLIB input stream in tFileUnarchive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299275#M71635</link>
      <description>I am running the job on server and I can't install 7z there.&lt;BR /&gt;Any other suggestions?&lt;BR /&gt;Since Talend is giving error, it means I am missing out something in my whole setup....</description>
      <pubDate>Thu, 07 Aug 2014 14:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unexpected-end-of-ZLIB-input-stream-in-tFileUnarchive/m-p/2299275#M71635</guid>
      <dc:creator>tYrannoSaurusRex_1</dc:creator>
      <dc:date>2014-08-07T14:56:49Z</dc:date>
    </item>
  </channel>
</rss>

