Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-1745

gift card processer error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • Release 4.0
    • Release Branch 4.0
    • accounting
    • None
    • windows

    Description

      2008-04-10 00:57:53,843 (http-0.0.0.0-8443-Processor3) [ ModelService.java:481:ERROR] [ModelService.validate] :

      {ofbGcProcessor}

      : (IN) Required test error: org.ofbiz.service.ServiceValidationException: The following required parameter is missing:: [IN] [ofbGcProcessor.billToParty]The following required parameter is missing:: [IN] [ofbGcProcessor.giftCard]The following required parameter is missing:: [IN] [ofbGcProcessor.orderId]The following required parameter is missing:: [IN] [ofbGcProcessor.orderItems]
      2008-04-10 00:57:53,843 (http-0.0.0.0-8443-Processor3) [ ServiceDispatcher.java:333:ERROR]
      ---- exception report ----------------------------------------------------------
      Incoming context (in runSync : ofbGcProcessor) does not match expected requirements
      Exception: org.ofbiz.service.ServiceValidationException
      Message: The following required parameter is missing:: [IN] [ofbGcProcessor.billToParty]The following required parameter is missing:: [IN] [ofbGcProcessor.giftCard]The following required parameter is missing:: [IN] [ofbGcProcessor.orderId]The following required parameter is missing:: [IN] [ofbGcProcessor.orderItems]
      ---- stack trace ---------------------------------------------------------------
      org.ofbiz.service.ServiceValidationException: The following required parameter is missing:: [IN] [ofbGcProcessor.billToParty]The following required parameter is missing:: [IN] [ofbGcProcessor.giftCard]The following required parameter is missing:: [IN] [ofbGcProcessor.orderId]The following required parameter is missing:: [IN] [ofbGcProcessor.orderItems]
      org.ofbiz.service.ModelService.validate(ModelService.java:523)
      org.ofbiz.service.ModelService.validate(ModelService.java:478)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:331)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214)
      org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:166)
      org.ofbiz.accounting.payment.PaymentGatewayServices.capturePayment(PaymentGatewayServices.java:1541)
      org.ofbiz.accounting.payment.PaymentGatewayServices.capturePayment(PaymentGatewayServices.java:1447)
      org.ofbiz.accounting.payment.PaymentGatewayServices.captureOrderPayments(PaymentGatewayServices.java:1179)
      sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      java.lang.reflect.Method.invoke(Method.java:585)
      org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:94)
      org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:56)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214)
      org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152)
      org.ofbiz.accounting.payment.PaymentGatewayServices.capturePaymentsByInvoice(PaymentGatewayServices.java:986)
      sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      java.lang.reflect.Method.invoke(Method.java:585)
      org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:94)
      org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:56)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214)
      org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152)
      org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:113)
      org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:141)
      org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:158)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:463)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214)
      org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152)
      org.ofbiz.order.order.OrderServices.checkDigitalItemFulfillment(OrderServices.java:2739)
      sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      java.lang.reflect.Method.invoke(Method.java:585)
      org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:94)
      org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:56)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214)
      org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152)
      org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:113)
      org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:141)
      org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:158)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:383)
      org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214)
      org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152)
      org.ofbiz.order.order.OrderChangeHelper.orderStatusChanges(OrderChangeHelper.java:171)
      org.ofbiz.order.order.OrderChangeHelper.approveOrder(OrderChangeHelper.java:77)
      org.ofbiz.order.shoppingcart.CheckOutHelper.processPayment(CheckOutHelper.java:996)
      org.ofbiz.order.shoppingcart.CheckOutEvents.processPayment(CheckOutEvents.java:540)
      org.ofbiz.order.shoppingcart.CheckOutEvents.processPayment(CheckOutEvents.java:504)
      sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      java.lang.reflect.Method.invoke(Method.java:585)
      org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:91)
      org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:77)
      org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:448)
      org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:277)
      org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:381)
      org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:381)
      org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:192)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
      org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
      org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
      org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:251)
      org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
      org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
      org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
      org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
      org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
      org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
      org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
      org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:541)
      org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
      org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
      org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
      org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
      org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
      org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
      java.lang.Thread.run(Thread.java:595)
      --------------------------------------------------------------------------------

      2008-04-10 00:57:53,843 (http-0.0.0.0-8443-Processor3) [ ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'ecommerce / ofbGcProcessor'

      Attachments

        Activity

          People

            Unassigned Unassigned
            bj_zhou@163.com bj_zhou
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: