Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 50521 invoked from network); 6 Feb 2006 22:09:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Feb 2006 22:09:44 -0000 Received: (qmail 23909 invoked by uid 500); 6 Feb 2006 22:09:30 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 23693 invoked by uid 500); 6 Feb 2006 22:09:29 -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 23681 invoked by uid 99); 6 Feb 2006 22:09:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 14:09:29 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=RCVD_IN_SORBS_WEB,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [66.163.169.226] (HELO smtp106.mail.sc5.yahoo.com) (66.163.169.226) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 06 Feb 2006 14:09:27 -0800 Received: (qmail 81989 invoked from network); 6 Feb 2006 22:09:06 -0000 Received: from unknown (HELO ?9.27.40.89?) (spalias78@129.33.49.251 with plain) by smtp106.mail.sc5.yahoo.com with SMTP; 6 Feb 2006 22:09:06 -0000 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <74e15baa0602061405m7bd962e2r3b92f5a35ece6034@mail.gmail.com> References: <20060206182209.56754.qmail@web88106.mail.re2.yahoo.com> <74e15baa0602061405m7bd962e2r3b92f5a35ece6034@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sachin Patel Subject: Re: Building of Geronimo 1.0 failing Date: Mon, 6 Feb 2006 17:08:56 -0500 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N He's using Eclipse. I think he's working on doing some perf benchmarks with Eclipse/Geronimo/G-Plugin. - sachin On Feb 6, 2006, at 5:05 PM, Aaron Mulder wrote: > If you're using IntelliJ, you don't need to build from source in order > to debug -- just start the Geronimo JVM with the remote debug args > IntelliJ gives you and attach and there you go. > > I haven't seen that problem building from source before -- are you > using JDK 1.4.2 and Maven 1.1-beta-2? Also, I think I've had to bump > up the RAM used by Maven to build all of Geronimo and OpenEJB from > scratch: > > export MAVEN_OPTS="-Xms256m -Xmx512m -XX:MaxPermSize=128m" > > Aaron > > On 2/6/06, Gary Karasiuk wrote: >> I'm new to Geronimo and I'm trying to build version 1.0 (so that I >> can debug >> it). >> >> I checked out the source from: >> >> http://svn.apache.org/repos/asf/geronimo/tags/1.0.0 >> >> and then I did: >> maven new -Dmaven.test.skip=true -Dmaven.itest.skip=true >> >> It runs for a couple of minutes and then fails with these exceptions: >> >> +---------------------------------------- >> | configurations Configuration for performing J2EE deployments >> | Memory: 47M/75M >> +---------------------------------------- >> car:prepare-plan: >> >> car:package: >> >> car:install: >> >> >> build:end: >> >> build:start: >> >> multiproject:install-callback: >> [echo] Running car:install for Configuration for performing J2EE >> deployments >> 6453 [main] ERROR org.apache.geronimo.deployment.Deployer - >> Deployment failed due to >> java.lang.NoClassDefFoundError: javax/wsdl/Service >> at java.lang.Class.getDeclaredMethods0(Native Metho >> d) >> >> at >> java.lang.Class.privateGetDeclaredMethods(Class.java:1655) >> at java.lang.Class.getDeclaredMethod(Class.java:1262) >> at >> org.apache.geronimo.gbean.GBeanInfo.getGBeanInfo(GBeanInfo.java:60) >> at >> org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeanD >> ata(ServiceConfigBuilder.java:316) >> at >> org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeans >> (ServiceConfigBuilder.java:311) >> at >> org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConf >> iguration(ServiceConfigBuilder.java:207) >> at >> org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConf >> iguration(ServiceConfigBuilder.java:167) >> at >> org.apache.geronimo.deployment.service.ServiceConfigBuilder$ >> $FastClassByCGLIB$$9f173be6.invoke() >> at >> net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke >> (FastMethodInvoker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke >> (GBeanOperation.java:118) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke >> (GBeanInstance.java:800) >> at >> org.apache.geronimo.gbean.runtime.RawInvoker.invoke >> (RawInvoker.java:57) >> at >> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke >> (RawOperationInvoker.java:36) >> at >> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept >> (ProxyMethodInterceptor.java:96) >> at >> org.apache.geronimo.deployment.ConfigurationBuilder$ >> $EnhancerByCGLIB$$bec4192f.buildConfiguration() >> at >> org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:269) >> >> SNIP >> >> BUILD FAILED >> File...... s:\geronimo-1.0.0\maven.xml >> Element... maven:reactor >> Line...... 58 >> Column.... 112 >> Unable to obtain goal [multiproject:install-callback] -- H: >> \Documents and >> Settings\karasiuk\.maven\cache\geronimo-packaging-plugin-1.0.1 >> \plugin.jelly:68:15 >> : null >> Total time: 4 minutes 14 seconds >> Finished at: Mon Feb 06 13:12:28 EST 2006 >> >> >> >> Gary