Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-update-dev] Controlling the Eclipse update policy/Supportfor creating local (proxy) update sites

Miles:
you are hitting two things I think:
- first its sounds like the Callisto update site is missing some packed
jars.
- second this should not fail but is documented in bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=139760
I guess the mirro command attempts to get packed200 jars (the pack.gz)
and fails if it cannot find them for every plugins.

The workaround I use is to use an Eclipse 3.1 install to run the
standalone mirror command against.
This is all hacky I reckon. But at least a workaround. :-)
3.1 will ignore (ie not download) the enhanced packed jars and
digest.zip (becasue 3.1 has no knowledge of that), but it will mirror
the site fine (minus those "not critical" yet "would have been nice to
have" compression/speed enhancements).

The resulting mirrored site will work fine.


-- 
Cheers
Philippe

philippe ombredanne | 1 650 799 0949 | pombredanne at nexb.com 
nexB - Open by Design (tm) - http://www.nexb.com 
http://EasyEclipse.org  -  irc://irc.freenode.net/easyeclipse



> -----Original Message-----
> From: Daffin, Miles (IT) [mailto:Miles.Daffin@xxxxxxxxxxxxxxxxx] 
> Sent: Wednesday, July 05, 2006 10:27 AM
> To: Philippe Ombredanne
> Cc: platform-update-dev@xxxxxxxxxxx
> Subject: RE: [platform-update-dev] Controlling the Eclipse 
> update policy/Supportfor creating local (proxy) update sites
> 
> 
> Thanks Phillipe. I don't think I would have found that info there.
> 
> I just ran a test which errored in the following way. Any ideas?
> 
> !SESSION 2006-07-05 18:22:35.772
> -----------------------------------------------
> eclipse.buildId=I20060602-1317
> java.version=1.5.0_06
> java.vendor=BEA Systems, Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
> Framework arguments:  
> 	-application org.eclipse.update.core.standaloneUpdate 
> 	-command mirror 
> 	-from http://download3.eclipse.org/callisto/releases/ 
> 	-to H:\public_html\msde_callisto -featureId org.apache.batik.pdf
> 
> 	-version 1.6.0.v20060613-1220-0842282835-3442 
> 	-mirrorURL http://myweb-eu.ms.com/~daffinm/msde_callisto/ 
> Command-line arguments:  
> 	-application org.eclipse.update.core.standaloneUpdate 
> 	-command mirror 
> 	-from http://download3.eclipse.org/callisto/releases/ 
> 	-to H:\public_html\msde_callisto 
> 	-featureId org.apache.batik.pdf 
> 	-version 1.6.0.v20060613-1220-0842282835-3442 
> 	-mirrorURL http://myweb-eu.ms.com/~daffinm/msde_callisto/
> 
> !ENTRY org.eclipse.update.core 4 0 2006-07-05 18:22:40.476
> !MESSAGE Unable to retrieve remote reference
> "http://download3.eclipse.org/callisto/releases/plugins/org.ap
> ache.batik
> .pdf_1.6.0.v20060613-1220.jar.pack.gz". [Server returned HTTP response
> code: "404 Not Found" for URL:
> http://download3.eclipse.org/callisto/releases/plugins/org.apa
> che.batik.
> pdf_1.6.0.v20060613-1220.jar.pack.gz.]
> !STACK 0
> org.eclipse.update.internal.core.FatalIOException: Server 
> returned HTTP
> response code: "404 Not Found" for URL:
> http://download3.eclipse.org/callisto/releases/plugins/org.apa
> che.batik.
> pdf_1.6.0.v20060613-1220.jar.pack.gz.
> 	at
> org.eclipse.update.internal.core.UpdateManagerUtils.checkConne
> ctionResul
> t(UpdateManagerUtils.java:558)
> 



Back to the top