Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho 0.11 and 0.12: error unzipping a file

In Tycho 0.11 or 0.12, you won't know which file really caused the ZipException. It is not the last one downloaded!

This was fixed in 0.14.0-SNAPSHOT: https://bugs.eclipse.org/bugs/show_bug.cgi?id=356496

Regards
Tobias

> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> bounces@xxxxxxxxxxx] On Behalf Of Igor Fedorenko
> Sent: Mittwoch, 14. Dezember 2011 20:22
> To: tycho-user@xxxxxxxxxxx
> Subject: Re: [tycho-user] Tycho 0.11 and 0.12: error unzipping a file
> 
> This does not provide enough information to be able to tell anything
> specific.
> 
> Does the problem occur if the project accesses
> http://download.eclipse.org/releases/indigo/ directly, i.e. without
> Nexus inbetween?
> 
> Does the problem occur with Tycho 0.13.0 and Tycho 0.14.0-SNAPSHOT?
> 
> What JDT do you use and on what platform?
> 
> If none of the above help identify what causes the failure, we would
> need a complete standalone example and steps to reproduce the problem.
> 
> --
> Regards,
> Igor
> 
> On 11-12-14 1:54 PM, Potts, James wrote:
> > Help please.
> >
> > 1.I am experiencing this error unzipping a file:
> >
> > .../indigo.com.p2-
> release/plugins/org.eclipse.swt.gtk.linux.x86_3.7.1.v3738a.jar.pack.gz
> >
> > 2.The file size and hash seems okay. I'm using Nexus Pro 1.9.2.3 to
> > access this P2 repository:
> >
> > http://download.eclipse.org/releases/indigo/
> >
> > 3.We have tried Tycho 0.11 and Tycho 0.12.
> >
> > 4....
> >
> > [INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.7.1.v3738a.jar.pack.gz
> > (886.66k of 1.01MB at 398.36kB/s) ...
> >
> > [WARNING] Exception reading bundle manifest
> >
> > java.util.zip.ZipException: error in opening zip file
> >
> > at java.util.zip.ZipFile.open(Native Method)
> >
> > at java.util.zip.ZipFile.<init>(ZipFile.java:127)
> >
> > at
> >
> org.codehaus.tycho.osgitools.DefaultBundleReader.doLoadManifest(DefaultBun
> dleReader.java:87)
> >
> > at
> >
> org.codehaus.tycho.osgitools.DefaultBundleReader.loadManifest(DefaultBundl
> eReader.java:49)
> >
> > at
> >
> org.codehaus.tycho.osgitools.EquinoxResolver.loadManifest(EquinoxResolver.
> java:199)
> >
> > ...
> >
> > Any help would be appreciated.
> >
> > This communication is for informational purposes only. It is not
> > intended as an offer or solicitation for the purchase or sale of any
> > financial instrument or as an official confirmation of any transaction.
> > All market prices, data and other information are not warranted as to
> > completeness or accuracy and are subject to change without notice. Any
> > comments or statements made herein do not necessarily reflect those of
> > JPMorgan Chase & Co., its subsidiaries and affiliates. This transmission
> > may contain information that is privileged, confidential, legally
> > privileged, and/or exempt from disclosure under applicable law. If you
> > are not the intended recipient, you are hereby notified that any
> > disclosure, copying, distribution, or use of the information contained
> > herein (including any reliance thereon) is STRICTLY PROHIBITED. Although
> > this transmission and any attachments are believed to be free of any
> > virus or other defect that might affect any computer system into which
> > it is received and opened, it is the responsibility of the recipient to
> > ensure that it is virus free and no responsibility is accepted by
> > JPMorgan Chase & Co., its subsidiaries and affiliates, as applicable,
> > for any loss or damage arising in any way from its use. If you received
> > this transmission in error, please immediately contact the sender and
> > destroy the material in its entirety, whether in electronic or hard copy
> > format. Thank you. Please refer to
> > http://www.jpmorgan.com/pages/disclosures for disclosures relating to
> > European legal entities.
> >
> >
> >
> > _______________________________________________
> > tycho-user mailing list
> > tycho-user@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/tycho-user
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top