For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 1 reply, 2 voices, and was last updated 19 years, 11 months ago by
Riyad Kalla.
-
AuthorPosts
-
RussMemberI am working with the latest sourc based for MyEclipse and Eclipse, yet when I use update manager to ensure I have the lastest code base, I see several errors. This is the log file entries:
!SESSION 2006-09-09 05:32:28.440 ———————————————–
eclipse.buildId=M20060629-1905
java.version=1.5.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product com.genuitec.myeclipse.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.myeclipse.product.ide!ENTRY org.eclipse.wst.internet.cache 1 0 2006-09-09 05:32:43.111
!MESSAGE wtp.autotest.noninteractive is set. Licenses dialogs will not be displayed.!ENTRY org.eclipse.update.core 4 0 2006-09-09 05:34:17.617
!MESSAGE UpdateManagerUtils copy() at offset:0 [ZipFile closed]
!STACK 0
java.util.zip.ZipException: ZipFile closed
at java.util.zip.ZipFile.ensureOpenOrZipException(ZipFile.java:524)
at java.util.zip.ZipFile.access$1400(ZipFile.java:35)
at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:556)
at java.util.zip.ZipFile$2.fill(ZipFile.java:338)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at java.io.FilterInputStream.read(FilterInputStream.java:90)
at org.eclipse.update.internal.core.UpdateManagerUtils.copy(UpdateManagerUtils.java:910)
at org.eclipse.update.core.Utilities.copy(Utilities.java:172)
at org.eclipse.update.core.JarContentReference.unpack(JarContentReference.java:196)
at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeatureManifestReference(FeaturePackagedContentProvider.java:91)
at org.eclipse.update.internal.core.FeaturePackagedFactory.createFeature(FeaturePackagedFactory.java:39)
at org.eclipse.update.core.Site.createFeature(Site.java:527)
at org.eclipse.update.core.FeatureReference.createFeature(FeatureReference.java:122)
at org.eclipse.update.core.FeatureReference.getFeature(FeatureReference.java:110)
at org.eclipse.update.core.FeatureReference.getFeature(FeatureReference.java:97)
at org.eclipse.update.core.FeatureReference.isPatch(FeatureReference.java:287)
at org.eclipse.update.internal.search.UpdatesSearchCategory.isPatch(UpdatesSearchCategory.java:471)
at org.eclipse.update.internal.search.UpdatesSearchCategory.access$1(UpdatesSearchCategory.java:470)
at org.eclipse.update.internal.search.UpdatesSearchCategory$UpdateQuery.run(UpdatesSearchCategory.java:250)
at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSearchRequest.java:502)
at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSearchRequest.java:294)
at org.eclipse.update.ui.UpdateJob.runUpdates(UpdateJob.java:207)
at org.eclipse.update.ui.UpdateJob.run(UpdateJob.java:168)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)!ENTRY org.eclipse.update.core 4 0 2006-09-09 05:34:18.598
!MESSAGE Digest could not be parsed:Unable to retrieve remote reference “http://download.eclipse.org/updates/3.2/digest.zip”. [Server returned HTTP response code: “404 Not Found” for URL: http://download.eclipse.org/updates/3.2/digest.zip.%5DAny help would be greatly appreciated.
September 10, 2006 at 12:02 pm #258341
Riyad KallaMemberThis looks to be an eclipse issue, can you try a different mirror when you run the update manager to see if maybe the main mirror is just having problems?
-
AuthorPosts
