From dev-return-85953-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Sat Sep 25 07:04:34 2010 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 9041 invoked from network); 25 Sep 2010 07:04:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Sep 2010 07:04:34 -0000 Received: (qmail 1605 invoked by uid 500); 25 Sep 2010 07:04:33 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 1345 invoked by uid 500); 25 Sep 2010 07:04:30 -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 1338 invoked by uid 99); 25 Sep 2010 07:04:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Sep 2010 07:04:29 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.58] (HELO smtp103.prem.mail.sp1.yahoo.com) (98.136.44.58) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 25 Sep 2010 07:04:23 +0000 Received: (qmail 91477 invoked from network); 25 Sep 2010 07:04:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer; b=R/jA3Jpq+Vp3JVZ9UmfLgID06LHhzMSlL5ZMttVyEZeZlaODlkMtRCi16oHIE7f+rgrKeN+WgQ8RQyyL0qKkEy3RoU7bJS/yH0Nu0OA5iHRCHu38DL8Sg8Pv3V4Yox6VnPzpeh3aea5kuU5AULl47P0VpTbBQ3O+p7GU3GMmWT0= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1285398242; bh=tCcfbjl8/UZ7jK7SAPTm9c7apfFcESNf2Qr2wZonF0w=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer; b=he3HaoXsP8U0JL8cGwyQ154ilagkGNQZ1EX4otxDOmK0wniyA0idZWmWWftl9abCa8o+X0epQ9VSPoHpy6hKBQRH+jb6WMEWRuOfUnhilegypqzfzHS11omJi/CxDqeqnktFtjoLB6FqRyS8oX7dpyAFTRNJuxdTkZGlVHq6HL8= Received: from [10.0.1.4] (david_jencks@76.76.148.215 with plain) by smtp103.prem.mail.sp1.yahoo.com with SMTP; 25 Sep 2010 00:04:01 -0700 PDT X-Yahoo-SMTP: .9oIUzyswBANsYgUm_5uPui0skTnzGJXJQ-- X-YMail-OSG: .ULjAk8VM1nhz3u3ba4MDX.QRx6KXZaFKxGQ0DAR8oEwOxE HKDdrtmesAEtpIaZwsUwZoPo7Wl7ai_62BdVrMwgoexwdZbEfKVgTjQYnY2y fjR6thGRUcu0ACAJ2ZT3891TMAQl2GXMq9BHjAiV1cThxcE3GMmbDGv.UB_S LpAHfbpBTbz4H9eq6mk_8Qk8.K50MBrkfl0HcmjG.hEoF0SPBVGiDiI6OE2G 9wAbqSkzL.PF9k.TjGCJy6mP._dCt0bWpc0FRkOMDV3iDci8- X-Yahoo-Newman-Property: ymail-3 From: David Jencks Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: More info in gbean-didn't-start messages Date: Sat, 25 Sep 2010 00:04:00 -0700 Message-Id: <3E73A3C2-E29A-4746-AA6A-7A5AEB35833C@yahoo.com> To: "Geronimo Dev List \(JIRA\)" Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) I got tired of using the debugger when I need to find out why a gbean = didn't start so I changed the code to include stack traces from all = exceptions from non-started gbeans. If we find that this is too annoyingly verbose we can change it back. rev 1001150 thanks david jencks