Hi, I'm not able to update using the Eclipse update manager ( No repository found containing: ... ) , and I've tried to mirror the update site, using
java -jar /opt/eclipse/plugins/ org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -application org.eclipse.update.core.standaloneUpdate -command mirror -from http://dl.google.com/eclipse/plugin/3.5 -to . and it fails from 2 different locations with the same error ( below ). I know about http://dl.google.com/eclipse/plugin/3.5/zips/gpe-e35-latest.zip but I'd rather use a zipped update site than dropins. Any ideas why this is happening? Thanks, Robert ----- !SESSION 2009-12-11 21:25:19.576 ----------------------------------------------- eclipse.buildId=M20090917-0800 java.version=1.6.0_17 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.update.core.standaloneUpdate -command mirror -from http://dl.google.com/eclipse/plugin/3.5 -to . Command-line arguments: -application org.eclipse.update.core.standaloneUpdate -command mirror -from http://dl.google.com/eclipse/plugin/3.5 -to . !ENTRY org.eclipse.update.core 4 0 2009-12-11 21:25:21.784 !MESSAGE Unable to retrieve remote reference "http://dl.google.com/ eclipse/plugin/3.5/features/ com.google.gwt.eclipse.sdkbundle.e35.feature. 2.0.0._2.0.0.v200912062003.jar". [Server returned HTTP response code: "404 Not Found" for URL: http://dl.google.com/eclipse/plugin/3.5/features/com.google.gwt.eclipse.sdkbundle.e35.feature.2.0.0._2.0.0.v200912062003.jar.] !STACK 0 org.eclipse.update.internal.core.FatalIOException: Server returned HTTP response code: "404 Not Found" for URL: http://dl.google.com/eclipse/plugin/3.5/features/com.google.gwt.eclipse.sdkbundle.e35.feature.2.0.0._2.0.0.v200912062003.jar. at org.eclipse.update.internal.core.UpdateManagerUtils.checkConnectionResult (UpdateManagerUtils.java:468) at org.eclipse.update.core.ContentReference.getInputStream (ContentReference.java:149) at org.eclipse.update.core.FeatureContentProvider.asLocalReference (FeatureContentProvider.java:264) at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeatureEntryArchiveReferences (FeaturePackagedContentProvider.java:157) at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeatureManifestReference (FeaturePackagedContentProvider.java:83) at org.eclipse.update.internal.core.FeaturePackagedFactory.createFeature (FeaturePackagedFactory.java:39) at org.eclipse.update.core.Site.createFeature(Site.java:536) at org.eclipse.update.core.FeatureReference.createFeature (FeatureReference.java:124) at org.eclipse.update.core.FeatureReference.getFeature (FeatureReference.java:112) at org.eclipse.update.core.FeatureReference.getFeature (FeatureReference.java:99) at org.eclipse.update.internal.mirror.MirrorSite.mirrorAndExposeFeatures (MirrorSite.java:145) at org.eclipse.update.internal.mirror.MirrorSite.mirrorAndExpose (MirrorSite.java:85) at org.eclipse.update.internal.mirror.MirrorCommand.run (MirrorCommand.java:91) at org.eclipse.update.standalone.ScriptedCommand.run (ScriptedCommand.java:66) at org.eclipse.update.standalone.StandaloneUpdateApplication.run (StandaloneUpdateApplication.java:49) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException (EclipseAppContainer.java:574) at org.eclipse.equinox.internal.app.EclipseAppHandle.run (EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) at org.eclipse.equinox.launcher.Main.main(Main.java:1287) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
