Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 16189 invoked from network); 16 Jan 2005 05:35:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Jan 2005 05:35:15 -0000 Received: (qmail 87260 invoked by uid 500); 16 Jan 2005 05:35:03 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 87224 invoked by uid 500); 16 Jan 2005 05:35:03 -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 87210 invoked by uid 99); 16 Jan 2005 05:35:03 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smtp109.mail.sc5.yahoo.com (HELO smtp109.mail.sc5.yahoo.com) (66.163.170.7) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 15 Jan 2005 21:35:02 -0800 Received: from unknown (HELO ?192.168.1.5?) (david?jencks@66.93.38.137 with plain) by smtp109.mail.sc5.yahoo.com with SMTP; 16 Jan 2005 05:35:00 -0000 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5DFC0277-6780-11D9-8400-000D93361CAA@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: Getting started with Geronimo Date: Sat, 15 Jan 2005 21:35:01 -0800 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N There's definitely something wrong with geronimo at the moment (at least in my locally modified copy :-). I'll investigate. Goes to show we need more integration tests. many thanks for pointing this out! david jencks On Jan 15, 2005, at 9:20 PM, Nathan Peles wrote: > Hi, > > I'm just getting started with Geronimo, but am having some trouble > getting > it up & running. > > I've checked out the source with subversion and run maven to compile > it (all > seemed to work ok.) > > I then tried to run the server: > > cd modules/assembly/target/geronimo-1.0-SNAPSHOT > > java -jar bin/server.jar org/apache/geronimo/Server > > (the server starts up ok.) > > java -jar bin/deployer.jar org/apache/geronimo/DebugConsole > > This prompts me for a username & password (I used system/manager) > however I > get the following error: > > "Error: Unable to connect to server: Invalid login." > > I had a look in the file "var/security/users.properties" & it does > list that > login. > > I also tried starting up the server with the DebugConsole enabled > using the > following command: > > "java -jar bin/server.jar org/apache/geronimo/Server > org/apache/geronimo/DebugConsole" > > However it failed with the following error: > > org.apache.geronimo.kernel.config.NoSuchConfigException: No > configuration > with id: org/apache/geronimo/DebugConsole > at > org.apache.geronimo.kernel.config.ConfigurationManagerImpl.load(Configu > ratio > nManagerImpl.java:129) > at > org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursiv > e(Con > figurationManagerImpl.java:167) > at org.apache.geronimo.system.main.Daemon.main(Daemon.java:148) > > > It looks like the DebugConsole config is missing(?) however I'm still > new to > the Geronimo directory structure, so I was hoping one of you guys > could help > me with this error? > > -Nathan >