On Feb 28, 2008, at 12:05 PM, CG wrote:
Hi, thanks for everyone.
I have managed to download and set up the Geronimo 2.1 , start up with
no problem under terminal, using ./bin/start-server (set the JAVA_HOME
earlier)
Then , I try to configure Eclipse Geronimo v2 adaptor plugin , to use
the Geronimo 2.1 .
When I try to start it under Eclipse, it encounters problem when
starting "remote-deploy-tomcat"
Could it be problem of the adaptor ? could it because the adaptor only
support geronimo 2.0x ?
Error msg (after filtering)
=========
: (skip):
:
Module 26/64 org.apache.geronimo.configs/axis2/2.1/car
started in .000s
Module 27/64 org.apache.geronimo.configs/jasper-deployer/2.1/car
started in .255s
Module 28/64 org.apache.geronimo.configs/remote-deploy-tomcat/2.1/car
01:05:32,575 ERROR [GBeanInstanceState] Error while starting;
GBean is now in the FAILED state:
abstractName="org.apache.geronimo.configs/remote-deploy-tomcat/2.1/
car?configurationName=org.apache.geronimo.configs/remote-deploy-
tomcat/2.1/car"
org.apache.geronimo.kernel.config.InvalidConfigException: Unable to
deserialize GBeanState in classloader:
[org.apache.geronimo.kernel.config.MultiParentClassLoader
id=org.apache.geronimo.configs/remote-deploy-tomcat/2.1/car]
at
org
.apache
.geronimo
.kernel
.config.SerializedGBeanState.loadGBeans(SerializedGBeanState.java:124)
at
org
.apache
.geronimo
.kernel
.config.SerializedGBeanState.getGBeans(SerializedGBeanState.java:65)
at
org
.apache
.geronimo
.kernel.config.ConfigurationData.getGBeans(ConfigurationData.java:172)
at
org
.apache
.geronimo.kernel.config.Configuration.<init>(Configuration.java:278)
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:513)
at
org
.apache
.geronimo
.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:948)
at
org
.apache
.geronimo
.gbean
.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:
268)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstan
Can you paste the entire stacktrace (including the "Caused by:"
exceptions? Also what JRE are you using?
--kevan