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