Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 81364 invoked from network); 29 May 2007 16:05:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 16:05:39 -0000 Received: (qmail 65882 invoked by uid 500); 29 May 2007 16:05:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 65830 invoked by uid 500); 29 May 2007 16:05:41 -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 65816 invoked by uid 99); 29 May 2007 16:05:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 09:05:40 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 09:05:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A4E4D714042 for ; Tue, 29 May 2007 09:05:15 -0700 (PDT) Message-ID: <17473801.1180454715636.JavaMail.jira@brutus> Date: Tue, 29 May 2007 09:05:15 -0700 (PDT) From: "Donald Woods (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-2598) Deploy tool prints useless message if configuration start fails In-Reply-To: <13790448.1164630322415.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved GERONIMO-2598. ------------------------------------ Resolution: Fixed Fix Version/s: (was: 2.0-M5) 2.0-M6 Committed revision 542575 in trunk. Rakesh, thanks for the patch. > Deploy tool prints useless message if configuration start fails > --------------------------------------------------------------- > > Key: GERONIMO-2598 > URL: https://issues.apache.org/jira/browse/GERONIMO-2598 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 2.0-M5 > Environment: Windows XP, should be valid for all platforms > Reporter: Rakesh Midha > Assignee: Donald Woods > Fix For: 2.0-M6 > > Attachments: statereason.patch > > > If you are using deploy tool, and you try to deploy or start an application which fails for start, you always get > Unknown start exception > Configuration default/MyPhonebookBean_openejb_artifactId/1.0/car > failed to start due to the following reasons: > The service > EJBModule=default/MyPhonebookBean_openejb_artifactId/1.0/car,J2EEApplication > =null,j2eeType=EntityBean,name=MyPhonebookBean > did not start for an unknown reason > In the big stack trace on server side, the deep down you see an actual error message : > java.lang.IllegalArgumentException: Missing accessor for field name on class MyPhonebookBean > The actual error message should be passed to deploy tool and should be printed -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.