Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 92752 invoked from network); 2 Nov 2005 21:51:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Nov 2005 21:51:38 -0000 Received: (qmail 43364 invoked by uid 500); 2 Nov 2005 21:51:36 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 43335 invoked by uid 500); 2 Nov 2005 21:51:35 -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 43324 invoked by uid 99); 2 Nov 2005 21:51:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2005 13:51:35 -0800 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 [161.114.21.24] (HELO ccerelrim03.cce.hp.com) (161.114.21.24) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2005 13:51:30 -0800 Received: from ccerelrim03.cce.hp.com (localhost [127.0.0.1]) by receive-from-antispam-filter (Postfix) with SMTP id 8666532E75 for ; Wed, 2 Nov 2005 15:51:13 -0600 (CST) Received: from mailstation.cce.hp.com (mailstation.cce.hp.com [161.114.20.124]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by ccerelrim03.cce.hp.com (Postfix) with ESMTP id 7207332E5B for ; Wed, 2 Nov 2005 15:51:09 -0600 (CST) Received: from [192.168.0.2] (51-mo5-1.acn.waw.pl [82.210.176.51]) by mailstation.cce.hp.com (Postfix) with ESMTP id 5413A524E for ; Wed, 2 Nov 2005 15:51:04 -0600 (CST) Message-ID: <436934C4.6090203@apache.org> Date: Wed, 02 Nov 2005 22:51:00 +0100 From: Jacek Laskowski User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Petstore : No configuration with id References: <640150C1BB635E4C9F2F617BA3EFF1D1080D66@XCHMTV1.azulsystems.com> In-Reply-To: <640150C1BB635E4C9F2F617BA3EFF1D1080D66@XCHMTV1.azulsystems.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.0.3.165339, Antispam-Engine: 2.1.0.0, Antispam-Data: 2005.11.2.23 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Carla Cremers wrote: > pushd ../../../../modules/assembly/target/geronimo-1.0-SNAPSHOT I didn't know the command - pushd - existed. Thanks! > maven -o > & maven.out What operating system are you working on? It's not MS Windows, is it? > /home/cremers/java_apps/web_servers/geronimo_tot/nov_1 > /geronimo_nov_1/sandbox/petstore/src/sql/petstore1.3.2.sql > [sql] 13 of 13 SQL statements executed successfully > BUILD SUCCESSFUL > > Getting it to start, Excellent! > though : tried starting Petstore from > console/Applications/Application Ears : > > 15:58:18,594 ERROR [GBeanInstanceState] Error while starting; GBean is now in > th > e FAILED state: > objectName="geronimo.config:name="org/apache/geronimo/PetStore1. > 3.2"" I have never done it before, so I can't comment on the issue. If you could pinpoint the root cause I'd be more than happy ;) > org.apache.geronimo.kernel.GBeanNotFoundException: > geronimo.config:name="org/apa > che/geronimo/PetStoreDataSource1.3.2" not found I'd bet it's because of some earlier errors, but I'm just guessing. > Tried starting using "maven -o petstore:start" : once with server up, once > with server down : Well, the petstore:start command starts up a Geronimo instance and waits till it's up. You don't need to start it up manually before the command is executed. Anyway, it should work, too. > petstore:start: > [echo] Waiting for server at: > /home/cremers/java_apps/web_servers/geronimo_t > ot/nov_1/geronimo_nov_1/sandbox/petstore/target/geronimo-1.0-SNAPSHOT > Booting Geronimo Kernel (in Java 1.4.2_03)... > Geronimo startup failed: > org.apache.geronimo.kernel.config.NoSuchConfigException: No configuration > with i > d: org/apache/geronimo/PetStore1.3.2 Since I'm running it without any troubles, especially such bizarre ones, would you rebuild the petstore module once again and run it without first executing it via the console? I have no idea what might cause it, and the less it's different than I usually do the better. Jacek