Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 58288 invoked from network); 16 Oct 2007 15:38:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2007 15:38:51 -0000 Received: (qmail 28439 invoked by uid 500); 16 Oct 2007 15:38:37 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 28390 invoked by uid 500); 16 Oct 2007 15:38:37 -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 28367 invoked by uid 99); 16 Oct 2007 15:38:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 08:38:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.208.196.171] (HELO outbound.mailhop.org) (63.208.196.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 15:38:40 +0000 Received: from bi01p1.nc.us.ibm.com ([129.33.49.251] helo=[9.27.152.144]) by outbound.mailhop.org with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1IhoUr-0008xt-Gy for dev@geronimo.apache.org; Tue, 16 Oct 2007 11:38:18 -0400 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 129.33.49.251 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19p3k1n8J8DRsAraVTQQzD4 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <4714CC96.90808@earthlink.net> References: <470E3EF4.1010001@earthlink.net> <4713DE53.6040406@earthlink.net> <4713E1BB.4010500@gmail.com> <4714CC96.90808@earthlink.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1235B64F-B203-4779-BEBC-18F66838999F@hogstrom.org> Content-Transfer-Encoding: 7bit From: Matt Hogstrom Subject: Re: Build issue with trunk - build hangs Date: Tue, 16 Oct 2007 11:38:16 -0400 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org Joe, On nique you can use the IBM JDK to get a heap dump. Although, the question I have is does your system hang in terms of 0% CPU or some % CPU? If your CPU is at 0 its probably another problem not related to heap. The thread dump is a good idea. On Oct 16, 2007, at 10:37 AM, Joe Bohn wrote: > Thanks Erik. Even with increasing it to your settings my OpenSUSE > still hangs at the point of installing the car-maven-plugin. > > Things must have really changed with this plugin to require > substantially more memory or perhaps there are other issues. I > think I may just install a new OS on these machines anyway (perhaps > SLES). > > I'm still interested if anybody has had success with OpenSUSE if > you happen to see this. > > Thanks, > Joe > > > Erik B. Craig wrote: >> Joe, >> I was running into the same issue on CentOS, my MAVEN_OPTS were - >> Xmx512m -XX:MaxPermSize=128m. >> After I changed them to -Xmx2048m -XX:MaxPermSize=512m , the >> problem went away immediately. >> This is on Maven 2.0.7 and Sun JDK 1.5.0_12 >> Dunno if that will help you at all, but there you go =) >> -Erik >> Joe Bohn wrote: >>> Is nobody else hitting this problem? >>> >>> Is anybody else building on OpenSUSE? I have two machines and >>> get hang in the same place on each machine while trying to >>> install the car-maven-plugin. >>> >>> Even bumping my MAVEN_OPTS to "-XX:MaxPermSize=512m -Xms512m - >>> Xmx1024m" didn't seem to have any effect. >>> >>> Joe >>> >>> >>> Joe Bohn wrote: >>>> >>>> I'm consistently hitting a build hang with trunk that I can't >>>> get past. Is anybody else hitting these problems or does >>>> anybody know what might be going wrong? Perhaps I need to bump >>>> up the MaxPermSize? >>>> >>>> The build hangs when I get to building the car-maven-plugin. >>>> This is on OpenSUSE 10.2 with maven 2.0.7 (although I had the >>>> failures first with 2.0.5 and moving to 2.0.7 didn't change the >>>> results) and Sun JDK 1.5.0_11. >>>> >>>> My MAVEN_OPTS are set to: >>>> "-XX:MaxPermSize=128m -Xms512m -Xmx512m" >>>> >>>> Here's the last thing I always see: >>>> ------------------------------------------------------- >>>> T E S T S >>>> ------------------------------------------------------- >>>> Running org.apache.geronimo.mavenplugins.car.PlanProcessorMojoTest >>>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: >>>> 0.6 sec >>>> Running org.apache.geronimo.mavenplugins.car.PluginMetadataTest >>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: >>>> 0.691 sec >>>> >>>> Results : >>>> >>>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 >>>> >>>> [INFO] [jar:jar] >>>> [INFO] Building jar: /home/jbohn/geronimo/maven-plugins/car- >>>> maven-plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar >>>> [INFO] [plugin:addPluginArtifactMetadata] >>>> [INFO] [shitty:install {execution: default}] >>>> [INFO] Installing /home/jbohn/geronimo/maven-plugins/car-maven- >>>> plugin/target/car-maven-plugin-2.1-SNAPSHOT.jar to /home/ >>>> jbohn/.m2/repository/org/apache/geronimo/plugins/car-maven- >>>> plugin/2.1-SNAPSHOT/car-maven-plugin-2.1-SNAPSHOT.jar >>>> >>> >