Return-Path: Delivered-To: apmail-maven-archiva-users-archive@locus.apache.org Received: (qmail 93197 invoked from network); 28 Mar 2008 21:43:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2008 21:43:53 -0000 Received: (qmail 10916 invoked by uid 500); 28 Mar 2008 21:43:52 -0000 Delivered-To: apmail-maven-archiva-users-archive@maven.apache.org Received: (qmail 10717 invoked by uid 500); 28 Mar 2008 21:43:51 -0000 Mailing-List: contact archiva-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: archiva-users@maven.apache.org Delivered-To: mailing list archiva-users@maven.apache.org Received: (qmail 10705 invoked by uid 99); 28 Mar 2008 21:43:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2008 14:43:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.132.241 as permitted sender) Received: from [209.85.132.241] (HELO an-out-0708.google.com) (209.85.132.241) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2008 21:43:12 +0000 Received: by an-out-0708.google.com with SMTP id d30so115705and.79 for ; Fri, 28 Mar 2008 14:43:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4Dl52Ezme3YNBUHbM+B1x/oDP9m2/Xkn109ZwLDpcOI=; b=lLINvP0BuWi8eKlFftP0MOdw9/RYpUBCAD9ps4OsjnWC0iDH/Bahuxq6O0mQbGwE4/oig/0YSPqu7bpeecF9xc8hDZ8qx8skfzjeA/MP6UX5VBYUc3OKCAkt4gwAM0BWQptgbHjG+0XlNT9SVFS7g/jJxb+uBbFsj4cCc9I0+OY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nf+iALX6m60wBuFW+jAzBBgviIQWaMGG1QN7yw67e3q9rkTOhk3efOG6mZDp2BGz2svkDGSN8Ky5+2bzQyV896jrOSYX+Q0Bm/R/NQV+7Zz+qJy0o2FBRS0XnVGEiQgCcuOziLWYcrJBPIOY1sO8SFwY+l9xNH9pdiNFOmghldU= Received: by 10.101.70.5 with SMTP id x5mr7878735ank.93.1206740603364; Fri, 28 Mar 2008 14:43:23 -0700 (PDT) Received: by 10.100.57.14 with HTTP; Fri, 28 Mar 2008 14:43:23 -0700 (PDT) Message-ID: Date: Fri, 28 Mar 2008 14:43:23 -0700 From: "Wendy Smoak" To: archiva-users@maven.apache.org Subject: Re: All repos disappear after attempt at "add remote repository" In-Reply-To: <47ED1547.3060807@oma.be> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47ED1547.3060807@oma.be> X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Mar 28, 2008 at 8:56 AM, David Delbecq wrote: > Using archiva 1.0.1, when i try to add a remote repository, after i > click the "add", the interface comme back to my form, with all i filled > in, without error message, but my list of repositories have now > disappeared. Check that you have only one archiva.xml file-- either in your home directory ~/.m2/archiva.xml or in the $ARCHIVA_HOME/conf directory. If you start up with only one, I think it will let you edit through the web UI. http://maven.apache.org/archiva/docs/1.0.1/adminguide/configuration-files.html As a workaround, you edit archiva.xml directly with the app stopped, and then start it with the new configuration. -- Wendy