Checkout problem in trunk rev676406

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

Checkout problem in trunk rev676406

rnatavio
This error msg occurs when checking out from the eCommerce module.

org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/OrderScreens.xml#checkoutoptions]: org.ofbiz.base.util.GeneralException: Error running BSH script at location [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh] (Could not find bsh script at [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh]) (Error running BSH script at location [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh] (Could not find bsh script at [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh]))

I tried changing the url from checkoutpayment.bsh to checkoutpayment.groovy (since the bsh file no longer exists in the directory), but it just triggered another error in the groovy file.

Is this problem solved already? or is it just I who's experiencing this problem?
Reply | Threaded
Open this post in threaded view
|

Re: Checkout problem in trunk rev676406

rnatavio
Problem solved. I just changed two things:
1) changed the file extension of checkoutpayment from ".bsh" to ".groovy"    <--solved the error below
2) changed the ":" symbol in CheckoutOptions.groovy (Ln47 Col 21) to "="     <--solved the second error

rnatavio wrote
This error msg occurs when checking out from the eCommerce module.

org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/OrderScreens.xml#checkoutoptions]: org.ofbiz.base.util.GeneralException: Error running BSH script at location [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh] (Could not find bsh script at [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh]) (Error running BSH script at location [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh] (Could not find bsh script at [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh]))

I tried changing the url from checkoutpayment.bsh to checkoutpayment.groovy (since the bsh file no longer exists in the directory), but it just triggered another error in the groovy file.

Is this problem solved already? or is it just I who's experiencing this problem?
Reply | Threaded
Open this post in threaded view
|

Re: Checkout problem in trunk rev676406

Scott Gray
Thanks, fixed in rev. 676498

Regards
Scott

2008/7/14 rnatavio <[hidden email]>:

>
> Problem solved. I just changed two things:
> 1) changed the file extension of checkoutpayment from ".bsh" to ".groovy"
> <--solved the error below
> 2) changed the ":" symbol in CheckoutOptions.groovy (Ln47 Col 21) to "="
> <--solved the second error
>
>
> rnatavio wrote:
>>
>> This error msg occurs when checking out from the eCommerce module.
>>
>> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
>> [component://ecommerce/widget/OrderScreens.xml#checkoutoptions]:
>> org.ofbiz.base.util.GeneralException: Error running BSH script at location
>> [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh]
>> (Could not find bsh script at
>> [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh])
>> (Error running BSH script at location
>> [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh]
>> (Could not find bsh script at
>> [component://order/webapp/ordermgr/WEB-INF/actions/entry/checkoutpayment.bsh]))
>>
>> I tried changing the url from checkoutpayment.bsh to
>> checkoutpayment.groovy (since the bsh file no longer exists in the
>> directory), but it just triggered another error in the groovy file.
>>
>> Is this problem solved already? or is it just I who's experiencing this
>> problem?
>>
>
> --
> View this message in context: http://www.nabble.com/Checkout-problem-in-trunk-rev676406-tp18438021p18438130.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>