Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Build problem with Helios compositeContent.jar

I can't say much about "hudson builds", but seems ok from non-hudson access.

Perhaps temporary, "internal network" problem?

One tip that _might_ help is if you could add a "wget" to some script to run from hudson, to see if it can access it, or if it gets redirected, somehow. Such as, a simple case, would be

wget http://download.eclipse.org/releases/helios/compositeContent.jar

A "normal" output would look something like what I've pasted below. Occasionally, though, if there's problems, you might see wget can not find it (e.g. 404 response) or it is being redirected somewhere else (else 302 response) which in turn can't find it. If ether of those are the case, a bugzilla would be appropriate. I've just found wget provides more "network info" than simple web browser access or p2 errors.

HTH

Still building against helios, eh? (me too :)

= = = = = = = = = = =

$ wget http://download.eclipse.org/releases/helios/compositeContent.jar
--2011-05-14 13:12:04-- http://download.eclipse.org/releases/helios/compositeContent.jar
Resolving download.eclipse.org... 172.30.206.10
Connecting to download.eclipse.org|172.30.206.10|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 480 [application/x-java-archive]
Saving to: `compositeContent.jar'

100%[==========================================================================================>] 480 --.-K/s in 0s

2011-05-14 13:12:04 (44.0 MB/s) - `compositeContent.jar' saved [480/480]

= = = = = = = = = = = =


Inactive hide details for Ed Willink ---05/14/2011 08:29:15 AM---Hi All (four different) projects that have built on Hudson in Ed Willink ---05/14/2011 08:29:15 AM---Hi All (four different) projects that have built on Hudson in the last 90

From: Ed Willink <ed@xxxxxxxxxxxxx>
To: Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Date: 05/14/2011 08:29 AM
Subject: [cross-project-issues-dev] Build problem with Helios compositeContent.jar
Sent by: cross-project-issues-dev-bounces@xxxxxxxxxxx





Hi

All (four different) projects that have built on Hudson in the last 90
minutes have failed. The problem for MDT/OCL is

[0]Error while reading from repository:
http://download.eclipse.org/releases/helios/compositeContent.jar.
[0]Problems loading repositories
[0.2]Error while reading from repository:
http://download.eclipse.org/releases/helios/compositeContent.jar.

Anyone know what the problem is?

    Regards

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

GIF image


Back to the top