Getting error on one page checkout in ecommerce on demo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Getting error on one page checkout in ecommerce on demo

Sneha Chaturvedi
I am not able to checkout on http://demo.hotwaxmedia.com in ecoomerce

I did following:
1. Added product to the cart
2. Elected to One page checkout and got following error:

org.ofbiz.widget.screen.ScreenRenderException:
Error rendering screen
[component://ecommerce/widget/CommonScreens.xml#main-decorator]:
java.lang.NullPointerException (null)

I am getting the same error on my local host with ofbiz latest r741861

Thanks in advance for any help.

--
Sneha





      Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/
Reply | Threaded
Open this post in threaded view
|

Re: Getting error on one page checkout in ecommerce on demo

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

the Delegator will decrypt the fields if they are two way encrypted.


Sneha Chaturvedi sent the following on 2/7/2009 4:37 AM:

> I am not able to checkout on http://demo.hotwaxmedia.com in ecoomerce
>
> I did following:
> 1. Added product to the cart
> 2. Elected to One page checkout and got following error:
>
> org.ofbiz.widget.screen.ScreenRenderException:
> Error rendering screen
> [component://ecommerce/widget/CommonScreens.xml#main-decorator]:
> java.lang.NullPointerException (null)
>
> I am getting the same error on my local host with ofbiz latest r741861
>
> Thanks in advance for any help.
>
> --
> Sneha
>
>
>
>
>
>       Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJjYXWrP3NbaWWqE4RAv5iAKCrEb7l/hq72lq5vGnmlotBWu5AvACffDQi
FiUzOCpAJ0gHp0IWV910r+A=
=/cWf
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: Getting error on one page checkout in ecommerce on demo

Sneha Chaturvedi
Sorry BJ but I couldn't understand your reply on this.


--- On Sat, 7/2/09, BJ Freeman <[hidden email]> wrote:
From: BJ Freeman <[hidden email]>
Subject: Re: Getting error on one page checkout in ecommerce on demo
To: [hidden email]
Date: Saturday, 7 February, 2009, 1:00 PM

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

the Delegator will decrypt the fields if they are two way encrypted.


Sneha Chaturvedi sent the following on 2/7/2009 4:37 AM:

> I am not able to checkout on http://demo.hotwaxmedia.com in ecoomerce
>
> I did following:
> 1. Added product to the cart
> 2. Elected to One page checkout and got following error:
>
> org.ofbiz.widget.screen.ScreenRenderException:
> Error rendering screen
> [component://ecommerce/widget/CommonScreens.xml#main-decorator]:
> java.lang.NullPointerException (null)
>
> I am getting the same error on my local host with ofbiz latest r741861
>
> Thanks in advance for any help.
>
> --
> Sneha
>
>
>
>
>
>       Add more friends to your messenger and enjoy! Go to
http://messenger.yahoo.com/invite/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJjYXWrP3NbaWWqE4RAv5iAKCrEb7l/hq72lq5vGnmlotBWu5AvACffDQi
FiUzOCpAJ0gHp0IWV910r+A=
=/cWf
-----END PGP SIGNATURE-----



      Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/
Reply | Threaded
Open this post in threaded view
|

Re: Getting error on one page checkout in ecommerce on demo

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

the delegator works thru the entity engine.
if a entity field is mark to be encrypted then the entity does this.
so if you want data back that is decrypted, and it it the type that has
two way encryption/decryption, then you will get back the data decripted.
so just declare a delegator to read the entity that has the CC field in it.

Sneha Chaturvedi sent the following on 2/7/2009 5:04 AM:

> Sorry BJ but I couldn't understand your reply on this.
>
>
> --- On Sat, 7/2/09, BJ Freeman <[hidden email]> wrote:
> From: BJ Freeman <[hidden email]>
> Subject: Re: Getting error on one page checkout in ecommerce on demo
> To: [hidden email]
> Date: Saturday, 7 February, 2009, 1:00 PM
>
> the Delegator will decrypt the fields if they are two way encrypted.
>
>
> Sneha Chaturvedi sent the following on 2/7/2009 4:37 AM:
>> I am not able to checkout on http://demo.hotwaxmedia.com in ecoomerce
>
>> I did following:
>> 1. Added product to the cart
>> 2. Elected to One page checkout and got following error:
>
>> org.ofbiz.widget.screen.ScreenRenderException:
>> Error rendering screen
>> [component://ecommerce/widget/CommonScreens.xml#main-decorator]:
>> java.lang.NullPointerException (null)
>
>> I am getting the same error on my local host with ofbiz latest r741861
>
>> Thanks in advance for any help.
>
>> --
>> Sneha
>
>
>
>
>
>>       Add more friends to your messenger and enjoy! Go to
> http://messenger.yahoo.com/invite/

      Add more friends to your messenger and enjoy! Go to
http://messenger.yahoo.com/invite/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJjc40rP3NbaWWqE4RArDgAKCdktn5aUXzot14JbrX5Tp/POCa6QCeIdNG
7HKTdaqeBNnWL84XEtRcx7M=
=tYbB
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: Getting error on one page checkout in ecommerce on demo

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

sorry I click on the wrong email to respond to


BJ Freeman sent the following on 2/7/2009 10:08 AM:

> the delegator works thru the entity engine.
> if a entity field is mark to be encrypted then the entity does this.
> so if you want data back that is decrypted, and it it the type that has
> two way encryption/decryption, then you will get back the data decripted.
> so just declare a delegator to read the entity that has the CC field in it.
>
> Sneha Chaturvedi sent the following on 2/7/2009 5:04 AM:
>> Sorry BJ but I couldn't understand your reply on this.
>
>
>> --- On Sat, 7/2/09, BJ Freeman <[hidden email]> wrote:
>> From: BJ Freeman <[hidden email]>
>> Subject: Re: Getting error on one page checkout in ecommerce on demo
>> To: [hidden email]
>> Date: Saturday, 7 February, 2009, 1:00 PM
>
>> the Delegator will decrypt the fields if they are two way encrypted.
>
>
>> Sneha Chaturvedi sent the following on 2/7/2009 4:37 AM:
>>> I am not able to checkout on http://demo.hotwaxmedia.com in ecoomerce
>>> I did following:
>>> 1. Added product to the cart
>>> 2. Elected to One page checkout and got following error:
>>> org.ofbiz.widget.screen.ScreenRenderException:
>>> Error rendering screen
>>> [component://ecommerce/widget/CommonScreens.xml#main-decorator]:
>>> java.lang.NullPointerException (null)
>>> I am getting the same error on my local host with ofbiz latest r741861
>>> Thanks in advance for any help.
>>> --
>>> Sneha
>
>
>
>
>>>       Add more friends to your messenger and enjoy! Go to
>> http://messenger.yahoo.com/invite/
>
>       Add more friends to your messenger and enjoy! Go to
> http://messenger.yahoo.com/invite/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJjc6YrP3NbaWWqE4RAlPGAJ9jfTNBc3cVLr6Yghtf7CpptFzu4ACffjHj
Vmra6OgPqPAMVTVdioC3SdE=
=MBrn
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: Getting error on one page checkout in ecommerce on demo

Scott Gray-2
In reply to this post by Sneha Chaturvedi
Thanks for the report Sneha, fixed in rev. 741974

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com
801.657.2909


----- Original Message -----
From: "Sneha Chaturvedi" <[hidden email]>
To: [hidden email]
Sent: Saturday, February 7, 2009 5:37:48 AM GMT -07:00 US/Canada Mountain
Subject: Getting error on one page checkout in ecommerce on demo

I am not able to checkout on http://demo.hotwaxmedia.com in ecoomerce

I did following:
1. Added product to the cart
2. Elected to One page checkout and got following error:

org.ofbiz.widget.screen.ScreenRenderException:
Error rendering screen
[component://ecommerce/widget/CommonScreens.xml#main-decorator]:
java.lang.NullPointerException (null)

I am getting the same error on my local host with ofbiz latest r741861

Thanks in advance for any help.

--
Sneha





      Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/