Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 72998 invoked from network); 15 Jul 2005 01:30:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jul 2005 01:30:30 -0000 Received: (qmail 67591 invoked by uid 500); 15 Jul 2005 01:30:29 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 66857 invoked by uid 500); 15 Jul 2005 01:30:26 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 66842 invoked by uid 99); 15 Jul 2005 01:30:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2005 18:30:14 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A652517 for ; Fri, 15 Jul 2005 03:30:11 +0200 (CEST) Message-ID: <439388076.1121391011680.JavaMail.jira@ajax.apache.org> Date: Fri, 15 Jul 2005 03:30:11 +0200 (CEST) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-761) Transient failures during full rebuild (OOM?) Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Transient failures during full rebuild (OOM?) --------------------------------------------- Key: GERONIMO-761 URL: http://issues.apache.org/jira/browse/GERONIMO-761 Project: Geronimo Type: Bug Components: buildsystem Versions: 1.0-M3 Reporter: Aaron Mulder I can't often run a full "maven -o m:rebuild-all" and make it all the way through. Usually, it dies around the time of the Geronimo assembly module. The errors vary, but include: - bootstrap:bootstrap null - error in plugin script A subsequent "maven -o" completes successfully (having it skip tests/itests to begin with also works), leading me to believe that somehow the amount of work starves the VM of something, probably memory, but slightly smaller quantities of work don't. Though after the plugin error the next build complains about a bad plugin cache and has a lot of stack traces complaining about JEXL errors, but after that things are back to normal. Someone reported a similar error to the user or dev list, but I think their message was still different from mine. This happens to me on Linux (SuSE Pro 9.3) with JDK 1.4.2_08 and on Mac (OS X 10.4.1 and 10.4.2) with JDK 1.4.2_07. I have not tried extending the Maven memory settings like we used to recommend for JDK 1.5. I wonder if making more of the tests fork would help. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira