Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 26456 invoked from network); 2 May 2005 18:08:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2005 18:08:39 -0000 Received: (qmail 89338 invoked by uid 500); 2 May 2005 18:09:56 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 89301 invoked by uid 500); 2 May 2005 18:09:55 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 89286 invoked by uid 99); 2 May 2005 18:09:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 02 May 2005 11:09:55 -0700 Received: from [192.168.1.5] (dsl093-038-137.pdx1.dsl.speakeasy.net [66.93.38.137]) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id j42I88CW028018 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Mon, 2 May 2005 11:08:08 -0700 Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <7b3355cb050502105696b65e2@mail.gmail.com> References: <7b3355cb05042911551b4442ce@mail.gmail.com> <7b3355cb050502105696b65e2@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6674b6aab4772f00a50a765dd63204ed@gluecode.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: hanging behavior while building assembly module Date: Mon, 2 May 2005 11:08:23 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.619.2) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I haven't seen that recently I can think of 2 possiblities: 1. slow or overloaded machine. I get into trouble sometimes when IDEA decides to refresh while geronimo starts. Try setting the timeout higher with this in waitforstarted: maxTries="120" 2. some other instance of geronimo running without o/a/g/RuntimeDeployer started. david jencks On May 2, 2005, at 10:56 AM, Bruce Snyder wrote: > On 4/29/05, David Jencks wrote: >> usually this means there is another geronimo server already running. >> To prevent this you can use -Dgeronimo.assemble.offline=true >> >> but it will take longer and not check that the runtime deployer works > > Thanks for that tip, David. Now on to the next issue. > > The lastest error during the assemble goal is as follows: > > 09:55:14,809 INFO [Credential] Checking Resource aliases > > BUILD FAILED > File...... > /home/bsnyder/.maven/cache/maven-multiproject-plugin-1.3.1/ > plugin.jelly > Element... maven:reactor > Line...... 217 > Column.... 9 > Unable to obtain goal [default] -- > /x1/home/bsnyder/geronimo_nightly_builds/geronimo/modules/assembly/ > maven.xml:306:63: > Could not connect > > Again, this error is very consistent and I cannot determine the cause. > Any help is appreciated. > > Bruce > -- > perl -e 'print > unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E );' > > The Castor Project > http://www.castor.org/ > > Apache Geronimo > http://geronimo.apache.org/ >