Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 26285 invoked from network); 29 Jun 2005 07:19:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2005 07:19:35 -0000 Received: (qmail 9857 invoked by uid 500); 29 Jun 2005 07:19:29 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 9819 invoked by uid 500); 29 Jun 2005 07:19:28 -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 9806 invoked by uid 99); 29 Jun 2005 07:19:28 -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 00:19:28 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_30_40,HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [206.201.23.30] (HELO lng002.tsacorp.com) (206.201.23.30) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2005 00:19:26 -0700 To: dev@geronimo.apache.org Subject: GBeanInstance should already be stopped before die() is called ERRORs during build MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.2 June 01, 2004 From: sissonj@insession.com Message-ID: Date: Wed, 29 Jun 2005 18:19:20 +1100 X-MIMETrack: Serialize by Router on lng002/SVR/TSA(Release 6.5.2|June 01, 2004) at 06/29/2005 02:18:31, Serialize complete at 06/29/2005 02:18:31 Content-Type: multipart/alternative; boundary="=_alternative 002837F1CA25702F_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multipart message in MIME format. --=_alternative 002837F1CA25702F_= Content-Type: text/plain; charset="US-ASCII" 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=EARBuilder 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. --=_alternative 002837F1CA25702F_= Content-Type: text/html; charset="US-ASCII"
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=EARBuilder 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.
--=_alternative 002837F1CA25702F_=--