Tester_375658
Dec 05, 2018Nimbostratus
GZip gives error: java.util.zip.ZipException: invalid block type
hi,
I am getting the following error : java.util.zip.ZipException: invalid block type at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164) at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:117)
After I collect the ucs file using API calls. I check the content-range for each API call and i think i collected everything in the ucs file. How would i debug this to find out what is wrong?
thanks, wai