From users-return-1695-apmail-archiva-users-archive=archiva.apache.org@archiva.apache.org Mon Aug 11 03:31:53 2008 Return-Path: Delivered-To: apmail-archiva-users-archive@www.apache.org Received: (qmail 51822 invoked from network); 11 Aug 2008 03:31:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2008 03:31:52 -0000 Received: (qmail 81480 invoked by uid 500); 11 Aug 2008 03:31:51 -0000 Delivered-To: apmail-archiva-users-archive@archiva.apache.org Received: (qmail 81423 invoked by uid 500); 11 Aug 2008 03:31:50 -0000 Mailing-List: contact users-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@archiva.apache.org Delivered-To: mailing list users@archiva.apache.org Received: (qmail 81412 invoked by uid 99); 11 Aug 2008 03:31:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Aug 2008 20:31:50 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lachlan.deck@gmail.com designates 209.85.198.224 as permitted sender) Received: from [209.85.198.224] (HELO rv-out-0506.google.com) (209.85.198.224) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 03:30:54 +0000 Received: by rv-out-0506.google.com with SMTP id b25so1954110rvf.39 for ; Sun, 10 Aug 2008 20:31:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=CE2TZn0MwNL+ArfFGRAbAd/vxt2osdpFL4ht9HNCmJk=; b=pE8TLjLpfIhB1w+E233YK+63GTNGdv3DIiCZby/fngmNXCUXRcI5zXbYGw6El8uZsv PABR6NUOn2ilXEC9Beh0QXCoEIXiwIJz8ZscauB6qTg08/awN04lr7O0Qaio4rCatMSO w2RB2lPeW9s1ed8GJfHl2xVWR0oAX9izoyQ2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=Mp5JpouDxEbMi6DKLOfVVxEbMXL3oCsnqaSbQlZY6ACp0dlWBcuPVM66V4J112q22Y NowAiHWLG54+9OIZuDJWLKXV04kliYp9gEpNmIZJewwMyNsC/ICnByoip8+XFwcs593y huJcB+9+FQYyr8mFxDOR2D9F//h+OTjsAm1DE= Received: by 10.141.28.4 with SMTP id f4mr3176429rvj.35.1218425464479; Sun, 10 Aug 2008 20:31:04 -0700 (PDT) Received: from ip-145.ish.com.au ( [203.29.62.145]) by mx.google.com with ESMTPS id g22sm1696819rvb.7.2008.08.10.20.31.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 10 Aug 2008 20:31:04 -0700 (PDT) Message-Id: From: Lachlan Deck To: users@archiva.apache.org In-Reply-To: <9e3862d80808101911r2a7f29aco2ef59466a213dbaf@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: Authorization failure deploying artifacts Date: Mon, 11 Aug 2008 13:31:00 +1000 References: <840702D8-C975-4D73-9943-F6427DECBB38@gmail.com> <9e3862d80808101911r2a7f29aco2ef59466a213dbaf@mail.gmail.com> X-Mailer: Apple Mail (2.926) X-Virus-Checked: Checked by ClamAV on apache.org Hi Brett, On 11/08/2008, at 12:11 PM, Brett Porter wrote: > I assume you substituted "blahblah" in after the fact, since that > wouldn't be a valid URL (they take the form /repository/ID). you were spot on. :-) The problem was that I didn't have 'repository' in the url. I had http://our-intranet:8180/archiva/our-3rdparty-releases rather than http://our-intranet:8180/archiva/repository/our-3rdparty-releases > If you pass -X to Maven it will show additional information about the > HTTP error that might help in the diagnosis. It showed additional info - but nothing about the HTTP error. > If you're able to access > the repository via the web UI with the user/pass it's probably on the > Maven side. > > The one thing you can check on the Archiva side is that the user has > the manager permission for the given repository, not just the observer > permission. Yep - I was already a manager. Thanks very much! with regards, -- Lachlan Deck