From issues-return-2005-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Tue Nov 04 13:18:50 2008 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 62441 invoked from network); 4 Nov 2008 13:18:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Nov 2008 13:18:50 -0000 Received: (qmail 90448 invoked by uid 500); 4 Nov 2008 13:18:57 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 90411 invoked by uid 500); 4 Nov 2008 13:18:57 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 90400 invoked by uid 99); 4 Nov 2008 13:18:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 05:18:56 -0800 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: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 13:17:39 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0F79614A8417 for ; Tue, 4 Nov 2008 07:17:51 -0600 (CST) Message-ID: <15165572.1225804671012.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 4 Nov 2008 07:17:51 -0600 (CST) From: "Luca (JIRA)" To: issues@continuum.apache.org Subject: [jira] Created: (CONTINUUM-1960) error uploading maven2 pom.xml while queue MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org error uploading maven2 pom.xml while queue ------------------------------------------ Key: CONTINUUM-1960 URL: http://jira.codehaus.org/browse/CONTINUUM-1960 Project: Continuum Issue Type: Bug Components: Integration - Maven 2 Affects Versions: 1.2.2 Environment: redhat es 5 tomcat-5.5.27 Reporter: Luca Priority: Minor with 1.2 I had the same problem even if build queue was empty with 1.2.2 with queue empty works with 1.2.2 uploading a pom.xml while other projects in build queue throws the following exception: grants and owner of /opt/egovapps/apache-tomcat-5.5.27/work/Catalina/localhost/continuum/ are correct java.lang.RuntimeException: java.io.FileNotFoundException: Source '/opt/egovapps/apache-tomcat-5.5.27/work/Catalina/localhost/continuum/upload__7cf9c25a_11d61fddb85__7ff0_00000074.tmp' does not exist Show/hide Stack Trace java.lang.RuntimeException: java.io.FileNotFoundException: Source '/opt/egovapps/apache-tomcat-5.5.27/work/Catalina/localhost/continuum/upload__7cf9c25a_11d61fddb85__7ff0_00000074.tmp' does not exist at org.apache.maven.continuum.web.action.AddMavenProjectAction.execute(AddMavenProjectAction.java:157) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:358) at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:218) at com.opensymphony.webwork.interceptor.BackgroundProcess$1.run(BackgroundProcess.java:35) at java.lang.Thread.run(Thread.java:619) Caused by: java.io.FileNotFoundException: Source '/opt/egovapps/apache-tomcat-5.5.27/work/Catalina/localhost/continuum/upload__7cf9c25a_11d61fddb85__7ff0_00000074.tmp' does not exist at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:637) at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:607) at org.apache.maven.continuum.web.action.AddMavenProjectAction.execute(AddMavenProjectAction.java:147) ... 8 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira