Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 49073 invoked from network); 1 Mar 2006 00:35:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Mar 2006 00:35:53 -0000 Received: (qmail 10063 invoked by uid 500); 1 Mar 2006 00:35:52 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 10051 invoked by uid 500); 1 Mar 2006 00:35:51 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 10034 invoked by uid 99); 1 Mar 2006 00:35:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 16:35:51 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 66.249.92.199 as permitted sender) Received: from [66.249.92.199] (HELO uproxy.gmail.com) (66.249.92.199) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 16:35:50 -0800 Received: by uproxy.gmail.com with SMTP id h2so4650ugf for ; Tue, 28 Feb 2006 16:35:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p5oCGHFUTpOQ9Tvz46D8N57poqkG7kyhXAtJFhbWNtm4GZ0Rtxu6oVXzDZndDNYnjSJDzpyRTO1bYR3bZF0b2KPaPlY75DpbjzddP71Zfal0r6Gxj4wnT+mD+HVqBnZ5FeI5+8yP+Q2S5+W6NksYNIBgPyAMfaI40uds9coFkts= Received: by 10.67.89.2 with SMTP id r2mr651327ugl; Tue, 28 Feb 2006 16:35:28 -0800 (PST) Received: by 10.67.15.17 with HTTP; Tue, 28 Feb 2006 16:35:28 -0800 (PST) Message-ID: <74e15baa0602281635habfaa06p9e091d1eb6c155af@mail.gmail.com> Date: Tue, 28 Feb 2006 19:35:28 -0500 From: "Aaron Mulder" Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: 1.0 src build fails - Daytrader case problem on box with 512MB In-Reply-To: <4404E18D.9070608@paradise.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4404E18D.9070608@paradise.net.nz> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This may actually be caused by having a symlink in the path to the project. For example, I have my checkouts in a different place but symlinked to ~/dev and I saw a "case problem". The problem is that the plugin compares the file path to canonical path and if they don't match it claims there's a case problem, when in fact it's just a symlink. If that's the issue for you too, the solution is to either avoid the symlink or edit the offending Jelly and comment out the check: /home/postgres/.maven/cache/maven-ear-plugin-1.6/plugin.jelly:99:24: Thanks, Aaron On 2/28/06, Mark Kirkwood wrote: > I have just encountered a rather strange error while building 1.0 from > source. This is on a FreeBSD 6.0 machine - with the same version of > FreeBSD, Maven and Java as my other machine where it builds *fine*. The > only difference is that this box has much less memory - 512MB (the other > has 2G). I noticed that free memory (from vmstat) dipped to approx 19M, > but my sample frequency may have been too coarse to pick up a transient > exhaustion. However swap usage on the box is zero - any ideas? > > The error is repeatable, and I even tried copying the maven repository > over from the machine with the successful build - without effect! > > > > > build:start: > > multiproject:install-callback: > [echo] Running ear:install for DayTrader Enterprise Application > ear:init: > > ear:ear: > [mkdir] Created dir: > /usr/home/postgres/develop/java/geronimo-1.0-src/applications/daytrader/e= ar/target > [copy] Copying 1 file to > /usr/home/postgres/develop/java/geronimo-1.0-src/applications/daytrader/e= ar/target > [echo] Building EAR daytrader-ear-1.0 with appxml > "/usr/home/postgres/develop/java/geronimo-1.0-src/applications/daytrader/= ear/target/application.xml" > > BUILD FAILED > File...... /usr/home/postgres/develop/java/geronimo-1.0-src/maven.xml > Element... maven:reactor > Line...... 53 > Column.... 110 > Unable to obtain goal [multiproject:install-callback] -- > /home/postgres/.maven/cache/maven-ear-plugin-1.6/plugin.jelly:99:24: > Case-sensitive issue: The dependency geronimo:daytrader-core > has a case problem. The dependency was either retrieved in the past > with the wrong case or has been specified with the wrong case in your > project.xml file. Fix your project.xml or update your local repository > with the properly-cased file and try again. > Total time: 5 minutes 0 seconds >