Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 43065 invoked from network); 15 Feb 2007 23:43:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2007 23:43:36 -0000 Received: (qmail 28794 invoked by uid 500); 15 Feb 2007 23:43:40 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 28739 invoked by uid 500); 15 Feb 2007 23:43:40 -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 28710 invoked by uid 99); 15 Feb 2007 23:43:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 15:43:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of goyathlay.geronimo@gmail.com designates 64.233.184.230 as permitted sender) Received: from [64.233.184.230] (HELO wr-out-0506.google.com) (64.233.184.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 15:43:30 -0800 Received: by wr-out-0506.google.com with SMTP id 58so971126wri for ; Thu, 15 Feb 2007 15:43:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Zv24ot5hx6IaeYbzKNJODmKF/zaoCxfCIEZJCdoBChGaM3ZmaP1bM+V5Ow1QH8EOw/8d2Py/srKH/BK34+A62QmTpJeQHO5SOfdA3kLO7bCHcK4lVeF9CpG9ozrPsCaa6jbd+wEqyp3g1f/vBaqjHn7Vw0j3OIADB4jAYYiNuo4= Received: by 10.90.55.19 with SMTP id d19mr3367776aga.1171582990142; Thu, 15 Feb 2007 15:43:10 -0800 (PST) Received: by 10.90.81.20 with HTTP; Thu, 15 Feb 2007 15:43:09 -0800 (PST) Message-ID: Date: Thu, 15 Feb 2007 18:43:09 -0500 From: "Prasad Kashyap" To: dev@geronimo.apache.org Subject: Re: Trunk build hanging In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org http://www.nabble.com/Building-will-probably-require--XX%3AMaxPermSize%3D128m-tf3219541.html#a8943995 On 2/15/07, Prasad Kashyap wrote: > Did you increase your memory allocation as per Jenck's note ? > > Cheers > Prasad > > On 2/15/07, Dain Sundstrom wrote: > > When building trunk I'm getting a hang in the configs. I've run this > > on two different computers (both macs), and both hang here > > > > [INFO] > > ------------------------------------------------------------------------ > > ---- > > [INFO] Building Geronimo Configs :: Persistence Deployer > > [INFO] task-segment: [install] > > [INFO] > > ------------------------------------------------------------------------ > > ---- > > [INFO] [tools:require-java-version {execution: validate-java-version}] > > [INFO] [tools:copy-legal-files {execution: install-legal-files}] > > [INFO] Created dir: /Users/dain/work/geronimo/server/trunk/configs/ > > persistence-jpa10-deployer/target/classes/META-INF > > [INFO] Copying 2 files to /Users/dain/work/geronimo/server/trunk/ > > configs/persistence-jpa10-deployer/target/classes/META-INF > > [INFO] [resources:resources] > > [INFO] Using default encoding to copy filtered resources. > > [INFO] [car:prepare-plan] > > [INFO] Generated: /Users/dain/work/geronimo/server/trunk/configs/ > > persistence-jpa10-deployer/target/plan/plan.xml > > [INFO] [car:package] > > [INFO] Packaging module configuration: /Users/dain/work/geronimo/ > > server/trunk/configs/persistence-jpa10-deployer/target/plan/plan.xml > > > > And when I send SIG_QUIT, it is hung here: > > > > "main" prio=5 tid=0x00501430 nid=0x1804a00 runnable > > [0xb07fe000..0xb08000dc] > > at java.lang.Class.getDeclaredMethods0(Native Method) > > at java.lang.Class.privateGetDeclaredMethods(Class.java:2365) > > at java.lang.Class.getDeclaredMethod(Class.java:1907) > > at java.io.ObjectStreamClass.getPrivateMethod > > (ObjectStreamClass.java:1327) > > at java.io.ObjectStreamClass.access$1600 > > (ObjectStreamClass.java:47) > > at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:394) > > at java.security.AccessController.doPrivileged(Native Method) > > at java.io.ObjectStreamClass.(ObjectStreamClass.java:373) > > at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:268) > > at java.io.ObjectStreamClass.initNonProxy > > (ObjectStreamClass.java:504) > > at java.io.ObjectInputStream.readNonProxyDesc > > (ObjectInputStream.java:1546) > > at java.io.ObjectInputStream.readClassDesc > > (ObjectInputStream.java:1460) > > at java.io.ObjectInputStream.readOrdinaryObject > > (ObjectInputStream.java:1693) > > at java.io.ObjectInputStream.readObject0 > > (ObjectInputStream.java:1299) > > at java.io.ObjectInputStream.defaultReadFields > > (ObjectInputStream.java:1912) > > at java.io.ObjectInputStream.readSerialData > > (ObjectInputStream.java:1836) > > at java.io.ObjectInputStream.readOrdinaryObject > > (ObjectInputStream.java:1713) > > at java.io.ObjectInputStream.readObject0 > > (ObjectInputStream.java:1299) > > at java.io.ObjectInputStream.readObject > > (ObjectInputStream.java:339) > > at org.apache.geronimo.gbean.GBeanData > > $V0Externalizable.readExternal(GBeanData.java:285) > > at org.apache.geronimo.gbean.GBeanData.readExternal > > (GBeanData.java:252) > > at > > org.apache.geronimo.kernel.config.SerializedGBeanState.loadGBeans > > (SerializedGBeanState.java:111) > > at > > org.apache.geronimo.kernel.config.SerializedGBeanState.getGBeans > > (SerializedGBeanState.java:65) > > at > > org.apache.geronimo.kernel.config.ConfigurationData.getGBeans > > (ConfigurationData.java:171) > > at org.apache.geronimo.kernel.config.Configuration. > > (Configuration.java:279) > > at sun.reflect.NativeConstructorAccessorImpl.newInstance0 > > (Native Method) > > at sun.reflect.NativeConstructorAccessorImpl.newInstance > > (NativeConstructorAccessorImpl.java:39) > > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance > > (DelegatingConstructorAccessorImpl.java:27) > > at java.lang.reflect.Constructor.newInstance > > (Constructor.java:494) > > > > > > Is anyone else having this problem? > > > > -dain > > >