Payment Gateway - consistent error in log

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
niall08
Commander (CMDR)
Commander (CMDR)
Posts: 175
Joined: Tue Dec 09, 2008 10:29 am

Payment Gateway - consistent error in log

Post by niall08 » Wed Jul 22, 2009 5:28 am

I keep getting an error in my bespoke payment gateway - it only happens when 3D Secure is used to make a purchase.

The error log reads:
ERROR 2009-07-22 12:44:43,535 3098175ms Object a - Provider threw exception in DoAuthorize.
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse)
at CommerceBuilder.Payments.Providers.RealEx.RealEx.DoAuthorize(AuthorizeTransactionRequest reqTransactionRequest)
at CommerceBuilder.Payments.PaymentEngine.a(AuthorizeTransactionRequest A_0, Boolean A_1)
ERROR 2009-07-22 12:44:43,543 3098183ms Object a - Unhandled exception during checkout.
System.Threading.ThreadAbortException: Thread was being aborted.
at CommerceBuilder.Payments.PaymentEngine.a(AuthorizeTransactionRequest A_0, Boolean A_1)
at CommerceBuilder.Payments.Payment.Authorize(Boolean async, String remoteIP)
at CommerceBuilder.Orders.Basket.Checkout(CheckoutRequest checkoutRequest, Boolean validate, Boolean triggerEvents)
In the payment gateway, the only redirect is to:
System.Web.HttpContext.Current.Session["URL"] = response3DSecure[2];
System.Web.HttpContext.Current.Session["PARREQ"] = response3DSecure[3];
System.Web.HttpContext.Current.Session["MD"] = base64Response;
System.Web.HttpContext.Current.Response.Redirect("Checkoutt/my3DSecureRequest.aspx",true);
Any ideas???

niall08
Commander (CMDR)
Commander (CMDR)
Posts: 175
Joined: Tue Dec 09, 2008 10:29 am

Re: Payment Gateway - consistent error in log

Post by niall08 » Wed Jul 22, 2009 6:25 am

bump

niall08
Commander (CMDR)
Commander (CMDR)
Posts: 175
Joined: Tue Dec 09, 2008 10:29 am

Re: Payment Gateway - consistent error in log

Post by niall08 » Wed Jul 22, 2009 8:59 am

No ideas anyone??

Mr. Flibble
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Sat Aug 15, 2009 9:59 am

Re: Payment Gateway - consistent error in log

Post by Mr. Flibble » Tue Sep 01, 2009 8:22 am

I was just about to implement a gateway for Realex and came across this post. Any chance you want to share yours?

Post Reply