Hi, Getting the following error while submitting the order in ofbiz. The error is thrown from the "changeorderstatus" while processing the payment gateway response. Can anyone help on this. The error is displaying here. 2007-08-22 08:05:01,781 (18284453) [ OrderServices.java:2220:INFO ] Old Shipping Total [16200 / 00001] : 13.95 2007-08-22 08:05:01,781 (18284453) [ ServiceDispatcher.java:447:DEBUG] [[Sync service finished- total:0.016,since last(Begin):0.016]] - 'order / recalcShippingTotal' 2007-08-22 08:05:01,796 (18284468) [ ServiceEcaRule.java:134:INFO ] Running Service ECA Service: recalcTaxTotal, triggered by rule on Service: changeOrderItemStatus 2007-08-22 08:05:01,828 (18284500) [ ControlServlet.java:258:DEBUG] [[[category] Done rendering page, Servlet Finished- total:0.485,since last([category] Setup ...):0.485]] 2007-08-22 08:05:01,937 (18284609) [ OrderServices.java:2025:INFO ] Removed : 2 SALES_TAX adjustments for order [16200] 2007-08-22 08:05:01,953 (18284625) [ ServiceDispatcher.java:447:DEBUG] [[Sync service finished- total:0.0,since last(Begin):0.0]] - 'order / calcTax' 2007-08-22 08:05:01,953 (18284625) [ ServiceDispatcher.java:447:DEBUG] [[Sync service finished- total:0.157,since last(Begin):0.157]] - 'order / recalcTaxTotal' 2007-08-22 08:05:01,953 (18284625) [ ServiceEcaRule.java:134:INFO ] Running Service ECA Service: resetGrandTotal, triggered by rule on Service: changeOrderItemStatus 2007-08-22 08:05:01,968 (18284640) [ ServiceDispatcher.java:447:DEBUG] [[Sync service finished- total:0.0,since last(Begin):0.0]] - 'order / resetGrandTotal' 2007-08-22 08:05:01,968 (18284640) [ ServiceEcaRule.java:134:INFO ] Running Service ECA Service: checkOrderItemStatus, triggered by rule on Service: changeOrderItemStatus 2007-08-22 08:05:01,984 (18284656) [ ServiceDispatcher.java:381:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'order / changeOrderStatus' 2007-08-22 08:05:01,984 (18284656) [ ServiceDispatcher.java:384:ERROR] ---- exception report ---------------------------------------------------------- Service [changeOrderStatus] threw an unexpected exception/error Exception: org.ofbiz.service.GenericServiceException Message: Service target threw an unexpected exception (org/ofbiz/workflow/WfException) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (org/ofbiz/workflow/WfException) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:113) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.order.OrderServices.checkItemStatus(OrderServices.java:2343) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:109) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:135) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:173) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:372) org.ofbiz.service.ServiceDispatcher.runSyncIgnore(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSyncIgnore(GenericDispatcher.java:130) org.ofbiz.order.order.OrderServices.cancelOrderItem(OrderServices.java:2451) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.shoppingcart.CheckOutEvents.cancelOrderItem(CheckOutEvents.java:101) 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:324) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:99) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:85) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:393) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:250) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 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:258) 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:526) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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:534) java.lang.NoClassDefFoundError: org/ofbiz/workflow/WfException org.ofbiz.order.order.OrderServices.setOrderStatus(OrderServices.java:2667) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.order.OrderServices.checkItemStatus(OrderServices.java:2343) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:109) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:135) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:173) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:372) org.ofbiz.service.ServiceDispatcher.runSyncIgnore(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSyncIgnore(GenericDispatcher.java:130) org.ofbiz.order.order.OrderServices.cancelOrderItem(OrderServices.java:2451) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.shoppingcart.CheckOutEvents.cancelOrderItem(CheckOutEvents.java:101) 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:324) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:99) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:85) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:393) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:250) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 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:258) 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:526) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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:534) -------------------------------------------------------------------------------- 2007-08-22 08:05:02,000 (18284672) [ TransactionUtil.java:281:WARN ] ---- exception report ---------------------------------------------------------- [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening: Exception: java.lang.Exception Message: null ---- stack trace --------------------------------------------------------------- java.lang.Exception org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:281) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:231) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:387) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.order.OrderServices.checkItemStatus(OrderServices.java:2343) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:109) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:135) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:173) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:372) org.ofbiz.service.ServiceDispatcher.runSyncIgnore(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSyncIgnore(GenericDispatcher.java:130) org.ofbiz.order.order.OrderServices.cancelOrderItem(OrderServices.java:2451) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.shoppingcart.CheckOutEvents.cancelOrderItem(CheckOutEvents.java:101) 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:324) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:99) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:85) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:393) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:250) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 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:258) 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:526) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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:534) -------------------------------------------------------------------------------- 2007-08-22 08:05:02,000 (18284672) [ OrderServices.java:2345:ERROR] ---- exception report ---------------------------------------------------------- Problem calling the changeOrderStatus service Exception: org.ofbiz.service.GenericServiceException Message: Service target threw an unexpected exception (org/ofbiz/workflow/WfException) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (org/ofbiz/workflow/WfException) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:113) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.order.OrderServices.checkItemStatus(OrderServices.java:2343) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:109) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:135) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:173) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:372) org.ofbiz.service.ServiceDispatcher.runSyncIgnore(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSyncIgnore(GenericDispatcher.java:130) org.ofbiz.order.order.OrderServices.cancelOrderItem(OrderServices.java:2451) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.shoppingcart.CheckOutEvents.cancelOrderItem(CheckOutEvents.java:101) 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:324) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:99) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:85) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:393) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:250) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 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:258) 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:526) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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:534) java.lang.NoClassDefFoundError: org/ofbiz/workflow/WfException org.ofbiz.order.order.OrderServices.setOrderStatus(OrderServices.java:2667) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.order.OrderServices.checkItemStatus(OrderServices.java:2343) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:109) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:135) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:173) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:372) org.ofbiz.service.ServiceDispatcher.runSyncIgnore(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSyncIgnore(GenericDispatcher.java:130) org.ofbiz.order.order.OrderServices.cancelOrderItem(OrderServices.java:2451) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.shoppingcart.CheckOutEvents.cancelOrderItem(CheckOutEvents.java:101) 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:324) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:99) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:85) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:393) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:250) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 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:258) 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:526) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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:534) -------------------------------------------------------------------------------- 2007-08-22 08:05:02,015 (18284687) [ ServiceDispatcher.java:447:DEBUG] [[Sync service finished- total:0.047,since last(Begin):0.047]] - 'order / checkOrderItemStatus' 2007-08-22 08:05:02,015 (18284687) [ ServiceEcaRule.java:134:INFO ] Running Service ECA Service: sendOrderChangeNotification, triggered by rule on Service: changeOrderItemStatus 2007-08-22 08:05:02,015 (18284687) [ ServiceDispatcher.java:465:DEBUG] [[ASync service started...- total:0.0,since last(Begin):0.0]] - 'order / sendOrderChangeNotification' 2007-08-22 08:05:02,015 (18284687) [ TransactionUtil.java: 83:WARN ] ---- exception report ---------------------------------------------------------- [TransactionUtil.begin] active transaction marked for rollback in place, so no transaction begun; this stack trace shows when the exception began: Exception: java.lang.Exception Message: Tx Stack Placeholder ---- stack trace --------------------------------------------------------------- java.lang.Exception: Tx Stack Placeholder org.ofbiz.entity.transaction.TransactionUtil.setTransactionBeginStack(TransactionUtil.java:517) org.ofbiz.entity.transaction.TransactionUtil.begin(TransactionUtil.java:117) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:279) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.shoppingcart.CheckOutEvents.cancelOrderItem(CheckOutEvents.java:101) 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:324) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:99) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:85) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:393) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:250) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 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:258) 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:526) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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:534) -------------------------------------------------------------------------------- 2007-08-22 08:05:02,015 (18284687) [ ServiceDispatcher.java:591:ERROR] ---- exception report ---------------------------------------------------------- Problems with the transaction Exception: org.ofbiz.entity.transaction.GenericTransactionException Message: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Service [changeOrderStatus] threw an unexpected exception/errororg.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (org/ofbiz/workflow/WfException) (Service target threw an unexpected exception (org/ofbiz/workflow/WfException)) ---- stack trace --------------------------------------------------------------- org.ofbiz.entity.transaction.GenericTransactionException: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Service [changeOrderStatus] threw an unexpected exception/errororg.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (org/ofbiz/workflow/WfException) (Service target threw an unexpected exception (org/ofbiz/workflow/WfException)) org.ofbiz.entity.transaction.TransactionUtil.begin(TransactionUtil.java:91) org.ofbiz.service.ServiceDispatcher.runAsync(ServiceDispatcher.java:495) org.ofbiz.service.ServiceDispatcher.runAsync(ServiceDispatcher.java:617) org.ofbiz.service.GenericDispatcher.runAsync(GenericDispatcher.java:177) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:111) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:135) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:173) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:372) org.ofbiz.service.ServiceDispatcher.runSyncIgnore(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSyncIgnore(GenericDispatcher.java:130) org.ofbiz.order.order.OrderServices.cancelOrderItem(OrderServices.java:2451) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.shoppingcart.CheckOutEvents.cancelOrderItem(CheckOutEvents.java:101) 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:324) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:99) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:85) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:393) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:250) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 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:258) 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:526) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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:534) org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (org/ofbiz/workflow/WfException) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:113) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.order.OrderServices.checkItemStatus(OrderServices.java:2343) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:109) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:135) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:173) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:372) org.ofbiz.service.ServiceDispatcher.runSyncIgnore(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSyncIgnore(GenericDispatcher.java:130) org.ofbiz.order.order.OrderServices.cancelOrderItem(OrderServices.java:2451) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.shoppingcart.CheckOutEvents.cancelOrderItem(CheckOutEvents.java:101) 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:324) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:99) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:85) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:393) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:250) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 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:258) 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:526) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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:534) java.lang.NoClassDefFoundError: org/ofbiz/workflow/WfException org.ofbiz.order.order.OrderServices.setOrderStatus(OrderServices.java:2667) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.order.OrderServices.checkItemStatus(OrderServices.java:2343) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:109) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:135) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:173) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:372) org.ofbiz.service.ServiceDispatcher.runSyncIgnore(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSyncIgnore(GenericDispatcher.java:130) org.ofbiz.order.order.OrderServices.cancelOrderItem(OrderServices.java:2451) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.shoppingcart.CheckOutEvents.cancelOrderItem(CheckOutEvents.java:101) 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:324) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:99) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:85) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:393) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:250) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 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:258) 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:526) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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:534) -------------------------------------------------------------------------------- 2007-08-22 08:05:02,015 (18284687) [ ServiceDispatcher.java:381:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'order / changeOrderItemStatus' 2007-08-22 08:05:02,015 (18284687) [ ServiceDispatcher.java:384:ERROR] ---- exception report ---------------------------------------------------------- Service [changeOrderItemStatus] threw an unexpected exception/error Exception: org.ofbiz.service.GenericServiceException Message: Problems with the transaction: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Service [changeOrderStatus] threw an unexpected exception/errororg.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (org/ofbiz/workflow/WfException) (Service target threw an unexpected exception (org/ofbiz/workflow/WfException)); See logs for more detail ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Problems with the transaction: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Service [changeOrderStatus] threw an unexpected exception/errororg.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (org/ofbiz/workflow/WfException) (Service target threw an unexpected exception (org/ofbiz/workflow/WfException)); See logs for more detail org.ofbiz.service.ServiceDispatcher.runAsync(ServiceDispatcher.java:592) org.ofbiz.service.ServiceDispatcher.runAsync(ServiceDispatcher.java:617) org.ofbiz.service.GenericDispatcher.runAsync(GenericDispatcher.java:177) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:111) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:135) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:173) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:372) org.ofbiz.service.ServiceDispatcher.runSyncIgnore(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSyncIgnore(GenericDispatcher.java:130) org.ofbiz.order.order.OrderServices.cancelOrderItem(OrderServices.java:2451) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.shoppingcart.CheckOutEvents.cancelOrderItem(CheckOutEvents.java:101) 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:324) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:99) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:85) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:393) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:250) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 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:258) 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:526) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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:534) -------------------------------------------------------------------------------- 2007-08-22 08:05:02,015 (18284687) [ TransactionUtil.java:285:INFO ] [TransactionUtil.setRollbackOnly] transaction rollback only not set, rollback only is already set. 2007-08-22 08:05:02,015 (18284687) [ OrderServices.java:2453:ERROR] ---- exception report ---------------------------------------------------------- Exception: org.ofbiz.service.GenericServiceException Message: Problems with the transaction: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Service [changeOrderStatus] threw an unexpected exception/errororg.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (org/ofbiz/workflow/WfException) (Service target threw an unexpected exception (org/ofbiz/workflow/WfException)); See logs for more detail ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Problems with the transaction: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Service [changeOrderStatus] threw an unexpected exception/errororg.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (org/ofbiz/workflow/WfException) (Service target threw an unexpected exception (org/ofbiz/workflow/WfException)); See logs for more detail org.ofbiz.service.ServiceDispatcher.runAsync(ServiceDispatcher.java:592) org.ofbiz.service.ServiceDispatcher.runAsync(ServiceDispatcher.java:617) org.ofbiz.service.GenericDispatcher.runAsync(GenericDispatcher.java:177) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:111) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:135) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:173) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:372) org.ofbiz.service.ServiceDispatcher.runSyncIgnore(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSyncIgnore(GenericDispatcher.java:130) org.ofbiz.order.order.OrderServices.cancelOrderItem(OrderServices.java:2451) 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:324) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:63) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:339) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.order.shoppingcart.CheckOutEvents.cancelOrderItem(CheckOutEvents.java:101) 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:324) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:99) org.ofbiz.webapp.event.JavaEventHandler.invoke(JavaEventHandler.java:85) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:393) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:250) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 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:258) 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:526) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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:534) -------------------------------------------------------------------------------- 2007-08-22 08:05:02,125 (18284797) [ ServiceDispatcher.java:407:ERROR] Service Error [cancelOrderItem]: Unable to cancel order line : 16200 / 00001 / null 2007-08-22 08:05:02,125 (18284797) [ TransactionUtil.java:248:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace Thanks. chitrakala. R |
Free forum by Nabble | Edit this page |