Return-Path: Delivered-To: apmail-archiva-users-archive@www.apache.org Received: (qmail 61117 invoked from network); 30 Nov 2009 17:13:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Nov 2009 17:13:21 -0000 Received: (qmail 34693 invoked by uid 500); 30 Nov 2009 17:13:21 -0000 Delivered-To: apmail-archiva-users-archive@archiva.apache.org Received: (qmail 34591 invoked by uid 500); 30 Nov 2009 17:13:19 -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 34581 invoked by uid 99); 30 Nov 2009 17:13:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 17:13:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of adam.retter@googlemail.com designates 209.85.210.194 as permitted sender) Received: from [209.85.210.194] (HELO mail-yx0-f194.google.com) (209.85.210.194) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 17:13:08 +0000 Received: by yxe32 with SMTP id 32so2978746yxe.5 for ; Mon, 30 Nov 2009 09:12:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=wnF7JxVurOaEEgRRIv0sPna/Ve1deX1jo7cIZ//g2Rs=; b=pjFYprY9RHrrQizhQNg165sLCRewXdFOlMGf9hvyuuZwpN2Y+wIH/YHORK9Mp711NY DxFtWwGFIFw8hEDesire1sfcaeaomeFNUZ6XJ9LoCCpedqRKh0CAKSaxIDDUyeEZuFR9 G5h0CFq4o41uyhzL+5YsDoUgvDMNVDqI0rWYQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=wSWKcYJe8wuyfdVSCoDicqUN57SNubShaj0qmn8wnWnlO+bzqGJnG6VhsnQO07Ujtz 5bpDLDBJ7UT+xeVvfr32sRQjRJMYkDi1nss9K0Dh0/h2aSHjorYMBUcRoAeYOTDXRU/J JravLCS/6iU3J62H7gmU9jo4KY5C7jT3i7LSk= MIME-Version: 1.0 Received: by 10.91.26.31 with SMTP id d31mr6801547agj.44.1259601166881; Mon, 30 Nov 2009 09:12:46 -0800 (PST) Date: Mon, 30 Nov 2009 17:12:46 +0000 Message-ID: Subject: Strange deploy problem From: Adam Retter To: users@archiva.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi there I have just installed 1.2.2 on Linux and am trying to deploy to the snapshot repository but I get the Exception below on the server side. I have been fiddling with this all day, but as yet with no success, could someone take a look please? I am calling "mvn deploy" with the following in settings.xml - internal admin myPassword snapshots admin myPassword archiva.new true uk.co.landmark.solutions.maven.internal Landmark Solutions Internal Repository http://exsubv02:8080/archiva/repository/internal true false uk.co.landmark.solutions.maven.snapshots Landmark Solutions Snapshots Repository http://exsubv02:8080/archiva/repository/snapshots false true uk.co.landmark.solutions.maven.internal.plugin Landmark Solutions Internal Plugin Repository http://exsubv02:8080/archiva/repository/internal true false uk.co.landmark.solutions.maven.snapshots.plugin Landmark Solutions Snapshots Plugin Repository http://exsubv02:8080/archiva/repository/snapshots false true And this in my pom.xml - internal http://exsubv02:8080/archiva/repository/internal snapshots http://exsubv02:8080/archiva/repository/snapshots 2009-11-30 13:47:24,328 [btpool0-3] INFO org.apache.maven.archiva.security.ArchivaServletAuthenticator - Authorization Denied [ip=192.168.2.24,permission=archiva-upload-repository,repo=snapshots] : no matching permissions 2009-11-30 13:47:27,923 [btpool0-8] INFO org.apache.maven.archiva.security.ArchivaServletAuthenticator - Authorization Denied [ip=192.168.2.24,permission=archiva-upload-repository,repo=snapshots] : no matching permissions 2009-11-30 13:47:30,855 [pool-3-thread-1] ERROR org.apache.maven.archiva.scheduled.executors.ArchivaIndexingTaskExecutor - Error occurred while executing indexing task 'indexing-job:snapshots:Registers-Common-Current-20091130.155338-2.jar:add' 2009-11-30 13:47:30,929 [pool-3-thread-1] ERROR taskQueueExecutor#indexing - Error executing task org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error occurred while executing indexing task 'indexing-job:snapshots:Registers-Common-Current-20091130.155338-2.jar:add' at org.apache.maven.archiva.scheduled.executors.ArchivaIndexingTaskExecutor.executeTask(ArchivaIndexingTaskExecutor.java:163) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116) at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528) at java.lang.Thread.run(Thread.java:675) 2009-11-30 13:47:31,084 [pool-3-thread-1] ERROR org.apache.maven.archiva.scheduled.executors.ArchivaIndexingTaskExecutor - Error occurred while executing indexing task 'indexing-job:snapshots:Registers-Common-Current-20091130.155338-2.jar.md5:add' 2009-11-30 13:47:31,085 [pool-3-thread-1] ERROR taskQueueExecutor#indexing - Error executing task org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error occurred while executing indexing task 'indexing-job:snapshots:Registers-Common-Current-20091130.155338-2.jar.md5:add' at org.apache.maven.archiva.scheduled.executors.ArchivaIndexingTaskExecutor.executeTask(ArchivaIndexingTaskExecutor.java:163) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116) at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528) at java.lang.Thread.run(Thread.java:675) 2009-11-30 13:47:31,196 [pool-3-thread-1] ERROR org.apache.maven.archiva.scheduled.executors.ArchivaIndexingTaskExecutor - Error occurred while executing indexing task 'indexing-job:snapshots:Registers-Common-Current-20091130.155338-2.jar.sha1:add' 2009-11-30 13:47:31,197 [pool-3-thread-1] ERROR taskQueueExecutor#indexing - Error executing task org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error occurred while executing indexing task 'indexing-job:snapshots:Registers-Common-Current-20091130.155338-2.jar.sha1:add' at org.apache.maven.archiva.scheduled.executors.ArchivaIndexingTaskExecutor.executeTask(ArchivaIndexingTaskExecutor.java:163) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116) at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528) at java.lang.Thread.run(Thread.java:675) -- Adam Retter skype :adam.retter http://www.adamretter.org.uk