Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 56992 invoked from network); 9 Dec 2009 18:57:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 18:57:19 -0000 Received: (qmail 95871 invoked by uid 500); 9 Dec 2009 18:57:19 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 95764 invoked by uid 500); 9 Dec 2009 18:57:19 -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 95737 invoked by uid 99); 9 Dec 2009 18:57:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 18:57:18 +0000 X-ASF-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00 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; Wed, 09 Dec 2009 18:57:16 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 78A1A458131 for ; Wed, 9 Dec 2009 12:56:55 -0600 (CST) Date: Wed, 9 Dec 2009 12:56:55 -0600 (CST) From: "Wendy Smoak (JIRA)" To: issues@continuum.apache.org Message-ID: <6547360.30948.1260385015450.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <19309799.19016.1259157715152.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Updated: (CONTINUUM-2412) FileNotFoundException when adding Project and Server is under heavy load MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 [ http://jira.codehaus.org/browse/CONTINUUM-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wendy Smoak updated CONTINUUM-2412: ----------------------------------- Fix Version/s: Backlog > FileNotFoundException when adding Project and Server is under heavy load > ------------------------------------------------------------------------ > > Key: CONTINUUM-2412 > URL: http://jira.codehaus.org/browse/CONTINUUM-2412 > Project: Continuum > Issue Type: Bug > Components: Jetty Bundle > Affects Versions: 1.3.4 > Environment: Windows Server 2008 > java version "1.6.0_17" > Java(TM) SE Runtime Environment (build 1.6.0_17-b04) > Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing) > Reporter: Stefan Cordes > Priority: Minor > Fix For: Backlog > > > Add a project via "Maven 1.x Project" and selecting a file in the local file system > leads into a FileNotFoundException > After several retries the project is added normally. > java.lang.RuntimeException: java.io.FileNotFoundException: Source '.\tmp\Jetty_0_0_0_0_9080_continuum__continuum__.7gr0yc\upload__1d4e7c7c_1252b73f861__7ff5_00000032.tmp' does not exist > at org.apache.maven.continuum.web.action.AddMavenProjectAction.execute(AddMavenProjectAction.java:178) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:404) > at com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:267) > at org.apache.struts2.interceptor.BackgroundProcess$1.run(BackgroundProcess.java:56) > at java.lang.Thread.run(Unknown Source) > Caused by: java.io.FileNotFoundException: Source '.\tmp\Jetty_0_0_0_0_9080_continuum__continuum__.7gr0yc\upload__1d4e7c7c_1252b73f861__7ff5_00000032.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:168) > ... 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