You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Prasad Kashyap <go...@gmail.com> on 2007/01/24 17:31:59 UTC

Server startup failure on trunk

'svn up' openejb3
'svn up' geronimo trunk
mvn clean install openejb3 and trunk

Encountered the following error while starting the server. With all
the recent deploys going on, this may or may not be problem. Will
re-confirm after the other machine builds from scratch again.

11:26:09,947 INFO  [root] ----------------------------------------------
11:26:22,254 INFO  [OpenEJB] Using directory
C:\Apache\geronimo-jetty6-jee5-2.0-SNAPSHOT\var\temp for stateful
session passivation
Geronimo startup failed:
org.apache.geronimo.kernel.config.LifecycleException: load of
org.apache.geronimo.configs/activemq/2.0-SNAPSHOT/car failed
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:271)
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:250)
	at org.apache.geronimo.kernel.config.KernelConfigurationManager.loadConfiguration(KernelConfigurationManager.java:112)
	at org.apache.geronimo.kernel.config.KernelConfigurationManager$$FastClassByCGLIB$$b117102f.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:127)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:820)
	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$$e72279e5.loadConfiguration(<generated>)
	at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:283)
	at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
	at org.apache.geronimo.system.main.Daemon.main(Daemon.java:366)
Caused by: org.apache.geronimo.kernel.config.NoSuchConfigException:
org.apache.geronimo.configs/activemq/2.0-SNAPSHOT/car
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:454)
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:268)
	... 14 more
[] received stop signal
Exception in thread "Thread-6" java.lang.NoClassDefFoundError:
EDU/oswego/cs/dl/util/concurrent/LinkedNode
	at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown Source)
	at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown Source)
	at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:595)

Server shutdown begun
Server shutdown completed

Re: Server startup failure on trunk

Posted by Prasad Kashyap <go...@gmail.com>.
Sorry for the false alarm !

The binary built from a clean repo is good !

We have a good server running on trunk.

Cheers
Prasad

On 1/24/07, Prasad Kashyap <go...@gmail.com> wrote:
> 'svn up' openejb3
> 'svn up' geronimo trunk
> mvn clean install openejb3 and trunk
>
> Encountered the following error while starting the server. With all
> the recent deploys going on, this may or may not be problem. Will
> re-confirm after the other machine builds from scratch again.
>
> 11:26:09,947 INFO  [root] ----------------------------------------------
> 11:26:22,254 INFO  [OpenEJB] Using directory
> C:\Apache\geronimo-jetty6-jee5-2.0-SNAPSHOT\var\temp for stateful
> session passivation
> Geronimo startup failed:
> org.apache.geronimo.kernel.config.LifecycleException: load of
> org.apache.geronimo.configs/activemq/2.0-SNAPSHOT/car failed
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:271)
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:250)
>         at org.apache.geronimo.kernel.config.KernelConfigurationManager.loadConfiguration(KernelConfigurationManager.java:112)
>         at org.apache.geronimo.kernel.config.KernelConfigurationManager$$FastClassByCGLIB$$b117102f.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:127)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:820)
>         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$$e72279e5.loadConfiguration(<generated>)
>         at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:283)
>         at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
>         at org.apache.geronimo.system.main.Daemon.main(Daemon.java:366)
> Caused by: org.apache.geronimo.kernel.config.NoSuchConfigException:
> org.apache.geronimo.configs/activemq/2.0-SNAPSHOT/car
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:454)
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:268)
>         ... 14 more
> [] received stop signal
> Exception in thread "Thread-6" java.lang.NoClassDefFoundError:
> EDU/oswego/cs/dl/util/concurrent/LinkedNode
>         at EDU.oswego.cs.dl.util.concurrent.SynchronousChannel.poll(Unknown Source)
>         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask(Unknown Source)
>         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)
>         at java.lang.Thread.run(Thread.java:595)
>
> Server shutdown begun
> Server shutdown completed
>