Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 60654 invoked from network); 7 Jul 2008 14:26:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jul 2008 14:26:30 -0000 Received: (qmail 17547 invoked by uid 500); 7 Jul 2008 14:26:29 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 17527 invoked by uid 500); 7 Jul 2008 14:26:29 -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 17516 invoked by uid 99); 7 Jul 2008 14:26:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2008 07:26:29 -0700 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jul 2008 14:25:37 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KFrfC-0007J3-91 for user@geronimo.apache.org; Mon, 07 Jul 2008 07:25:58 -0700 Message-ID: <18317837.post@talk.nabble.com> Date: Mon, 7 Jul 2008 07:25:58 -0700 (PDT) From: jklcom99 To: user@geronimo.apache.org Subject: Re: Geronimo 2.1.2-SNAPSHOT Server Start-Up Failed In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jeff_k_lu@yahoo.com References: <18298989.post@talk.nabble.com> <1b5bfeb50807060305k3b2bcd36uda52f33eee6c4d9c@mail.gmail.com> <18307079.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Yes, that was it. Now it's not finding my config.properties file which is included in the myApp.jar: config.properties Manifest.mf persistence.xml ... InputStream is = this.getClass().getResourceAsStream( "/" + bundleFileName ); Starting myApp...10:03:22,072 FATAL [Server] Could not find bundle. Name: config.properties apps.config.ConfigBundleException: Could not find bundle. Name: config.properties Thank you -- View this message in context: http://www.nabble.com/Geronimo-2.1.2-SNAPSHOT-Server-Start-Up-Failed-tp18298989s134p18317837.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.