Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Nightly update site doesn't work?(Getting "Artifact not found" errors when trying to install a nightly)
Nightly update site doesn't work? [message #695631] Tue, 12 July 2011 07:53 Go to next message
marius burz is currently offline marius burzFriend
Messages: 2
Registered: July 2011
Junior Member
I can't install the nightly since yesterday, anybody with a tip?

Thanks!

This is the update site I'm using:
hxtp://download.eclipse.org/egit/updates-nightly


Below the error's detail:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Artifact not found: osgi.bundle,org.eclipse.egit,1.1.0.201107092116.
hxtp://download.eclipse.org/egit/updates-nightly/plugins/org.eclipse.egit_1.1.0.201107092116.jar
Artifact not found: osgi.bundle,org.eclipse.egit.core,1.1.0.201107092116.
hxtp://download.eclipse.org/egit/updates-nightly/plugins/org.eclipse.egit.core_1.1.0.201107092116.jar
Artifact not found: osgi.bundle,org.eclipse.egit.doc,1.1.0.201107092116.
hxtp://download.eclipse.org/egit/updates-nightly/plugins/org.eclipse.egit.doc_1.1.0.201107092116.jar
Artifact not found: org.eclipse.update.feature,org.eclipse.egit,1.1.0.201107092116.
hxtp://download.eclipse.org/egit/updates-nightly/features/org.eclipse.egit_1.1.0.201107092116.jar
Artifact not found: osgi.bundle,org.eclipse.egit.ui,1.1.0.201107092116.
hxtp://download.eclipse.org/egit/updates-nightly/plugins/org.eclipse.egit.ui_1.1.0.201107092116.jar
Problems downloading artifact: osgi.bundle,org.eclipse.jgit,1.1.0.201107071811.
MD5 hash is not as expected. Expected: 967670f874622ee721038c01ea910002 and found 17f411eca2730ffa3d389f8e0deb558b.
Problems downloading artifact: org.eclipse.update.feature,org.eclipse.jgit,1.1.0.201107071819.
MD5 hash is not as expected. Expected: 3a9ea9927b3dd6583877ce90262106c6 and found 48575177e0f25e95c433cc52f767c054.


PS: using hxtp instead of http because I am not allowed to post any links, not even inside code blocks.

[Updated on: Tue, 12 July 2011 07:54]

Report message to a moderator

Re: Nightly update site doesn't work? [message #696333 is a reply to message #695631] Wed, 13 July 2011 17:56 Go to previous messageGo to next message
R Shapiro is currently offline R ShapiroFriend
Messages: 386
Registered: June 2011
Senior Member
No tip, just confirming the issue (with http). Why it's looking for the 09-July build (today is 13-July) I don't know. Presumably the nightly builder is broken at the moment,
Re: Nightly update site doesn't work? [message #697195 is a reply to message #696333] Fri, 15 July 2011 18:36 Go to previous messageGo to next message
R Shapiro is currently offline R ShapiroFriend
Messages: 386
Registered: June 2011
Senior Member
It's back alive again, with brand new updates.
Re: Nightly update site doesn't work? [message #697258 is a reply to message #695631] Fri, 15 July 2011 23:18 Go to previous messageGo to next message
Jelle Vink is currently offline Jelle VinkFriend
Messages: 1
Registered: July 2011
Junior Member
I still have the same error on nightly build like Marius has. Also the regular update url seems to be down.
Re: Nightly update site doesn't work? [message #697375 is a reply to message #695631] Sat, 16 July 2011 13:29 Go to previous messageGo to next message
R Shapiro is currently offline R ShapiroFriend
Messages: 386
Registered: June 2011
Senior Member
Yeah, it was only working very briefly yesterday afternoon, I happened to get lucky and and get the 0715 build on my work machine. By the time I got home an hour later and tried to update my home machine, it was screwed up again, looking for non-existent 0709 (egit) + 0707(jgit) builds.

Re: Nightly update site doesn't work? [message #698178 is a reply to message #697375] Mon, 18 July 2011 23:49 Go to previous messageGo to next message
R Shapiro is currently offline R ShapiroFriend
Messages: 386
Registered: June 2011
Senior Member
A little progress but still broken. The update is at least finding the new versions each day, which is better than last week. But the checksums are wrong so they still can't be downloaded.

It's hard to convince potential users to try egit when it's in this state.

Re: Nightly update site doesn't work? [message #698220 is a reply to message #698178] Tue, 19 July 2011 03:07 Go to previous messageGo to next message
Manuel Doninger is currently offline Manuel DoningerFriend
Messages: 119
Registered: October 2010
Senior Member
Potential users should first use the releases. The nightly update is primarily for developers and users, who want to live on the bleeding edge and hazard the consequences like this.
But you can always use the update site directly produced by the Hudson build (https://hudson.eclipse.org/hudson/job/egit/lastSuccessfulBuild/artifact/org.eclipse.egit-updatesite/target/site/), thus avoiding the signature failures.

[Updated on: Tue, 19 July 2011 03:07]

Report message to a moderator

Re: Nightly update site doesn't work? [message #698408 is a reply to message #698220] Tue, 19 July 2011 12:38 Go to previous messageGo to next message
R Shapiro is currently offline R ShapiroFriend
Messages: 386
Registered: June 2011
Senior Member
The Hudson site yields a java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty.

Re: potential users, I already tried recommending 1.0, but there were too many caveats -- most fixed already in 1.1 (kudos to the developers for this) . In general I would recommend (and use) stable builds for the reasons you mention. But 1.0 stable releases are commonly a special case.
Re: Nightly update site doesn't work? [message #698419 is a reply to message #698408] Tue, 19 July 2011 12:53 Go to previous message
marius burz is currently offline marius burzFriend
Messages: 2
Registered: July 2011
Junior Member
I am with Shapiro in this case.
Generally speaking 1.0 releases are special, but egit 1.0 is special, so I had to start using the nightly. I know and appreciate the amount of work you guys invested in egit, and I'm not trying to be picky. It's just that some things that work in nightly don't work in the release. Maybe the time is ripe for a new release?
Previous Topic:Unable to push changes
Next Topic:EGit and project delete
Goto Forum:
  


Current Time: Tue Mar 19 03:06:26 GMT 2024

Powered by FUDForum. Page generated in 0.02577 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top