This is the complete error statement

java.lang.IllegalStateException: A kernel is already running this kernel
name: MainBootstrapper
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
org.apache.geronimo.kernel.KernelRegistry.registerKernel
(KernelRegistry.java:95)
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
org.apache.geronimo.kernel.basic.BasicKernel.boot(BasicKernel.java:599)
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.bootKernel (
MainConfigurationBootstrapper.java:72)
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(
MainConfigurationBootstrapper.java:56)
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(
MainConfigurationBootstrapper.java:38)
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
org.apache.geronimo.kernel.util.MainBootstrapper.main(MainBootstrapper.java:38)
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
java.lang.reflect.Method.invoke (Method.java:615)
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
org.tanukisoftware.wrapper.WrapperStartStopApp.stop(WrapperStartStopApp.java
:420)
INFO   | jvm 1    | 2007/10/08 22:20:46 |     at
org.tanukisoftware.wrapper.WrapperManager$13.run (WrapperManager.java:3134)
INFO   | jvm 1    | 2007/10/08 22:20:46 | [] received stop signal
STATUS | wrapper  | 2007/10/08 22:20:55 | <-- Wrapper Stopped
STATUS | wrapper  | 2007/10/08 22:51:57 | --> Wrapper Started as Service


On 10/8/07, Ashish Jain <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am trying to start Geronimo  as a windows service. I am following this
> link for the same. 
> http://cwiki.apache.org/GMOxDOC20/configuring-geronimo-as-a-windows-service.html
>
>
> Server start is fine but when I try to stop the server. I get the
> following error.
> java.lang.IllegalStateException: A kernel is already running this kernel
> name: MainBootstrapper
>
> Any idea. How to resolve this?
>
> Thanks
>
>

Reply via email to