Thanks any way. however, it still can't be started using the command. exception is the same.
djencks wrote: > > > On Jul 30, 2007, at 8:28 PM, dragonli wrote: > >> >> Hi, >> i am a new user of geronimo. when i download the latest version of >> geronimo. >> Exception is thrown when i try to start the server according to the >> documentation. >> what's wrong with this? could any experts give me some advice? thanks > > "latest version" could mean several things and "according to the > documention " is certainly ambiguous. > > From the stack trace I wonder if you are starting geronimo with an > incomplete command line? From geronimo home you can start using > > java -Djava.endorsed.dirs=lib/endorsed -javaagent:bin/jpa.jar -jar > bin/server.jar --long > > My guess would be that -Djava.endorsed.dirs=lib/endorsed is missing. > > thanks > david jencks > >> >> >> >> org.apache.geronimo.kernel.config.LifecycleException: start of >> org.apache.geroni >> mo.configs/webconsole-tomcat/2.0-M6/car failed >> at >> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon >> figuration(SimpleConfigurationManager.java:547) >> at >> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon >> figuration(SimpleConfigurationManager.java:511) >> at >> org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastCla >> ssByCGLIB$$ce77a924.invoke(<generated>) >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >> at >> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethod >> Invoker.java:38) >> at >> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio >> n.java:127) >> at >> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance. >> java:828) >> at >> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:5 >> 7) >> at >> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperat >> ionInvoker.java:35) >> at >> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(Pro >> xyMethodInterceptor.java:96) >> at >> org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$9bd0026a.s >> tartConfiguration(<generated>) >> at >> org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaem >> on.java:150) >> at >> org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon >> .java:71) >> at >> org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(Ma >> inConfigurationBootstrapper.java:45) >> at >> org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67) >> at org.apache.geronimo.cli.daemon.DaemonCLI.main >> (DaemonCLI.java:30) >> Caused by: >> org.apache.geronimo.kernel.config.InvalidConfigException: Unknown >> sta >> rt exception >> at >> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio >> nGBeans(ConfigurationUtil.java:508) >> at >> org.apache.geronimo.kernel.config.KernelConfigurationManager.start(Ke >> rnelConfigurationManager.java:188) >> at >> org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon >> figuration(SimpleConfigurationManager.java:530) >> ... 15 more >> Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: >> Configuratio >> n org.apache.geronimo.configs/j2ee-corba-yoko/2.0-M6/car failed to >> start due >> to >> the following reasons: >> The service >> ServiceModule=org.apache.geronimo.configs/j2ee-corba-yoko/2.0-M6/c >> ar,j2eeType=CORBABean,name=Server did not start because >> org.apache.geronimo.conf >> igs/j2ee-corba-yoko/2.0-M6/car? >> ServiceModule=org.apache.geronimo.configs/j2ee-co >> rba-yoko/2.0-M6/car,j2eeType=CORBANameService,name=NameServer did >> not start. >> The service >> ServiceModule=org.apache.geronimo.configs/j2ee-corba-yoko/2.0-M6/c >> ar,j2eeType=CORBANameService,name=NameServer did not start because >> Error >> startin >> g transient name service >> The service >> ServiceModule=org.apache.geronimo.configs/j2ee-corba-yoko/2.0-M6/c >> ar,j2eeType=CORBABean,name=UnprotectedServer did not start because >> org.apache.ge >> ronimo.configs/j2ee-corba-yoko/2.0-M6/car? >> ServiceModule=org.apache.geronimo.conf >> igs/j2ee-corba-yoko/2.0-M6/ >> car,j2eeType=CORBANameService,name=NameServer did >> not >> start. >> >> at >> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio >> nGBeans(ConfigurationUtil.java:471) >> ... 17 more >> [] received stop signal >> [***************************> ] 85% 30s Startup failed >> -- >> View this message in context: http://www.nabble.com/Could-not-start- >> the-server-tf4190767s134.html#a11917646 >> Sent from the Apache Geronimo - Users mailing list archive at >> Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/Could-not-start-the-server-tf4190767s134.html#a11919676 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
