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 <[EMAIL PROTECTED]> 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(<generated>)
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(<generated>)
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
: <car:package> null
Total time: 4 minutes 14 seconds
Finished at: Mon Feb 06 13:12:28 EST 2006
Gary