Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6808751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:59:40+00:00 2026-05-26T19:59:40+00:00

‘mvn release:perform’ takes too long to deploy artifacts to Archiva. The logs shows that

  • 0

‘mvn release:perform’ takes too long to deploy artifacts to Archiva. The logs shows that the ‘release:perform’ do its job quickly (test, package, source, javadoc…) but it takes too match time to complete download of ‘maven-metadat.xml’ from Archiva. Exceuting the same download request using a browser takes also too match time.

Anybody knows how to push Archiva to be quicker?

Warm regards

Younes Ouadi

More details about the issue I’m facing. Hope this help to get it resolved/answered.

Hello dears,

I’m using maven release plugin to release my project artifacts to Archiva. release:prepare works nicely. However, release:perform takes too long. I have a project with aroung 150 artifacts. The last try of ‘release:perform’ has took almost 10 hours.

I have checked the logs and figure out that Archiva takes too much time to reply when maven tries to download ‘maven-metadata.xml’ of each artifact. In the same time, uploading project artifacts takes reasonable time. The logs below conforms my findings.

Anybody can help to figure out why Archiva takes too much time to react to downloading ‘maven-metadata.xml’ of each artifact?

The logs are as follow for one artifact. The same behavior is witnessed for all the 150 artifacts. I have put deliberately empty lines between each request just to easy follow up.

1) Logs of ‘mvn release:perform’ (no time stamping but, the sequence requests is nice to know from maven stand point)
[INFO] [INFO] — maven-deploy-plugin:2.7:deploy (default-deploy) @ com.natisco.commons.exceptions —

[INFO] Uploading: …/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4.jar
[INFO] Uploaded: …/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4.jar (16 KB at 127.6 KB/sec)

[INFO] Uploading: …/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4.pom
[INFO] Uploaded: …/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4.pom (2 KB at 47.8 KB/sec)

[INFO] Downloading: …/com/natisco/com.natisco.commons.exceptions/maven-metadata.xml
[INFO] Downloaded: …/com/natisco/com.natisco.commons.exceptions/maven-metadata.xml (343 B at 0.0 KB/sec)

[INFO] Uploading: …/com/natisco/com.natisco.commons.exceptions/maven-metadata.xml
[INFO] Uploaded: …/com/natisco/com.natisco.commons.exceptions/maven-metadata.xml (371 B at 6.8 KB/sec)

[INFO] Uploading: …/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4-sources.jar
[INFO] Uploaded: …/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4-sources.jar (11 KB at 295.8 KB/sec)

[INFO] Uploading: …/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4-javadoc.jar
[INFO] Uploaded: …/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4-javadoc.jar (75 KB at 1487.2 KB/sec)

2) Logs of Archiva as extracted from ‘2011_11_13.request.log’
127.0.0.1 – – [13/Nov/2011:08:24:14 +0000] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4.jar HTTP/1.1” 201 0 “-” “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:24:15 +0000] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4.jar.sha1 HTTP/1.1” 201 0 “-” “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:24:15 +0000] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4.jar.md5 HTTP/1.1” 201 0 “-” “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:24:15 +0000] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4.pom HTTP/1.1” 201 0 “-” “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:24:15 +0000] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4.pom.sha1 HTTP/1.1” 201 0 “-” “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:24:15 +0000] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4.pom.md5 HTTP/1.1” 201 0 “-” “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: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)”
127.0.0.1 – – [13/Nov/2011:08:27:52 +0000] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/maven-metadata.xml HTTP/1.1” 204 0 “-” “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] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/maven-metadata.xml.sha1 HTTP/1.1” 204 0 “-” “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] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/maven-metadata.xml.md5 HTTP/1.1” 204 0 “-” “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] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4-sources.jar HTTP/1.1” 201 0 “-” “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] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4-sources.jar.sha1 HTTP/1.1” 201 0 “-” “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] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4-sources.jar.md5 HTTP/1.1” 201 0 “-” “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] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4-javadoc.jar HTTP/1.1” 201 0 “-” “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] “PUT /archiva/repository/internal/com/natisco/com.natisco.commons.exceptions/0.4/com.natisco.commons.exceptions-0.4-javadoc.jar.sha1 HTTP/1.1” 201 0 “-” “Apache-Maven/3.0.3 (Java 1.6.0_14; Linux 2.6.27.41-170.2.117.fc10.i686)”

Thank you in advance for your help.

Younes Ouadi

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T19:59:40+00:00Added an answer on May 26, 2026 at 7:59 pm

    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.

    (See also thread on users@archiva.apache.org: http://s.apache.org/Xph)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I downloaded PostgreSQL from the official website and ran the .dmg installer. After that
I've got a string that has curly quotes in it. I'd like to replace
I am doing a simple coin flipping experiment for class that involves flipping a
I am trying to create a RegEx expression that will successfully parse the following
Hi if i run my project its indicate this logcat error...how to solve this
I need a function that will clean a strings' special characters. I do NOT
I'm trying to create an if statement in PHP that prevents a single post
I have the following tasks in my deploy.rb namespace :unicorn do desc stop unicorn
I have just tried to save a simple *.rtf file with some websites and
I was writing code for dragging mechanism which invokes to wait for small period

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.