Error running the simple-method: java.lang.NoSuchMethodException:

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

Error running the simple-method: java.lang.NoSuchMethodException:

Michael Gawrychowski
Hi everyone, I'm running ofbiz on windows 7 and I successfully managed to
switch the DB engine to mysql. I run the following ant commands to get it
to work:

run-install-extseed
start

Ofbiz starts correctly with no errors, however there is a problem when
trying to check out a product. Right after I submit the billing address I
get this error:

Error running the simple-method: java.lang.NoSuchMethodException:
org.ofbiz.order.shoppingcart.WebShoppingCart.setShippingContactMechId(java.lang.String)
(org.ofbiz.order.shoppingcart.WebShoppingCart.setShippingContactMechId(java.lang.String))
Method = processShipSettings, File =
file:/C:/workplace/ofbiz/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml,
Element = <call-object-method>, Line 806null

--
*Michael Gawrychowski
*
Reply | Threaded
Open this post in threaded view
|

Re: Error running the simple-method: java.lang.NoSuchMethodException:

Jacques Le Roux
Administrator
If you are using trunk, update to r1422814

Jacques

From: "Michael Gawrychowski" <[hidden email]>

> Hi everyone, I'm running ofbiz on windows 7 and I successfully managed to
> switch the DB engine to mysql. I run the following ant commands to get it
> to work:
>
> run-install-extseed
> start
>
> Ofbiz starts correctly with no errors, however there is a problem when
> trying to check out a product. Right after I submit the billing address I
> get this error:
>
> Error running the simple-method: java.lang.NoSuchMethodException:
> org.ofbiz.order.shoppingcart.WebShoppingCart.setShippingContactMechId(java.lang.String)
> (org.ofbiz.order.shoppingcart.WebShoppingCart.setShippingContactMechId(java.lang.String))
> Method = processShipSettings, File =
> file:/C:/workplace/ofbiz/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml,
> Element = <call-object-method>, Line 806null
>
> --
> *Michael Gawrychowski
> *
>
Reply | Threaded
Open this post in threaded view
|

Re: Error running the simple-method: java.lang.NoSuchMethodException:

Michael Gawrychowski
On Mon, Dec 17, 2012 at 4:56 PM, Jacques Le Roux <
[hidden email]> wrote:

> If you are using trunk, update to r1422814
>
> Jacques
>
>
Hi Jacques, it fixed the issue. Thank you very much.

M.




> From: "Michael Gawrychowski" <[hidden email]>
> > Hi everyone, I'm running ofbiz on windows 7 and I successfully managed to
> > switch the DB engine to mysql. I run the following ant commands to get it
> > to work:
> >
> > run-install-extseed
> > start
> >
> > Ofbiz starts correctly with no errors, however there is a problem when
> > trying to check out a product. Right after I submit the billing address I
> > get this error:
> >
> > Error running the simple-method: java.lang.NoSuchMethodException:
> >
> org.ofbiz.order.shoppingcart.WebShoppingCart.setShippingContactMechId(java.lang.String)
> >
> (org.ofbiz.order.shoppingcart.WebShoppingCart.setShippingContactMechId(java.lang.String))
> > Method = processShipSettings, File =
> >
> file:/C:/workplace/ofbiz/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml,
> > Element = <call-object-method>, Line 806null
> >
> > --
> > *Michael Gawrychowski
> > *
> >
>



--
*Michael Gawrychowski
*