On Mon, Jan 23, 2012 at 4:32 AM, Thiago H. de Paula Figueiredo
<thiag...@gmail.com> wrote:
> On Sun, 22 Jan 2012 17:46:27 -0200, Bob Harner <bobhar...@gmail.com> wrote:
>
>> The root exception appears to be:
>>
>> Caused by: java.lang.NullPointerException
>>       at
>>
>> ae.sukar.client.http.pages.checkout.CheckoutOrderSummary.onActivate(CheckoutOrderSummary.java:179)
>>
>> So, are you accessing a method on a sometimes-null object at
>> CheckoutOrderSummary.java line 179?
>
>
> Everyone: please check the stack traces until the last "Caused by" to know
> what the real exception is. This one, for example, is *not* in Tapestry's
> code, it's in code written written by the developer itself, so you can
> figure out what's happening way faster and easier than needing to post in a
> mailing list and wait for the answer.
>
>> On Sun, Jan 22, 2012 at 7:24 AM, Adeeb Maqsood Cheulkar
>> <cad...@gmail.com> wrote:
>>>
>>> Caused by: java.lang.NullPointerException
>>>       at
>>>
>>> ae.sukar.client.http.pages.checkout.CheckoutOrderSummary.onActivate(CheckoutOrderSummary.java:179)
>
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and
> instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

Tapestry's exception report page is quite rich and informative. We've
gone to great difficulty to track what Tapestry is up to at all times
during a request, and we also show you full details for the most
deeply nested exception.

It's always important to take a deep breath and scan down the full
exception report page; often you can save yourself a lot of time and
stress by just reading what Tapestry has to tell you. Even I sometimes
stumble on this, during the stress of a training, but more often than
not, the answer I need is right in front of my eyes.



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to