Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 17072 invoked from network); 16 Nov 2004 22:26:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Nov 2004 22:26:15 -0000 Received: (qmail 90633 invoked by uid 500); 16 Nov 2004 22:26:11 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 90591 invoked by uid 500); 16 Nov 2004 22:26:11 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 90577 invoked by uid 99); 16 Nov 2004 22:26:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [66.250.40.202] (HELO saturn.opentools.org) (66.250.40.202) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 16 Nov 2004 14:26:09 -0800 Received: by saturn.opentools.org (Postfix, from userid 500) id ECA083ECC; Tue, 16 Nov 2004 17:33:07 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by saturn.opentools.org (Postfix) with ESMTP id E6458F5E7 for ; Tue, 16 Nov 2004 17:33:07 -0500 (EST) Date: Tue, 16 Nov 2004 17:33:07 -0500 (EST) From: Aaron Mulder X-X-Sender: ammulder@saturn.opentools.org To: dev@geronimo.apache.org Subject: Re: Geronimo :: Derby :: Connector compile error In-Reply-To: <419A7D5F.1080209@shaw.ca> Message-ID: References: <214D4445-37FA-11D9-8F70-000D93361CAA@gluecode.com> <419A6609.70905@shaw.ca> <419A7D5F.1080209@shaw.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Actually, it looks like I checked in a change to add the deployer a little while ago. So perhaps you hadn't done a full rebuild since then or something. In any case, the very latest builds should start the runtime deployer by default. Aaron On Tue, 16 Nov 2004, Craig Johannsen wrote: > Thanks, Aaron. That worked. > > The server was started with: > java -jar $GERONIMO_HOME/bin/server.jar org/apache/geronimo/DebugConsole > org/apache/geronimo/RuntimeDeployer > > The Hello session bean was deployed with: > java -jar $GERONIMO_HOME/bin/deployer.jar --user system --password > manager deploy hello.jar > > Which resulted in the server reporting: > 14:09:11,322 INFO [LocalConfigStore:config-store] Installed > configuration hello in location 74 > 14:09:11,400 INFO [ConfigurationManagerImpl] Loaded Configuration > geronimo.config:name="hello" > 14:09:11,967 INFO [Configuration] Started configuration hello > 14:09:12,172 INFO [GenericEJBContainer] GenericEJBContainer > 'geronimo.server:EJBModule=hello,J2EEApplication=null,J2EEServer=geronimo,j2eeType=StatelessSessionBean,name=Hello'started > > cj > > Aaron Mulder wrote: > > > The deployer hierarchy was changed but unfortunately now no > >deployer is started by default. I think if you add > >org/apache/geronimo/RuntimeDeployer to the server command line then the > >deployer should work again. > > > >Aaron > > > >On Tue, 16 Nov 2004, Craig Johannsen wrote: > > > > > > > >