On 13/11/2011, at 1:08 AM, Younes Ouadi wrote: > 127.0.0.1 - - [13/Nov/2011:08:24:15 +0000] "GET > /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/maven-metadata.xml > HTTP/1.1" 200 343 "-" "Apache-Maven/3.0.3 (Java 1.6.0_14; Linux > 2.6.27.41-170.2.117.fc10.i686)" > 127.0.0.1 - - [13/Nov/2011:08:27:52 +0000] "GET > /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/maven-metadata.xml.sha1 > HTTP/1.1" 200 60 "-" "Apache-Maven/3.0.3 (Java 1.6.0_14; Linux > 2.6.27.41-170.2.117.fc10.i686)"
The slow requests are the GET for the metadata file. What this probably means is that it is trying to proxy from an external source that is slow or timing out. Check your proxy connectors and disable any that may be slow. You should also add whitelists / blacklists to make sure external sources are not used to request com.natisco.* artefacts. - Brett -- Brett Porter [email protected] http://brettporter.wordpress.com/
