Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] 404 File Not Found on download.eclipse.org

/gmf under /technology smells like a REALLY old bookmark, since it's also in /modeling/gmf/.

As to the 600K /modeling/emf/ hits... are any of those for javadoc?

I'm guessing there's a reference in some p2 metadata pointing at those old, obsolete feature jars. Or it's p2 looking for jars before falling back to packed jars, in which case I need to look at making the metadata NOT point at .jar when there's a .jar.pack.gz available (and no .jar as well).

Nick

Eclipse Webmaster (Denis Roy) wrote:
download.eclipse.org is sending 28.6 million "404 Not Found" responses per month. The vast majority of 404 errors are responses to Eclipse Update, not a web browser. Is all this just caused by users attempting to update older versions of Eclipse, which have been moved to the Archives? The number seems quite high, but it's not causing me any problems specifically. I did want to mention it in case something was broken.

Here are the top "offenders" per top-level directory name, for *yesterday*. The list that follows shows the second level of directories).

772,000 /modeling (in order: /modeling/emf... 600K, /modeling/mdt... 16K, /modeling/gmf... 8K)
184,000 /eclipse (/eclipse/updates/3.5... 150K)
160,000 /technology (/epp... 90K, /dash 16K, /gmf 5K)
75,000   /tools (/updates 23K, /cdt 13K)
40,000 /releases
16,000 /webtools

Below is a breakdown of the top 5 Not Found files per top-level directory:

/modeling:
/modeling/emf/updates/features/org.eclipse.emf.validation.ocl_1.0.1.v200611161604.jar
/modeling/emf/updates/features/org.eclipse.emf.validation.ocl.source_1.1.0.v200706071520-10-7w311817182631.jar
/modeling/emf/updates/features/org.eclipse.emf.validation.source_1.1.1.v200708161445-318Z9oA55P5O6O8IC_.jar
/modeling/emf/updates/features/org.eclipse.net4j.db_1.0.0.v200806180305.jar
/modeling/emf/updates/features/org.eclipse.emf.validation.source_1.0.1.v200611161604.jar


/eclipse:
/eclipse/updates/3.5/content.jar
/eclipse/updates/3.5/content.xml
/eclipse/updates/3.5/artifacts.jar
/eclipse/updates/3.5/artifacts.xml
/eclipse/updates/3.5/site.xml

/technology:
/technology/epp/packages/galileo/content.jar
/technology/epp/packages/galileo/content.xml
/technology/dash/update/messages.xml
/technology/epp/packages/galileo/artifacts.jar
/technology/epp/packages/galileo/artifacts.xml

/tools:
/tools/gef/update-site/releases/messages.xml
/tools/cdt/releases/ganymede/content.jar
/tools/cdt/releases/ganymede/content.xml
/tools/mylyn/update/e3.4/messages.xml
/tools/emf/updates/site.xml

/releases:
/releases/galileo/artifacts.jar
/releases/galileo/artifacts.xml
/releases/galileo/site.xml

/webtools:
/webtools/updates/site.xml
/webtools/updates/messages.xml



------------------------------------------------------------------------

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

--
Nick Boldt :: http://nick.divbyzero.com
Release Engineer :: Eclipse Modeling & Dash Athena


Back to the top