If you can supply a reproducible procedure to get to this state from
a fresh copy of geronimo we might be able to investigate further.
Without knowing exactly what you did it is pretty hard to offer advice.
Are you using the hot deployer? If you are I would suggest you try
deploying your app in some other way such as through the console or
the command line or a maven plugin as part of your project build. I
think the eclipse plugin also offers deployment.
thanks
david jencks
On Oct 11, 2007, at 3:35 PM, MShah wrote:
When I try to run my web project in Geronimo 2.01 I get the following
exception and the server fails to start up. Any inputs on
resolving this
will be much appreciated.
odule 38/38 default/p2k6App.war/1192141421673/war
Server Startup failed
org.apache.geronimo.kernel.config.LifecycleException: load of
default/p2k6App.war/1192141421673/war failed
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfi
guration(SimpleConfigurationManager.java:274)
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:124)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke
(GBeanInstance.java:830)
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$$7b51cf3.loadConfiguration(<generated>)
at
org.apache.geronimo.system.main.EmbeddedDaemon.doStartup
(EmbeddedDaemon.java:153)
at
org.apache.geronimo.system.main.EmbeddedDaemon.execute
(EmbeddedDaemon.java:78)
at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main
(MainConfigurationBootstrapper.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.NoSuchConfigException:
default/p2k6App.war/1192141421673/war
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfi
gurationData(SimpleConfigurationManager.java:457)
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfi
guration(SimpleConfigurationManager.java:271)
... 14 more
[] received stop signal
15:29:49,745 ERROR [Connector] Error finding container
javax.management.AttributeNotFoundException: Cannot find attribute
managedResource for StandardEngine[Geronimo]
15:29:49,745 ERROR [CoyoteAdapter] An exception or error occurred
in the
container during the request processing
java.lang.NullPointerException
at
org.apache.catalina.connector.CoyoteAdapter.service
(CoyoteAdapter.java:261)
at
org.apache.coyote.http11.Http11Processor.process
(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.process(Http11Protocol.java:581)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run
(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
Exception in thread "Geronimo hot deploy scanner"
java.lang.NoClassDefFoundError:
org/apache/geronimo/deployment/hot/DirectoryMonitor$FileInfo
at
org.apache.geronimo.deployment.hot.DirectoryMonitor.getDirectoryInfo
(DirectoryMonitor.java:436)
at
org.apache.geronimo.deployment.hot.DirectoryMonitor.initialize
(DirectoryMonitor.java:234)
at
org.apache.geronimo.deployment.hot.DirectoryMonitor.run
(DirectoryMonitor.java:213)
at java.lang.Thread.run(Unknown Source)
--
View this message in context: http://www.nabble.com/
org.apache.geronimo.kernel.config.LifecycleException---server-start-
up-failed-tf4610348s134.html#a13166044
Sent from the Apache Geronimo - Users mailing list archive at
Nabble.com.