You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Gisbert Amm <gi...@webde.de> on 2006/02/16 14:28:23 UTC

[M1] Maven Proxy: does not download Jar from ibiblio

Out of the blue (it seems) I experience difficulties with the Maven 
proxy (snapshot-release). It does not download the requested jar from 
ibiblio but instead writes to the log: "Copying 
/c3p0/jars/c3p0-0.8.4.5.jar from Repo[global] to Repo[www-ibiblio-org]", 
does not find the jar within the local repo (of course) and then sends a 
500 status code to the client, causing the build to fail.

I wonder what the "Repo[global]" is and why the Maven proxy does not 
download the jar from ibiblio but seems trying to *upload* it there. Has 
anyone faced the same problem and knows how to fix it?

I read through the config several times and also through the Codeczar 
site and asked Google several times but still got no idea what to do.

Here is the respective part of the logfile:

2006-02-16 14:12:49,017 [DEBUG] proxy.engine.DownloadEngine  - Request: 
source=172.17.72.214, path=/c3p0/jars/c3p0-0.8.4.5.jar, lastModified=-1, 
headOnly=false, ifModifiedSince=-1
2006-02-16 14:12:49,020 [DEBUG] proxy.config.FileRepoConfiguration  - 
Repo[global]: Checking last modified time for 
/export/development/rundev/pool/Java/maven/maven-proxy-cache/c3p0/jars/c3p0-0.8.4.5.jar
2006-02-16 14:12:49,021 [DEBUG] proxy.config.FileRepoConfiguration  - 
Repo[local-repo]: Checking last modified time for 
/export/development/rundev/pool/Java/maven/stable/c3p0/jars/c3p0-0.8.4.5.jar
2006-02-16 14:12:49,022 [DEBUG] proxy.config.FileRepoConfiguration  - 
Repo[thirdparty]: Checking last modified time for 
/export/development/rundev/pool/Java/maven/thirdparty/c3p0/jars/c3p0-0.8.4.5.jar
2006-02-16 14:12:49,022 [DEBUG] components.impl.DefaultSnapshotCache  - 
Unable to find /c3p0/jars/c3p0-0.8.4.5.jar in snapshot cache
2006-02-16 14:12:49,022 [INFO ] proxy.config.HttpRepoConfiguration  - 
Repo[www-ibiblio-org]: Checking last modified time for 
http://www.ibiblio.org/maven/c3p0/jars/c3p0-0.8.4.5.jar
2006-02-16 14:12:49,382 [INFO ] components.impl.DefaultSnapshotCache  - 
Adding /c3p0/jars/c3p0-0.8.4.5.jar to snapshot cache
2006-02-16 14:12:49,382 [INFO ] proxy.engine.DownloadEngine  - Copying 
/c3p0/jars/c3p0-0.8.4.5.jar from Repo[global] to Repo[www-ibiblio-org]
2006-02-16 14:12:49,382 [INFO ] proxy.config.HttpRepoConfiguration  - 
Retrieving /c3p0/jars/c3p0-0.8.4.5.jar
2006-02-16 14:12:49,608 [ERROR] proxy.engine.DownloadEngine  - 
java.io.FileNotFoundException: 
/export/development/rundev/pool/Java/maven/maven-proxy-cache/c3p0/jars/c3p0-0.8.4.5.jar 
(No such file or directory)

Any help would be highly appreciated.

Regards,
Gisbert Amm

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org