Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 34088 invoked from network); 29 Jun 2005 22:09:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2005 22:09:08 -0000 Received: (qmail 14665 invoked by uid 500); 29 Jun 2005 22:09:02 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 14638 invoked by uid 500); 29 Jun 2005 22:09:02 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 14625 invoked by uid 99); 29 Jun 2005 22:09:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2005 15:09:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [64.14.202.141] (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2005 15:09:05 -0700 Received: from [12.144.188.166] (1153ahost166.starwoodbroadband.com [12.144.188.166]) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id j5TM8DCW010109 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Wed, 29 Jun 2005 15:08:13 -0700 Mime-Version: 1.0 (Apple Message framework v730) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3389C862-33FB-46A5-A4C9-65935008B5BE@iq80.com> Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: GBeanInstance should already be stopped before die() is called ERRORs during build Date: Wed, 29 Jun 2005 15:09:01 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.730) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a sign that there is a state machine bug. IIRC this means some loaded and started a gbean and then called unload without first stopping the bean. -dain On Jun 29, 2005, at 12:19 AM, sissonj@insession.com wrote: > > I don't remember seeing this error before. I found 6 occurrances > in my build output. svn ver 202316. Ssee last msg below for an > example. > > [echo] Preprocessing system-plan.xml > [echo] Bootstrapping service deployer > [mkdir] Created dir: C:\Projects\J2EE\geronimo\modules\assembly > \target\geronimo-1.0-SNAPSHOT\bin > [mkdir] Created dir: C:\Projects\J2EE\geronimo\modules\assembly > \target\geronimo-1.0-SNAPSHOT\config-store > [copy] Copying 190 files to C:\Projects\J2EE\geronimo\modules > \assembly\target\installer > [echo] Building server.jar > [java] 16:52:51,962 INFO [LocalConfigStore:config-store/] > Loaded Configuration geronimo.config:name="org/apache/geronimo/J2EEDe > ployer" > [java] 16:52:52,446 INFO [Configuration] Started configuration > org/apache/geronimo/J2EEDeployer > [java] 16:52:52,648 INFO [SecurityServiceImpl] JACC factory > registered > [java] 16:52:53,210 INFO [LocalConfigStore:config-store/] > Installed configuration org/apache/geronimo/System in location 3 > [java] Packaged configuration org/apache/geronimo/System to C: > \Projects\J2EE\geronimo\modules\assembly\target\geronimo-1.0-SNAPS > HOT\bin\server.jar > [java] 16:52:53,241 INFO [Configuration] Stopping > configuration org/apache/geronimo/J2EEDeployer > [java] 16:52:53,272 ERROR [GBeanInstance] GBeanInstance should > already be stopped before die() is called: objectName=geronimo.de > ployer:J2EEApplication=null,J2EEModule=org/apache/geronimo/ > J2EEDeployer,J2EEServer=deployer,j2eeType=ConfigBuilder,name=EARBuilde > r s > tate=starting > > John > > This e-mail message and any attachments may contain confidential, > proprietary or non-public information. This information is > intended solely for the designated recipient(s). If an addressing > or transmission error has misdirected this e-mail, please notify > the sender immediately and destroy this e-mail. Any review, > dissemination, use or reliance upon this information by unintended > recipients is prohibited. Any opinions expressed in this e-mail > are those of the author personally.