Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 40733 invoked from network); 9 Oct 2007 17:59:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 17:59:21 -0000 Received: (qmail 20785 invoked by uid 500); 9 Oct 2007 17:59:09 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 20193 invoked by uid 500); 9 Oct 2007 17:59:08 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 20178 invoked by uid 99); 9 Oct 2007 17:59:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 10:59:07 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ashjain2@gmail.com designates 66.249.90.183 as permitted sender) Received: from [66.249.90.183] (HELO ik-out-1112.google.com) (66.249.90.183) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 17:59:11 +0000 Received: by ik-out-1112.google.com with SMTP id c21so551785ika for ; Tue, 09 Oct 2007 10:58:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=5UkqNq9k7hZSRInXA3Sik9Jd8pHRyXEg7+tjnv5Po5c=; b=CMxDZaGGGTWaRaqb08DWnYyKtIhx/EzJhSNdq2uPTJvVA3BeUbD+zWHNTQcTUaS/EXKAJCQV0cboZMiqof5PufqDUdpfx6mfGwROKw+6nNqBcqecjegBMVLyPi7nRFBwwuLCQRfPzm37O8rJwiUsYQU1LDRIuY46XhqSDXJaFFY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=N2teKOEC9u7ANlJHSxA8LDDeLchsa7k29DY19GEKK44Yz2SOXKYXD/m7Qv4GhhHgbV/4qEiQSKkI60fubMQVKrBj6lCFVWBw0fw2s+/z1BF+sS8+cXD7hNyVlmJxff0WMA5/T+Zsigrfg8MTAw+yU6EslcccyP1Sn7HYcKDX+Yk= Received: by 10.150.11.6 with SMTP id 6mr1212431ybk.1191952728388; Tue, 09 Oct 2007 10:58:48 -0700 (PDT) Received: by 10.35.14.17 with HTTP; Tue, 9 Oct 2007 10:58:48 -0700 (PDT) Message-ID: <14af40510710091058g7ed96db9o866e21e3cdb938b6@mail.gmail.com> Date: Tue, 9 Oct 2007 23:28:48 +0530 From: "Ashish Jain" To: user@geronimo.apache.org, dev@geronimo.apache.org Subject: Re: Getting java.lang.IllegalStateException while stopping geronimo In-Reply-To: <14af40510710081010n76b60f78i13509642479bf6d6@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_32722_23027298.1191952728359" References: <14af40510710081010n76b60f78i13509642479bf6d6@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_32722_23027298.1191952728359 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 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 > > ------=_Part_32722_23027298.1191952728359 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 <ashjain2@gmail.com> 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


------=_Part_32722_23027298.1191952728359--