Hi
Can some one please tell me a stable version of ofbiz project which i can work on . I get errors in the latest version of project in the trunk. i tried some of the previous versions too. the ecommerce application does not work well. Thanks |
It is very important that you do a clean-all before you recompile the upgraded trunk version. So have you double-checked that you followed that step?
|
Hi
I did clean all, still it doesnt work. I have added items in ecommerce appln and tried to checkout , but it says that ur cart is empty.. --- On Tue, 1/6/09, madppiper <[hidden email]> wrote: From: madppiper <[hidden email]> Subject: Re: good latest version of ofbiz project .. To: [hidden email] Date: Tuesday, January 6, 2009, 11:51 PM It is very important that you do a clean-all before you recompile the upgraded trunk version. So have you double-checked that you followed that step? -- View this message in context: http://www.nabble.com/good-latest-version-of-ofbiz-project-..-tp21315888p21315965.html Sent from the OFBiz - User mailing list archive at Nabble.com. |
Administrator
|
Which errors do you get exactly ?
Jacques From: "adithi agarwal" <[hidden email]> > Hi > > I did clean all, still it doesnt work. > > I have added items in ecommerce appln and tried to checkout , but it says that ur cart is empty.. > > --- On Tue, 1/6/09, madppiper <[hidden email]> wrote: > From: madppiper <[hidden email]> > Subject: Re: good latest version of ofbiz project .. > To: [hidden email] > Date: Tuesday, January 6, 2009, 11:51 PM > > It is very important that you do a clean-all before you recompile the > upgraded trunk version. So have you double-checked that you followed that > step? > -- > View this message in context: > http://www.nabble.com/good-latest-version-of-ofbiz-project-..-tp21315888p21315965.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > > > > |
Hi I have checkedout the latest version of ofbiz from trunk. Iam trying to work on ecommerce application. I selected few iems and added to cart. clicked on quick checkout . iam asked to create an accout. i created an account and i see that there are no items in my cart. i added again and signed in and i see there are no items in my cart. its taking me to the login page and home page again and again but not going forward to checkout. i want to practice something by working with ecommerce application. i believe that this is the problem with the latest version in trunk. can some one please suggest me what to do. Thankyou --- On Wed, 1/7/09, Jacques Le Roux <[hidden email]> wrote: From: Jacques Le Roux <[hidden email]> Subject: Re: good latest version of ofbiz project .. To: [hidden email], [hidden email] Date: Wednesday, January 7, 2009, 1:25 AM Which errors do you get exactly ? Jacques From: "adithi agarwal" <[hidden email]> > Hi > > I did clean all, still it doesnt work. > > I have added items in ecommerce appln and tried to checkout , but it says that ur cart is empty.. > > --- On Tue, 1/6/09, madppiper <[hidden email]> wrote: > From: madppiper <[hidden email]> > Subject: Re: good latest version of ofbiz project .. > To: [hidden email] > Date: Tuesday, January 6, 2009, 11:51 PM > > It is very important that you do a clean-all before you recompile the > upgraded trunk version. So have you double-checked that you followed that > step? > -- View this message in context: > > Sent from the OFBiz - User mailing list archive at Nabble.com. > > > > > |
I'm running yesterdays trunk version, no problem at all.
To me it sounds like your browser doesn't take care of the cookies. Regards, Sven 2009/1/7 adithi agarwal <[hidden email]> > > Hi > > I have checkedout the latest version of ofbiz from trunk. > Iam trying to work on ecommerce application. I selected few iems and added > to cart. > clicked on quick checkout . iam asked to create an accout. i created an > account and i see that there are no items in my cart. i added again and > signed in and i see there are no items in my cart. > its taking me to the login page and home page again and again but not going > forward to checkout. > i want to practice something by working with ecommerce application. > i believe that this is the problem with the latest version in trunk. > can some one please suggest me what to do. > > Thankyou > > |
Hi
I checked the settings.. it accepts the cookies. i also checked with other online shopping sites. there was no problem with those. i dont know why iam unable to work well with ofbiz's ecommerce. any clue..??
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 can you replicate this on the demo server myofbiz sent the following on 1/7/2009 1:25 PM: > Hi > > I checked the settings.. it accepts the cookies. i also checked with other > online shopping sites. there was no problem with those. i dont know why iam > unable to work well with ofbiz's ecommerce. > any clue..?? > > Sven Wesley wrote: >> I'm running yesterdays trunk version, no problem at all. >> To me it sounds like your browser doesn't take care of the cookies. >> >> Regards, >> Sven >> >> 2009/1/7 adithi agarwal <[hidden email]> >> >>> Hi >>> >>> I have checkedout the latest version of ofbiz from trunk. >>> Iam trying to work on ecommerce application. I selected few iems and >>> added >>> to cart. >>> clicked on quick checkout . iam asked to create an accout. i created an >>> account and i see that there are no items in my cart. i added again and >>> signed in and i see there are no items in my cart. >>> its taking me to the login page and home page again and again but not >>> going >>> forward to checkout. >>> i want to practice something by working with ecommerce application. >>> i believe that this is the problem with the latest version in trunk. >>> can some one please suggest me what to do. >>> >>> Thankyou >>> >>> >> > Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJZSUUrP3NbaWWqE4RAj8YAJ9Z9AOsf4Xbg3jrtGIf9/npHiI5CACfbegT 4/qPZV4prMnzdXOF7egMFkg= =FaZL -----END PGP SIGNATURE----- |
Hi
I dont know how to do it on demo server. I tried with the latest version again.. finally i could order and checkout with ecommerce application But in ordermgr.. i could not 'Quick ship entire order'. i am getting an error saying: The Following Errors Occurred: Error:Error trying to begin transaction, could not process method: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Service [createPaymentApplication] threw an unexpected exception/errororg.ofbiz.service.ServiceValidationException: Type check failed for field [createPaymentApplication.amountApplied]; expected type is [BigDecimal]; actual type is [java.lang.Double] (Type check failed for field [createPaymentApplication.amountApplied]; expected type is [BigDecimal]; actual type is [java.lang.Double]) calling service updateShipment in createShipmentForFacilityAndShipGroup Thanks
|
Administrator
|
From: "myofbiz" <[hidden email]>
> > Hi > > I dont know how to do it on demo server. Look for Demo Sites/Trunk Demo on http://ofbiz.apache.org/ > I tried with the latest version again.. finally i could order and checkout > with ecommerce application > But in ordermgr.. i could not 'Quick ship entire order'. i am getting an > error saying: This works well here using last revision OOTB on Postgres (and is the alernate demo server) OK also on demo server which use Derby Be sure to use last revision, do an "ant clean" then "ant", and if you always get issues "ant clean-data" "ant run-install" Jacques > > The Following Errors Occurred: > > Error:Error trying to begin transaction, could not process method: The > current transaction is marked for rollback, not beginning a new transaction > and aborting current operation; the rollbackOnly was caused by: Service > [createPaymentApplication] threw an unexpected > exception/errororg.ofbiz.service.ServiceValidationException: Type check > failed for field [createPaymentApplication.amountApplied]; expected type is > [BigDecimal]; actual type is [java.lang.Double] (Type check failed for field > [createPaymentApplication.amountApplied]; expected type is [BigDecimal]; > actual type is [java.lang.Double]) calling service updateShipment in > createShipmentForFacilityAndShipGroup > > > > Thanks > > > BJ Freeman wrote: >> >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> can you replicate this on the demo server >> >> myofbiz sent the following on 1/7/2009 1:25 PM: >>> Hi >>> >>> I checked the settings.. it accepts the cookies. i also checked with >>> other >>> online shopping sites. there was no problem with those. i dont know why >>> iam >>> unable to work well with ofbiz's ecommerce. >>> any clue..?? >>> >>> Sven Wesley wrote: >>>> I'm running yesterdays trunk version, no problem at all. >>>> To me it sounds like your browser doesn't take care of the cookies. >>>> >>>> Regards, >>>> Sven >>>> >>>> 2009/1/7 adithi agarwal <[hidden email]> >>>> >>>>> Hi >>>>> >>>>> I have checkedout the latest version of ofbiz from trunk. >>>>> Iam trying to work on ecommerce application. I selected few iems and >>>>> added >>>>> to cart. >>>>> clicked on quick checkout . iam asked to create an accout. i created an >>>>> account and i see that there are no items in my cart. i added again and >>>>> signed in and i see there are no items in my cart. >>>>> its taking me to the login page and home page again and again but not >>>>> going >>>>> forward to checkout. >>>>> i want to practice something by working with ecommerce application. >>>>> i believe that this is the problem with the latest version in trunk. >>>>> can some one please suggest me what to do. >>>>> >>>>> Thankyou >>>>> >>>>> >>>> >>> >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.6 (MingW32) >> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org >> >> iD8DBQFJZSUUrP3NbaWWqE4RAj8YAJ9Z9AOsf4Xbg3jrtGIf9/npHiI5CACfbegT >> 4/qPZV4prMnzdXOF7egMFkg= >> =FaZL >> -----END PGP SIGNATURE----- >> >> > > -- > View this message in context: http://www.nabble.com/good-latest-version-of-ofbiz-project-..-tp21315888p21352612.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Thankyou..
|
Free forum by Nabble | Edit this page |