You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Dillon <ja...@planet57.com> on 2006/07/13 11:49:22 UTC

[m2 build] Tomcat server boot failures

So, I got a tad further... but still running into some failures.  If  
someone could take a peek and advise how to fix plz.

<snip>
Booting Geronimo Kernel (in Java 1.4.2_09)...
log4j:WARN No appenders could be found for logger  
(org.apache.geronimo.system.main.Daemon).
log4j:WARN Please initialize the log4j system properly.
Module  1/13 org.apache.geronimo.configs/rmi-naming/1.2-SNAPSHOT/ 
car              started in   .976s
Module  2/13 org.apache.geronimo.configs/j2ee-server/1.2-SNAPSHOT/ 
car             started in  1.557s
Module  3/13 org.apache.geronimo.configs/j2ee-security/1.2-SNAPSHOT/ 
car           started in 16.406s
Module  4/13 org.apache.geronimo.configs/axis/1.2-SNAPSHOT/ 
car                    started in   .344s
Module  5/13 org.apache.geronimo.configs/openejb/1.2-SNAPSHOT/ 
car                 started in 11.505s
Module  6/13 org.apache.geronimo.configs/system-database/1.2-SNAPSHOT/ 
car         started in   .000s
Module  7/13 org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/ 
car                 Server Startup failed

org.apache.geronimo.kernel.config.LifecycleException: start of  
org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car failed
	at  
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig 
uration(SimpleConfigurationManager.java:529)
	at  
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig 
uration(SimpleConfigurationManager.java:493)
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager$ 
$FastClassByCGLIB$$ce77a924.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:122)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke 
(GBeanInstance.java:817)
	at org.apache.geronimo.gbean.runtime.RawInvoker.invoke 
(RawInvoker.java:57)
	at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke 
(RawOperationInvoker.java:35)
	at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept 
(ProxyMethodInterceptor.java:96)
	at org.apache.geronimo.kernel.config.EditableConfigurationManager$ 
$EnhancerByCGLIB$$443b9517.startConfiguration(<generated>)
	at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:297)
	at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
	at org.apache.geronimo.system.main.Daemon.main(Daemon.java:377)
Caused by: org.apache.geronimo.kernel.config.InvalidConfigException:  
Unknown start exception
	at  
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB 
eans(ConfigurationUtil.java:440)
	at org.apache.geronimo.kernel.config.KernelConfigurationManager.start 
(KernelConfigurationManager.java:187)
	at  
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfig 
uration(SimpleConfigurationManager.java:512)
	... 13 more
Caused by: org.apache.geronimo.gbean.InvalidConfigurationException:  
Configuration org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car  
failed to start due to the following reasons:
   The service ServiceModule=org.apache.geronimo.configs/tomcat/1.2- 
SNAPSHOT/car,j2eeType=GBean,name=TomcatEngine did not start because  
org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car? 
ServiceModule=org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/ 
car,j2eeType=GBean,name=TomcatResources did not start.
   The service ServiceModule=org.apache.geronimo.configs/tomcat/1.2- 
SNAPSHOT/car,j2eeType=GBean,name=TomcatAJPConnector did not start  
because org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car? 
ServiceModule=org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/ 
car,j2eeType=GBean,name=TomcatWebContainer did not start.
   The service ServiceModule=org.apache.geronimo.configs/tomcat/1.2- 
SNAPSHOT/car,j2eeType=GBean,name=TomcatWebSSLConnector did not start  
because org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car? 
ServiceModule=org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/ 
car,j2eeType=GBean,name=TomcatWebContainer did not start.
   The service ServiceModule=org.apache.geronimo.configs/tomcat/1.2- 
SNAPSHOT/car,j2eeType=GBean,name=TomcatWebContainer did not start  
because org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car? 
ServiceModule=org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/ 
car,j2eeType=GBean,name=TomcatEngine did not start.
   The service ServiceModule=org.apache.geronimo.configs/tomcat/1.2- 
SNAPSHOT/car,j2eeType=GBean,name=TomcatWebConnector did not start  
because org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/car? 
ServiceModule=org.apache.geronimo.configs/tomcat/1.2-SNAPSHOT/ 
car,j2eeType=GBean,name=TomcatWebContainer did not start.
   The service ServiceModule=org.apache.geronimo.configs/tomcat/1.2- 
SNAPSHOT/car,j2eeType=GBean,name=TomcatResources did not start for an  
unknown reason

	at  
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGB 
eans(ConfigurationUtil.java:403)
	... 15 more

Server shutdown begun
Server shutdown completed
</snip>

--jason