could be a wrong package or GBean corrupted. Try to download binaries again
and test frist from console and if run then test from eclipse
Good luck
--------------------------------------------------
From: "CG" <[EMAIL PROTECTED]>
Sent: Wednesday, February 27, 2008 10:12 AM
To: <[email protected]>
Subject: Geronimo WTP client for eclipse , server cannot start
Hi, I am newbie in Geronimo, or more exactly , newbie in J2EE.
I have setup the Geronimo WTP client for eclipse , and when I try to
start the server it could not start.
Environment
==========
OS is Ubuntu 7.10
Geronimo version is geronimo-tomcat6-jee5-2.0.1
Ecplise SDK version is 3.3.1
JDK version is java_ee_sdk-5_04-linux
I have tried to google for solution but could not find relevant answer.
I also tried to run geronimo from cli , using the startup.sh , but
seems like encounter the same problem.
Hope that somebody can give some guidance to solve this problem. Thanks.
Error messages are as below
==============================
22:18:15,725 ERROR [GBeanInstanceState] Error while starting; GBean is
now in the FAILED state:
abstractName="org.apache.geronimo.configs/j2ee-system/2.0.1/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0.1/car"
org.apache.geronimo.kernel.repository.MissingDependencyException:
Unable to resolve dependency
org.apache.geronimo.modules/geronimo-common/2.0.1/jar
at
org.apache.geronimo.kernel.config.ConfigurationResolver.resolve(ConfigurationResolver.java:114)
at
org.apache.geronimo.kernel.config.Configuration.buildClassPath(Configuration.java:404)
at
org.apache.geronimo.kernel.config.Configuration.createConfigurationClasssLoader(Configuration.java:321)
at
org.apache.geronimo.kernel.config.Configuration.<init>(Configuration.java:266)
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:946)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:539)
at
org.apache.geronimo.kernel.basic.BasicKernel.startGBean(BasicKernel.java:361)
at
org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:195)
at
org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159)
at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:38)
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
java.lang.IllegalStateException: GBean is not running:
org.apache.geronimo.configs/j2ee-system/2.0.1/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0.1/car
at
org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:304)
at
org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:197)
at
org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159)
at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:38)
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)