Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 16006 invoked from network); 24 Sep 2009 12:19:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Sep 2009 12:19:38 -0000 Received: (qmail 51611 invoked by uid 500); 24 Sep 2009 12:19:38 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 51563 invoked by uid 500); 24 Sep 2009 12:19:37 -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 51553 invoked by uid 99); 24 Sep 2009 12:19:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2009 12:19:37 +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: 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; Thu, 24 Sep 2009 12:19:28 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id C7D204580F0 for ; Thu, 24 Sep 2009 07:19:06 -0500 (CDT) Message-ID: <14608121.11611253794746661.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 24 Sep 2009 07:19:06 -0500 (CDT) From: "Martin Sudmann (JIRA)" To: issues@continuum.apache.org Subject: [jira] Created: (CONTINUUM-2369) warnings in logfile because of unknown actions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org warnings in logfile because of unknown actions ---------------------------------------------- Key: CONTINUUM-2369 URL: http://jira.codehaus.org/browse/CONTINUUM-2369 Project: Continuum Issue Type: Bug Affects Versions: 1.3.4 Environment: running in webapp on tomcat (.war file), SCM: Bazaar Reporter: Martin Sudmann Attachments: continuum.log When I build a project, it gets stuck in the queue of ongoing builds on the build queue page. It never moves on and all other waiting builds are blocked as well. When I restart tomcat, the build queue is empty, but the project still shows the button "cancel build" on the project group page. Strange thing is, 3 builds succeeded earlier. Then one get stuck, and from there on every project stays in the ongoing build queue. In the logs I see warnings about missing actions: 2009-09-24 09:53:49,508 [http-9090-1] WARN org.apache.struts2.components.Form - No configuration found for the specified action: 'none' in namespace: ''. Form action defaulting to 'action' attribute's literal value. 2009-09-24 09:53:49,509 [http-9090-1] WARN org.apache.struts2.components.Form - No configuration found for the specified action: 'none' in namespace: ''. Form action defaulting to 'action' attribute's literal value. 2009-09-24 09:53:49,512 [http-9090-1] WARN org.apache.struts2.components.Form - No configuration found for the specified action: 'none' in namespace: ''. Form action defaulting to 'action' attribute's literal value. 2009-09-24 09:53:49,512 [http-9090-1] WARN org.apache.struts2.components.Form - No configuration found for the specified action: 'removePrepareBuildEntries.action' in namespace: ''. Form action defaulting to 'action' attribute's literal value. 2009-09-24 09:53:49,513 [http-9090-1] WARN org.apache.struts2.components.Form - No configuration found for the specified action: 'removePrepareBuildEntries.action' in namespace: ''. Form action defaulting to 'action' attribute's literal value. I also have a lot of SCM errors, that seem to be due to the command "bzr log --verbose", whose results doesn't seem to interpreted correctly. I attach the continuum.log file that starts when I restarted tomcat with 2 projects blocked in the build queue. -- 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