You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Russel Winder <ru...@concertant.com> on 2008/11/10 10:21:14 UTC

Re: [GUMP@vmgump]: Project commons-cli (in module commons-cli-1.x) failed

On Mon, 2008-11-10 at 00:47 -0800, Gump wrote:
[ . . . ]
> Full details are available at:
>     http://vmgump.apache.org/gump/public/commons-cli-1.x/commons-cli/index.html
> 
> That said, some information snippets are provided here.
> 
> The following annotations (debug/informational/warning/error messages) were provided:
>  -DEBUG- Sole output [commons-cli-10112008.jar] identifier set to project name
>  -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/commons-cli-1.x/gump_mvn_settings.xml
>  -INFO- Failed with reason build failed
>  -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-cli-1.x/pom.xml
>  -DEBUG- Extracted fallback artifacts from Gump Repository
> 
> 
> 
> The following work was performed:
> http://vmgump.apache.org/gump/public/commons-cli-1.x/commons-cli/gump_work/build_commons-cli-1.x_commons-cli.html
> Work Name: build_commons-cli-1.x_commons-cli (Type: Build)
> Work ended in a state of : Failed
> Elapsed: 1 min 10 secs
> Command Line: mvn --batch-mode -Dmaven.final.name=commons-cli-10112008 --settings /srv/gump/public/workspace/commons-cli-1.x/gump_mvn_settings.xml package 
> [Working Directory: /srv/gump/public/workspace/commons-cli-1.x]
> CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/commons-cli-1.x/target/classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
> ---------------------------------------------

This command works for me on Ubuntu Hardy with JDK 1.6.0_07-b06 and
Maven 2.0.9.  I have noticed that this build has failed for three weeks
now but it seems there is no-one around picking up on it.

Is there anyone available to give Emmanuel a hand -- CLI 1.2 needs to
get released and he is snowed under with other stuff.

[ . . . ]

-- 
Russel.
====================================================
Dr Russel Winder                 Partner

Concertant LLP                   t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,              f: +44 8700 516 084
London SW11 1EN, UK.             m: +44 7770 465 077

Re: [GUMP@vmgump]: Project commons-cli (in module commons-cli-1.x) failed

Posted by Stefan Bodewig <bo...@apache.org>.
On 2008-11-10, Stefan Bodewig <bo...@apache.org> wrote:

> I'll look into the proxy logs to see whether something unexpected is
> being downloaded.

INFO: Redirecting via client connector to: http://repo1.maven.org/maven2/org/apa
che/maven/plugins/maven-plugins/11/maven-plugins-11.pom
Nov 10, 2008 12:47:00 AM com.noelios.restlet.LogFilter afterHandle
INFO: 2008-11-10        00:47:00        127.0.0.1       -       repo1.maven.org 
-1      GET     /maven2/org/apache/maven/plugins/maven-plugins/11/maven-plugins-
11.pom  -       200     10298   -       276     http://localhost:8192   Java/1.5
.0_11   -
Nov 10, 2008 12:47:00 AM org.restlet.Redirector handle
INFO: Redirecting via client connector to: http://repo1.maven.org/maven2/org/apa
che/maven/plugins/maven-plugins/11/maven-plugins-11.pom.sha1
Nov 10, 2008 12:47:01 AM com.noelios.restlet.LogFilter afterHandle
INFO: 2008-11-10        00:47:01        127.0.0.1       -       repo1.maven.org 
-1      GET     /maven2/org/apache/maven/plugins/maven-plugins/11/maven-plugins-
11.pom.sha1     -       500     193     -       291     http://localhost:8192   
Java/1.5.0_11   -

means we get a 500 HTTP return code for the SHA1 file.  This seems to
be transient since I find other logs (yesterday, for example) where
things worked and I can download the file right now.

No idea what is going on, but unless httpclient (used by the client
lib of restlet) is doing something strange here, I'd say the 500 error
has been real and I don't see how Gump could avoid it.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [GUMP@vmgump]: Project commons-cli (in module commons-cli-1.x) failed

Posted by Stefan Bodewig <bo...@apache.org>.
On 2008-11-10, Emmanuel Bourg <eb...@apache.org> wrote:

> Russel Winder a écrit :

>> This command works for me on Ubuntu Hardy with JDK 1.6.0_07-b06 and
>> Maven 2.0.9.  I have noticed that this build has failed for three weeks
>> now but it seems there is no-one around picking up on it.

> I guess there is an issue with Gump and Maven 2. I'm just ignoring
> this warning for now, I'll look into this later.

Gump puts a proxy between mvn and the central repository.  For POM
files the requests are just passed on without the proxy doing anything
to them.

For example

http://localhost:8192/maven2/org/apache/maven/plugins/maven-plugins/11/maven-plugins-11.pom

will be

http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/11/maven-plugins-11.pom

which indeed works for me.

I have no idea what the actual error message means, this is Maven
2.0.9 on an oldish Ubuntu.

Something similar seems to happen for all the mvn builds right now
(bcel fails as well, only the version is 8 instead of 11).

I'll look into the proxy logs to see whether something unexpected is
being downloaded.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [GUMP@vmgump]: Project commons-cli (in module commons-cli-1.x) failed

Posted by Emmanuel Bourg <eb...@apache.org>.
Russel Winder a écrit :

> This command works for me on Ubuntu Hardy with JDK 1.6.0_07-b06 and
> Maven 2.0.9.  I have noticed that this build has failed for three weeks
> now but it seems there is no-one around picking up on it.

I guess there is an issue with Gump and Maven 2. I'm just ignoring this 
warning for now, I'll look into this later.

Emmanuel Bourg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org