Hi all -
I'm trying to set up a payment gateway by using the OfBiz Verisign implementation code. I keep getting this error: The Following Errors Occurred: Error in authOrderPayments service: org.ofbiz.service.GenericServiceException: Could not commit transaction for service [authOrderPayments] call: Roll back error, could not commit transaction, was rolled back instead because of: Service Error [authOrderPaymentPreference]: Error processing payment authorization: org.ofbiz.base.util.GeneralException: Problems invoking payment processor! Will retry later. Order ID is: [WS10170 (Cannot find service location (org.ofbiz.accounting.thirdparty.verisign.PayflowPro)) (Could not commit transaction for service [authOrderPayments] call: Roll back error, could not commit transaction, was rolled back instead because of: Service Error [authOrderPaymentPreference]: Error processing payment authorization: org.ofbiz.base.util.GeneralException: Problems invoking payment processor! Will retry later. Order ID is: [WS10170 (Cannot find service location (org.ofbiz.accounting.thirdparty.verisign.PayflowPro))) The service location does exist... anyone know whats up? I've configured the payments.prop file and in the store setting, selected the payment_type = Payment Authorization Service service = payflowCCProcessor payment properties = blank applyto all = yes Thanks Rick |
Richard,
I've not used it but I'm sure others have or indeed still are. It does look like either you need to edit the accounts build.xml file to remove the "exclude" of the verisign compile, see line 99 latest trunk and or add necessary third party libraries. Did you find threads like this: http://lists.ofbiz.org/pipermail/users/2005-March/006707.html Would be very helpful to others if you could put together a wiki page on this as you go: http://docs.ofbiz.org/pages/listpages-dirview.action?key=OFBIZ Ray Richard Fleming wrote: > Hi all - > > I'm trying to set up a payment gateway by using the OfBiz Verisign implementation code. I keep getting this error: > > The Following Errors Occurred: > Error in authOrderPayments service: org.ofbiz.service.GenericServiceException: Could not commit transaction for service [authOrderPayments] call: Roll back error, could not commit transaction, was rolled back instead because of: Service Error [authOrderPaymentPreference]: Error processing payment authorization: org.ofbiz.base.util.GeneralException: Problems invoking payment processor! Will retry later. Order ID is: [WS10170 (Cannot find service location (org.ofbiz.accounting.thirdparty.verisign.PayflowPro)) (Could not commit transaction for service [authOrderPayments] call: Roll back error, could not commit transaction, was rolled back instead because of: Service Error [authOrderPaymentPreference]: Error processing payment authorization: org.ofbiz.base.util.GeneralException: Problems invoking payment processor! Will retry later. Order ID is: [WS10170 (Cannot find service location (org.ofbiz.accounting.thirdparty.verisign.PayflowPro))) > > The service location does exist... anyone know whats up? > I've configured the payments.prop file and in the store setting, selected the > payment_type = Payment Authorization Service > service = payflowCCProcessor > payment properties = blank > applyto all = yes > > Thanks > Rick > > > > > > > > > > > |
In reply to this post by Rick F.
Hi Richard,
Are you running ofbiz on JDK 1.5, if you are i will recommend that u test it against 1.4. I have not used verisign and use cybersource instead. Payment processing under Cybersource does not work if JDK 1.5 is used but it works fine with JDK 1.4. i am not sure if yours is the same problem, but i think its worth a try. Rohit
|
As I understand it if you are using the latest trunk you will need 1.5.
Ray rohit2006 wrote: > Hi Richard, > > Are you running ofbiz on JDK 1.5, if you are i will recommend that u test it > against 1.4. I have not used verisign and use cybersource instead. Payment > processing under Cybersource does not work if JDK 1.5 is used but it works > fine with JDK 1.4. i am not sure if yours is the same problem, but i think > its worth a try. > > Rohit > > > Richard Fleming wrote: > >> Hi all - >> >> I'm trying to set up a payment gateway by using the OfBiz Verisign >> implementation code. I keep getting this error: >> >> The Following Errors Occurred: >> Error in authOrderPayments service: >> org.ofbiz.service.GenericServiceException: Could not commit transaction >> for service [authOrderPayments] call: Roll back error, could not commit >> transaction, was rolled back instead because of: Service Error >> [authOrderPaymentPreference]: Error processing payment authorization: >> org.ofbiz.base.util.GeneralException: Problems invoking payment processor! >> Will retry later. Order ID is: [WS10170 (Cannot find service location >> (org.ofbiz.accounting.thirdparty.verisign.PayflowPro)) (Could not commit >> transaction for service [authOrderPayments] call: Roll back error, could >> not commit transaction, was rolled back instead because of: Service Error >> [authOrderPaymentPreference]: Error processing payment authorization: >> org.ofbiz.base.util.GeneralException: Problems invoking payment processor! >> Will retry later. Order ID is: [WS10170 (Cannot find service location >> (org.ofbiz.accounting.thirdparty.verisign.PayflowPro))) >> >> The service location does exist... anyone know whats up? >> I've configured the payments.prop file and in the store setting, selected >> the >> payment_type = Payment Authorization Service >> service = payflowCCProcessor >> payment properties = blank >> applyto all = yes >> >> Thanks >> Rick >> >> >> >> >> >> >> >> >> >> >> >> > > |
yes, thats one reason i have not been able to run the latest code from SVN. Cybersource has provided a jar file for use with JDK 1.5, and even if that jar is used, a prefix resolver error is returned whenever a payment authorization is attempted. I thus believe that the problem lies somewhere in the svn code.
Any idea if credit card processing tests have been done with the latest code. Rohit
|
There is no specific testing on CC processing as it can be quite hard if
you don't have accounts with providers etc. I suspect it generally gets tested by people using it as they upgrade and test for roll out. We can only ask the community if there is anybody using the trunk version with Cybersource and JDK 1.5? If you are confident that the problem is in the SVN code then please create a jira issue with as much detail as possible, but be patient as this will likely require others using Cybersource to help out. Ray rohit2006 wrote: > yes, thats one reason i have not been able to run the latest code from SVN. > Cybersource has provided a jar file for use with JDK 1.5, and even if that > jar is used, a prefix resolver error is returned whenever a payment > authorization is attempted. I thus believe that the problem lies somewhere > in the svn code. > > Any idea if credit card processing tests have been done with the latest > code. > > Rohit > > > |
Free forum by Nabble | Edit this page |