Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 51200 invoked from network); 11 Jul 2005 20:04:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2005 20:04:49 -0000 Received: (qmail 71638 invoked by uid 500); 11 Jul 2005 20:04:47 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 71619 invoked by uid 500); 11 Jul 2005 20:04:47 -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 71606 invoked by uid 99); 11 Jul 2005 20:04:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2005 13:04:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [155.208.255.20] (HELO bbnrelbul01.net.external.hp.com) (155.208.255.20) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2005 13:04:43 -0700 Received: from vistula.poland.hp.com (vistula.poland.hp.com [15.188.0.12]) by bbnrelbul01.net.external.hp.com (Postfix) with ESMTP id 3BFBD37D67 for ; Mon, 11 Jul 2005 22:04:35 +0200 (CEST) Received: from [127.0.0.1] ([16.19.168.149]) by vistula.poland.hp.com with SMTP (8.9.3 (PHNE_28760_binary)/8.8.6 SMKit7.02) id WAA25165 for ; Mon, 11 Jul 2005 22:04:25 +0200 (METDST) Message-ID: <42D2D0BF.5050300@apache.org> Date: Mon, 11 Jul 2005 22:04:15 +0200 From: Jacek Laskowski Organization: Apache Geronimo (http://geronimo.apache.org) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: build failure References: <42D2A7D1.2000707@earthlink.net> <42D2AA85.2050308@earthlink.net> <1f0d2427f0758915acdf5c3e7fdf940d@gluecode.com> <42D2BC3F.6090704@earthlink.net> In-Reply-To: <42D2BC3F.6090704@earthlink.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Joe Bohn wrote: > Now it looks like I'm having problems with OpenEJB and ActiveMQ: I'm > getting this: > > Attempting to download activemq-ra-3.1-SNAPSHOT.rar. > Error retrieving artifact from > [http://www.ibiblio.org/maven/activemq/rars/activ > emq-ra-3.1-SNAPSHOT.rar]: java.net.ConnectException: Connection > timed out: conne > ct This is because your connection to iBiblio timed out. It doesn't apply to Geronimo in any way other than that without it it's impossible to build Geronimo. So, open the browser of your choice and visit the site. If it works, run maven again. Make sure you don't use any proxy server as Maven would be required to be configured with it, too. > I also get the same message for "openejb-core-2.0-SNAPSHOT.jar" and > "openejb-builder-2.0-SNAPSHOT.jar." See above. > So looking thru earlier appends about failed builds and openEJB. When > I ran "maven m:co" it says it was successful but the messages don't > give me a warm fuzzy > > m:checkout: > [cvs] cvs checkout: warning: failed to open /home/bohn/.cvspass > for reading: > No such file or directory > [cvs] cvs checkout: warning: failed to open /home/bohn/.cvspass > for reading: > No such file or directory > [cvs] cvs checkout: warning: failed to open /home/bohn/.cvspass > for reading: > No such file or directory > BUILD SUCCESSFUL It looks as if the cvs error msgs don't make the build fail. Do you use cygwin? Can you run cvs in the command line. I may be mistaken, but I've read that the cvspass file needs to be created the first time CVS is executed. See a cvs manual. > I then ran "maven m:rebuild-all" as Aaron recommended Well, I don't see why it could help having seen the above cvs errors? How did you get the sources then? > and I received > this failure: > > BUILD FAILED > File...... C:\cygwin\home\bohn\geronimo\maven.xml > Element... ant:delete > Line...... 132 > Column.... 52 > Unable to delete file > C:\cygwin\home\bohn\geronimo\modules\assembly\target\geron > imo-1.0-SNAPSHOT\bin\server.jar > > I'm not sure why it can't delete the server jar ... it isn't protected. > Is it possible that I have some daemon or service version of Geronimo > already running? How would I terminate it? Any other ideas? The file is probably locked by a running instance of Geronimo. Use task manager to kill all of the running java processes. Jacek