Questions tagged [archiva]

Apache Archiva is an open source repository management software

Apache Archiva is an open source repository management software

254 questions
1
vote
1 answer

failed to start error while executing apache archiva

I have installed apache archiva stand alone in my system.But when i try to start it,itshows the error apache archiva failed to start.My codes are given below D:\apache-archiva-1.3.5>java -version java version "1.6.0_10" Java(TM) SE Runtime…
rakesh menon
  • 1,081
  • 3
  • 15
  • 30
1
vote
2 answers

Purpose of internal archiva "snapshot" repository?

I get what internal libraries are. But what is the purpose of a snapshot repository in archiva? Libraries - private releases Snapshots - private builds? I have archiva set up and working with LDAP, but I am wondering why I need a snapshot…
Sam Levin
  • 3,326
  • 7
  • 30
  • 44
1
vote
0 answers

Apache Archiva Failure/Corruption: ERROR org.apache.jackrabbit.core.ItemManager [] - failed to retrieve item state of item

I am using Apache Archiva for a repo that my Maven build hits. I have had no issues with it for the past 3 months until today; I do builds regularly and it has been stable with no issues until now. I am seeing the following error in my…
Gedalya
  • 899
  • 4
  • 16
  • 28
1
vote
0 answers

Unable to do search after uploading new package

The problem currently is that when I upload a new package to Archiva, In the browse tab, I can see my package, i.e., While in the Search tab, when I try to do the searching (using admin account), no result returned, i.e., I have tried to reindex…
ProgrammingBaKa
  • 363
  • 2
  • 19
1
vote
0 answers

Archiva failure, Workspace inconsistency error on node

I am having an issue starting Archiva; the application starts but throws an error: Workspace inconsistency error on node. I am new to Archiva however so forgive my ignorance; specifically if this is miscategorized. The version appears to be Archiva…
Gedalya
  • 899
  • 4
  • 16
  • 28
1
vote
1 answer

Configure Apache Archiva log files

I have a server running Archiva, end the log folder is going out of controll. Archiva never deletes any log file. How do I change configuration so it keeps logs just for the last month, or week, or keep just a maximun size?
1
vote
1 answer

migrating from Apache Archiva to Nexus 3

I am trying to move all repositories I am using to Nexus 3. I use Apache Archiva as a Maven repository. I read that it's possible to copy repos between Archiva and Nexus 2. Is there any way to do the same with Nexus 3 ?
Badr
  • 694
  • 1
  • 7
  • 26
1
vote
0 answers

How to Integrate Oauth2.0 in apache archive

I want to integrate the OAuth with archiva . google account login into archiva.
kirti kumbhar
  • 71
  • 3
  • 10
1
vote
2 answers

Problem with m2eclipse -- unable to download maven artifacts from Archiva -- get .lastUpdated files instead

I'm using STS 2.5.2 based on Eclipse 3.6 (Helios) with built-in m2eclipse 0.10.0. I'm also using Archiva as my "remote" repository manager (it's hosted on the same machine). I've changed my Maven config settings file to specify my Archiva instance…
Steven Solomon
  • 301
  • 1
  • 3
  • 14
1
vote
2 answers

How to make the Stand Alone Archiva distribution the ROOT application under Jetty?

I am using the stand alone version of Archiva, it uses Jetty for its application container. It defaults to something like http://mycompany.com:8080/archiva I want to get rid of the application context and just make it http://mycompany.com:8080/ so I…
user177800
1
vote
1 answer

how to configure local and remote repository in settings.xml for maven

I have my own organization internal repository for which i would like to use: archiva.default http://my.org.repo:8000/archiva/repository/internal/ I also needed remote…
Angrezy
  • 141
  • 2
  • 10
1
vote
1 answer

Why can't I download an artifact from Archiva? ReasonPhrase: Unauthorized

Our archiva repository experienced the case where the Admin ID expired and we could not recover it. Following this fix: How to reset Apache Archiva Password we deleted the user database and restarted Archiva. Upon restart and after adding a new…
J E Carter II
  • 1,436
  • 1
  • 22
  • 39
1
vote
0 answers

Archiva files disappearing

I have an issue with Archiva 2.2.1, files disappear. When I brose in the archiva web interface, the artifact link is there, but when I click on it I get a 404. This happens for the release and snapshot repositories. Anyone else have experience with…
Albert Bos
  • 2,012
  • 1
  • 15
  • 26
1
vote
1 answer

SBT Keeps timing out on local Archiva Repo

I can access my Archiva maven repo in my local LAN just fine via Chrome or other browser (I can login and see the latest jar file and download but for some reason sbt does not do it. It's not behind a proxy but it is on a different subnet that…
dlite922
  • 1,924
  • 3
  • 24
  • 60
1
vote
1 answer

How can I setup Apache Archiva as cache fo all my maven projects?

I have setup Apache Archiva with internal repo at http://localhost:8080/archiva/repository/internal/ But when I trying to run "mvn compile",requests for artifacts are forwarded to Apache Archiva but I see following error: Non-resolvable parent POM:…
Vikram Patil
  • 628
  • 6
  • 20