startup problem

2006-04-10 Thread Clough, Ray C PWR
Title: startup problem






Several times I have gotten the following error on starting Geronimo. Each time, the only way I found around it was to reload Geronimo, a bother to say the least. Before shutting down Geronimo I had unloaded my app ( EbomService) each time, and then when I restart I get the following error:

---


org.apache.geronimo.kernel.config.NoSuchConfigException: No configuration with id: EbomService

 at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.load(ConfigurationManagerImpl.java:116)

 at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursive(ConfigurationManagerImpl.java:192)

 at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursive(ConfigurationManagerImpl.java:181)

 at org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClassByCGLIB$$fbed85d2.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:118)

 at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800)

 at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)

 at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36)

 at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)

 at org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$e8f7ee3.loadRecursive(generated)

 at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:317)

 at org.apache.geronimo.system.main.Daemon.init(Daemon.java:82)

 at org.apache.geronimo.system.main.Daemon.main(Daemon.java:404)

12:20:45,868 INFO [Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8443

12:20:48,619 INFO [Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8080

12:20:48,666 INFO [StandardContext] Container org.apache.catalina.core.ContainerBase.[Geronimo].[localhost].[/] has not been started

Server shutdown begun 

Server shutdown completed


---

Since the server won't restart, my only option has been to reload. No doubt I am doing something stupid when I shut down, and probably there is some simple thing I could do to get it to restart, but I don't know what those things would be.

Advice? Thanks,


- Ray Clough





Re: startup problem

2006-04-10 Thread Aaron Mulder
How did you unload the EbomService app before you shut down?

When you get this startup error, you can edit var/config/config.xml,
find the entry for EbomService, and either remove it or add
load=false to the configuration element for that entry.  Though
needless to say, we should figure out why the server isn't doing that
automatically.

Thanks,
Aaron

On 4/10/06, Clough, Ray C PWR [EMAIL PROTECTED] wrote:


 Several times I have gotten the following error on starting Geronimo.  Each
 time, the only way I found around it was to reload Geronimo, a bother to say
 the least.   Before shutting down Geronimo I had unloaded my app (
 EbomService) each time, and then when I restart I get the following error:

 ---

 org.apache.geronimo.kernel.config.NoSuchConfigException: No
 configuration with id: EbomService
 at
 org.apache.geronimo.kernel.config.ConfigurationManagerImpl.load(ConfigurationManagerImpl.java:116)
 at
 org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursive(ConfigurationManagerImpl.java:192)
 at
 org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursive(ConfigurationManagerImpl.java:181)
 at
 org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClassByCGLIB$$fbed85d2.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:118)
 at
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800)
 at
 org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
 at
 org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36)
 at
 org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
 at
 org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$e8f7ee3.loadRecursive(generated)
 at
 org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:317)
 at
 org.apache.geronimo.system.main.Daemon.init(Daemon.java:82)
 at
 org.apache.geronimo.system.main.Daemon.main(Daemon.java:404)
 12:20:45,868 INFO  [Http11Protocol] Stopping Coyote HTTP/1.1 on
 http-0.0.0.0-8443
 12:20:48,619 INFO  [Http11Protocol] Stopping Coyote HTTP/1.1 on
 http-0.0.0.0-8080
 12:20:48,666 INFO  [StandardContext] Container
 org.apache.catalina.core.ContainerBase.[Geronimo].[localhost].[/]
 has not been started

 Server shutdown begun
 Server shutdown completed

 ---
 Since the server won't restart, my only option has been to reload.  No doubt
 I am doing something stupid when I shut down, and probably there is some
 simple thing I could do to get it to restart, but I don't know what those
 things would be.

 Advice?  Thanks,


 - Ray Clough


RE: startup problem

2006-04-10 Thread Clough, Ray C PWR
Thanks.  I unloaded it from the Geronimo Console Application EARs
panel. 

By the way, when I load Geronimo, the Daytrader app throws exceptions.
I just unload it (again using Console app), and then it doesn't bother
me.  But initially, it always has some problems.

- Ray Clough
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron
Mulder
Sent: Monday, April 10, 2006 1:12 PM
To: user@geronimo.apache.org
Subject: Re: startup problem

How did you unload the EbomService app before you shut down?

When you get this startup error, you can edit var/config/config.xml,
find the entry for EbomService, and either remove it or add load=false
to the configuration element for that entry.  Though needless to say, we
should figure out why the server isn't doing that automatically.

Thanks,
Aaron

On 4/10/06, Clough, Ray C PWR [EMAIL PROTECTED]
wrote:


 Several times I have gotten the following error on starting Geronimo.

 Each time, the only way I found around it was to reload Geronimo, a
bother to say
 the least.   Before shutting down Geronimo I had unloaded my app (
 EbomService) each time, and then when I restart I get the following
error:

 ---

 org.apache.geronimo.kernel.config.NoSuchConfigException: No 
 configuration with id: EbomService
 at

org.apache.geronimo.kernel.config.ConfigurationManagerImpl.load(Configur
ationManagerImpl.java:116)
 at

org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursive
(ConfigurationManagerImpl.java:192)
 at

org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursive
(ConfigurationManagerImpl.java:181)
 at

org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClassByC
GLIB$$fbed85d2.invoke(generated)
 at
 net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
 at

org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
oker.java:38)
 at

org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
ava:118)
 at

org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
a:800)
 at

org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
 at

org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation
Invoker.java:36)
 at

org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM
ethodInterceptor.java:96)
 at

org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$
$e8f7ee3.loadRecursive(generated)
 at
 org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:317)
 at
 org.apache.geronimo.system.main.Daemon.init(Daemon.java:82)
 at
 org.apache.geronimo.system.main.Daemon.main(Daemon.java:404)
 12:20:45,868 INFO  [Http11Protocol] Stopping Coyote HTTP/1.1 on
 http-0.0.0.0-8443
 12:20:48,619 INFO  [Http11Protocol] Stopping Coyote HTTP/1.1 on 
 http-0.0.0.0-8080
 12:20:48,666 INFO  [StandardContext] Container 
 org.apache.catalina.core.ContainerBase.[Geronimo].[localhost].[/]
 has not been started

 Server shutdown begun
 Server shutdown completed

 ---
 Since the server won't restart, my only option has been to reload.  No

 doubt I am doing something stupid when I shut down, and probably there

 is some simple thing I could do to get it to restart, but I don't know

 what those things would be.

 Advice?  Thanks,


 - Ray Clough


Re: startup problem

2006-04-10 Thread Aaron Mulder
OK, thanks for the info.

If you run under JDK 1.5 then daytrader has problems, but it works OK
if you run it under JDK 1.4.

Thanks,
Aaron

On 4/10/06, Clough, Ray C PWR [EMAIL PROTECTED] wrote:
 Thanks.  I unloaded it from the Geronimo Console Application EARs
 panel.

 By the way, when I load Geronimo, the Daytrader app throws exceptions.
 I just unload it (again using Console app), and then it doesn't bother
 me.  But initially, it always has some problems.

 - Ray Clough


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron
 Mulder
 Sent: Monday, April 10, 2006 1:12 PM
 To: user@geronimo.apache.org
 Subject: Re: startup problem

 How did you unload the EbomService app before you shut down?

 When you get this startup error, you can edit var/config/config.xml,
 find the entry for EbomService, and either remove it or add load=false
 to the configuration element for that entry.  Though needless to say, we
 should figure out why the server isn't doing that automatically.

 Thanks,
 Aaron

 On 4/10/06, Clough, Ray C PWR [EMAIL PROTECTED]
 wrote:
 
 
  Several times I have gotten the following error on starting Geronimo.

  Each time, the only way I found around it was to reload Geronimo, a
 bother to say
  the least.   Before shutting down Geronimo I had unloaded my app (
  EbomService) each time, and then when I restart I get the following
 error:
 
  ---
 
  org.apache.geronimo.kernel.config.NoSuchConfigException: No
  configuration with id: EbomService
  at
 
 org.apache.geronimo.kernel.config.ConfigurationManagerImpl.load(Configur
 ationManagerImpl.java:116)
  at
 
 org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursive
 (ConfigurationManagerImpl.java:192)
  at
 
 org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursive
 (ConfigurationManagerImpl.java:181)
  at
 
 org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClassByC
 GLIB$$fbed85d2.invoke(generated)
  at
  net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
  at
 
 org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInv
 oker.java:38)
  at
 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.j
 ava:118)
  at
 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.jav
 a:800)
  at
 
 org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
  at
 
 org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperation
 Invoker.java:36)
  at
 
 org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyM
 ethodInterceptor.java:96)
  at
 
 org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$
 $e8f7ee3.loadRecursive(generated)
  at
  org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:317)
  at
  org.apache.geronimo.system.main.Daemon.init(Daemon.java:82)
  at
  org.apache.geronimo.system.main.Daemon.main(Daemon.java:404)
  12:20:45,868 INFO  [Http11Protocol] Stopping Coyote HTTP/1.1 on
  http-0.0.0.0-8443
  12:20:48,619 INFO  [Http11Protocol] Stopping Coyote HTTP/1.1 on
  http-0.0.0.0-8080
  12:20:48,666 INFO  [StandardContext] Container
  org.apache.catalina.core.ContainerBase.[Geronimo].[localhost].[/]
  has not been started
 
  Server shutdown begun
  Server shutdown completed
 
  ---
  Since the server won't restart, my only option has been to reload.  No

  doubt I am doing something stupid when I shut down, and probably there

  is some simple thing I could do to get it to restart, but I don't know

  what those things would be.
 
  Advice?  Thanks,
 
 
  - Ray Clough