Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 21855 invoked from network); 28 Aug 2006 23:22:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 23:22:15 -0000 Received: (qmail 86662 invoked by uid 500); 28 Aug 2006 23:22:12 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 86622 invoked by uid 500); 28 Aug 2006 23:22:12 -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 86609 invoked by uid 99); 28 Aug 2006 23:22:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 16:22:12 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 66.249.82.225 as permitted sender) Received: from [66.249.82.225] (HELO wx-out-0506.google.com) (66.249.82.225) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 16:22:11 -0700 Received: by wx-out-0506.google.com with SMTP id i27so1855901wxd for ; Mon, 28 Aug 2006 16:21:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=iwOK7Ki16OXx+zGKXZlTbgODba54byBdKmH5DtqWiSFOCbM0zOguku+lhCwNQ3i1OtFn7EUCEhNV3AWURwe4XBKWlz5IIHx4hUmI3oAofxIioW/7lSOgNcWOt24K9UkkGI+qVH3TDwgadYCcX4t+ekVEHltTQ1+E453h6lndUEY= Received: by 10.70.89.1 with SMTP id m1mr10250970wxb; Mon, 28 Aug 2006 16:21:50 -0700 (PDT) Received: from ?10.0.1.4? ( [24.7.69.241]) by mx.gmail.com with ESMTP id h18sm8705657wxd.2006.08.28.16.21.47; Mon, 28 Aug 2006 16:21:50 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: <6B4855E2-AC1D-49B8-B60F-8323CD8F9C64@planet57.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <449475A9-4FCD-4E1A-BFC1-C97AC695D071@planet57.com> Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: Error with geronimo-deployment-plugin ? Date: Mon, 28 Aug 2006 16:21:36 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have seen some problems that go away after a `mvn clean && mvn` (not mvn clean install though)... dunno why off hand, something is trying to intelligently cache something... and ends up being rather stupid. But... good that it fixed itself... wish more of it would do that. I have also seen some similar unexpected breakage and magical fixes that come about due to folks updating SNAPSHOTS or releasing new versions of plugins where we are not listing the versions explicitly. :-( --jason On Aug 28, 2006, at 4:15 PM, Prasad Kashyap wrote: > Another bootstrap just did the trick. It fixed itself. Like a windows > reboot ? ;-) > > Cheers > Prasad > > On 8/28/06, Prasad Kashyap wrote: >> OK.. here are the logs with -X >> >> describe.log is generated for the help:describe plugin on the >> startServer goal. >> >> startServer.log is generated for executing the startServer goal >> directly. >> >> Cheers >> Prasad >> >> On 8/28/06, Jason Dillon wrote: >> > Is this the full exception? is this with -X >> > >> > --jason >> > >> > >> > On Aug 28, 2006, at 12:44 PM, Prasad Kashyap wrote: >> > >> > > If the mojo extends directly from the AbstractMojo.. it works. >> > > >> > > It fails when it extends from MojoSupport in genesis:plugin- >> > > support :-( >> > > >> > > Cheers >> > > Prasad >> > > >> > > On 8/28/06, Prasad Kashyap wrote: >> > >> I am suspecting an error with our geronimo-deployment-plugin. >> > >> >> > >> Invoking any of the goals directly from the throws an NPE. >> > >> java.lang.NullPointerException >> > >> at >> > >> org.apache.maven.plugin.descriptor.PluginDescriptor.getMojo >> > >> (PluginDescriptor.java:259) >> > >> at >> > >> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor >> > >> (DefaultLifecycleExecutor.java:1524) >> > >> >> > >> >> > >> Invoking the help:describe on the goals throws the same NPE. >> > >> >> > >> Reusing the same goal(mojo) in another plugin works. >> > >> >> > >> I am going to go thro 1252 lines of it's effective pom. >> Meanwhile if >> > >> someone can spot something out of the ordinary, please holler. >> > >> >> > >> Thanx >> > >> Prasad >> > >> >> > >> >> > >> >> > >> > >> >> >>