On 4/14/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
> Check out the HTTP Error 503 way down towards the bottom of the trace.
> This is the root cause of your troubles.
>
> Caused by: java.io.IOException: Server returned HTTP response code: 503 for
> URL:
> http://www.ibiblio.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom.sha1
>
> HTTP 503 means "Service Unavailable". This is simply happening because
> ibiblio (Central repo) is a *very* busy site.

I've seen these errors many times, and it seems to puzzle developers
new to maven.
1- these errors should be visible without having to run with -X
2- maven should retry the download automatically a couple of times with a delay

Jerome

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to