Hi, I'm new to ofbiz, still learning it. Although have spent some time in
this list, I have some questions, which other people have asked before but did work on me. Q1. How to complete an order There is no problem for "digital good" to complete the process, generate an invoice, but for something else, for example, the "configurable PC", I can't complete the order. In webtools first off I approve the order, then received payment, next the "Quick-Ship Entire Order" doesn't work, but I can use "New Shipment For Ship Group" to create the shippment, set it to "packed", at this point I believe the order should be completed and an invoice should be generated, but the order still remain "approved" and no invoice. What I have missed? Is there something I should to do with Inventory? I set the "configurable PC" "require Inventory" to "N" Q2. Is there a way to charge payment from Billing account? I mean a customer put some money as deposit, everytime the customer place an order will be automatically deducted from the account? if "Y", how to do it. if "N", probably I will implement by myself, it's better to modify the code or add a new module? could someone tell me which services I should look at so save me sometime in this comprehensive project. Thanks a lot Hao Jiang _______________________________________________________________________ Your Site for Swiss Maps: http://www.swissinfo-geo.org/ _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Administrator
|
From: <[hidden email]>
> Q1. How to complete an order > There is no problem for "digital good" to complete the process, generate > an invoice, but for something else, for example, the "configurable PC", > I can't complete the order. In webtools first off I approve the order, then > received payment, next the "Quick-Ship Entire Order" doesn't work, but > I can use "New Shipment For Ship Group" to create the shippment, set it > to "packed", at this point I believe the order should be completed and an > invoice should be generated, but the order still remain "approved" and no > invoice. What I have missed? Is there something I should to do with Inventory? > I set the "configurable PC" "require Inventory" to "N" > Interesting, I fighted the same type of problem (but in Neogia) so I'm not sure it's exaxtly the same. Although I think I had also some messages in OFBiz saying something like "bad configuration"... > Q2. Is there a way to charge payment from Billing account? I mean a customer > put some money as deposit, everytime the customer place an order will be > automatically deducted from the account? if "Y", how to do it. if "N", probably > I will implement by myself, it's better to modify the code or add a new > module? could someone tell me which services I should look at so save me > sometime in this comprehensive project. > Here in France, there is a brand new Internet service (Internetplus) provided by most of Internet providers (not already all providers). People may buy on your site in 2 clicks and they will be charged directly by their Internet provider. Of course this have a little cost for ressellers... Seems to be a good idea for small amounts, particularly to develop the reflex of first purchase or the impulse purchase of consumers. Actually it's an old idea that is already used by "Kiosque-Minitel" (Minitel is an archaique predecessor of Internet in France). Jacques _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
In reply to this post by Hao Jiang-4
Hey Hao,
I am new to ofbiz but I'm learning. How ever I can't complete any orders. If you find a resolution (guess it's very simple) please let me know. Carl |
> I am new to ofbiz but I'm learning. How ever I can't complete any orders. If
> you find a resolution (guess it's very simple) please let me know. What version are you using, and what steps did you go through? -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ |
David,
I'm currently running Opentaps 0.9 on an Ubuntu box. First of all I create a customer and supplier party group and a product connected to the supplier in inventory. Once all of this is done I enter a purchase order. But when I try to quck receive or make a new shipment I get the following error message Error calling event: org.ofbiz.webapp.event.EventHandlerException: Service invocation error (null) At the moment I am still just checking OFBiz out but I have already realized the use of it. However I can't really finish anything even though I have read every piece of avalible documentation. In the end I want to be able to contribute to the project. Carl |
Carl,
This error message you posted is unfortunately not going to help us because it just means that a service triggered by what you called failed. You need to go to the log file and find where the error message began and post the first error message after calling your service in the log file. Sorry, but this message is a general problem of the system right now. Si On Jul 24, 2006, at 3:14 PM, carlj wrote: > > David, > > I'm currently running Opentaps 0.9 on an Ubuntu box. > > First of all I create a customer and supplier party group and a > product > connected to the supplier in inventory. Once all of this is done I > enter a > purchase order. But when I try to quck receive or make a new > shipment I get > the following error message > > Error calling event: org.ofbiz.webapp.event.EventHandlerException: > Service > invocation error (null) > > At the moment I am still just checking OFBiz out but I have already > realized > the use of it. However I can't really finish anything even though I > have > read every piece of avalible documentation. In the end I want to be > able to > contribute to the project. > > Carl > -- > View this message in context: http://www.nabble.com/-OFBiz--Users--- > order-and-invoice-tf149487.html#a5476410 > Sent from the OFBiz - User forum at Nabble.com. |
I once get this msg due to a ClassCastException in one of my customized code
snippets. On 7/25/06, Si Chen <[hidden email]> wrote: > > Carl, > > This error message you posted is unfortunately not going to help us > because it just means that a service triggered by what you called > failed. You need to go to the log file and find where the error > message began and post the first error message after calling your > service in the log file. Sorry, but this message is a general > problem of the system right now. > > Si > > > On Jul 24, 2006, at 3:14 PM, carlj wrote: > > > > > David, > > > > I'm currently running Opentaps 0.9 on an Ubuntu box. > > > > First of all I create a customer and supplier party group and a > > product > > connected to the supplier in inventory. Once all of this is done I > > enter a > > purchase order. But when I try to quck receive or make a new > > shipment I get > > the following error message > > > > Error calling event: org.ofbiz.webapp.event.EventHandlerException: > > Service > > invocation error (null) > > > > At the moment I am still just checking OFBiz out but I have already > > realized > > the use of it. However I can't really finish anything even though I > > have > > read every piece of avalible documentation. In the end I want to be > > able to > > contribute to the project. > > > > Carl > > -- > > View this message in context: http://www.nabble.com/-OFBiz--Users--- > > order-and-invoice-tf149487.html#a5476410 > > Sent from the OFBiz - User forum at Nabble.com. > > |
also check if ur db supports transactions. try repairing ur DB if u think it
is transactional On 7/25/06, Midhat Ali <[hidden email]> wrote: > > I once get this msg due to a ClassCastException in one of my customized > code snippets. > > > On 7/25/06, Si Chen < [hidden email]> wrote: > > > > Carl, > > > > This error message you posted is unfortunately not going to help us > > because it just means that a service triggered by what you called > > failed. You need to go to the log file and find where the error > > message began and post the first error message after calling your > > service in the log file. Sorry, but this message is a general > > problem of the system right now. > > > > Si > > > > > > On Jul 24, 2006, at 3:14 PM, carlj wrote: > > > > > > > > David, > > > > > > I'm currently running Opentaps 0.9 on an Ubuntu box. > > > > > > First of all I create a customer and supplier party group and a > > > product > > > connected to the supplier in inventory. Once all of this is done I > > > enter a > > > purchase order. But when I try to quck receive or make a new > > > shipment I get > > > the following error message > > > > > > Error calling event: org.ofbiz.webapp.event.EventHandlerException: > > > Service > > > invocation error (null) > > > > > > At the moment I am still just checking OFBiz out but I have already > > > realized > > > the use of it. However I can't really finish anything even though I > > > have > > > read every piece of avalible documentation. In the end I want to be > > > able to > > > contribute to the project. > > > > > > Carl > > > -- > > > View this message in context: http://www.nabble.com/-OFBiz--Users--- > > > order-and-invoice-tf149487.html#a5476410 > > > Sent from the OFBiz - User forum at Nabble.com. > > > > > |
Actually I am running the built in db since I haven't been able to change to MySQL. I have exhausted all of the documentation trying to solve all of these problems. Perhaps I should post a new thread for the db problem. Anyway, I think this error message is some what correct since it contains the same message shown in the UI. This isn't the exact message I told you about earlier but I went through the same steps using the demo data.
|
In reply to this post by Midhat
The error message of course, how embarrassing.
---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:242) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:224) org.ofbiz.webapp.event.ServiceMultiEventHandler.invoke(ServiceMultiEventHandler.java:334) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:416) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:252) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:87) javax.servlet.http.HttpServlet.service(HttpServlet.java:709) 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) -------------------------------------------------------------------------------- 567715 (http-0.0.0.0-8443-Processor4) [ TransactionUtil.java:253:INFO ] [TransactionUtil.rollback] transaction rolled back 567716 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java:283:ERROR] Request receiveInventoryProduct caused an error with the following message: Service invocation error on row (0): 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: Error in simple-method [Verifies and posts a set of AcctgTransEntries [file:/usr/opentaps/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml#createAcctgTransAndEntries]]: ; [Debit and Credit Totals must be equal to post to GL., Debit and Credit Totals must be equal to post to GL.] 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java:395:INFO ] [RequestHandler.doRequest]: Response is a view. 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java:547:INFO ] servletName=control, view=ReceiveInventory 567747 (http-0.0.0.0-8443-Processor4) [ UtilXml.java:242:DEBUG] XML Read 0.028s: file:/usr/opentaps/applications/product/widget/facility/FacilityScreens.xml 567752 (http-0.0.0.0-8443-Processor4) [ ScreenFactory.java:127:INFO ] Got 25 screens in 0.033s from: file:/usr/opentaps/applications/product/widget/facility/FacilityScreens.xml 567780 (invoker-Thread-10) [ ServiceDispatcher.java:450:DEBUG] [[Sync service finished- total:0.01,since last(Begin):0.01]] - 'entity-default / checkProductInventoryDiscontinuation' 567785 (invoker-Thread-11) [ ServiceDispatcher.java:450:DEBUG] [[Sync service finished- total:0.017,since last(Begin):0.017]] - 'entity-default / checkProductInventoryDiscontinuation' 567840 (http-0.0.0.0-8443-Processor4) [ UtilXml.java:242:DEBUG] XML Read 0.028s: jndi:/0.0.0.0/facility/WEB-INF/controller.xml 567843 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:552:INFO ] ConfigMap Created: (4) records in 0.0020s 567845 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:622:INFO ] HandlerMap Created: (2) records in 0.0010s 567853 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:302:INFO ] RequestMap Created: (149) records in 0.0070s 567855 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:411:INFO ] ViewMap Created: (49) records in 0.0010s 568039 (http-0.0.0.0-8443-Processor4) [ ModelScreenWidget.java:371:INFO ] In the include-screen tag the screen name was empty, ignoring include; in screen [GlobalDecorator] 568135 (http-0.0.0.0-8443-Processor4) [ ControlServlet.java:258:DEBUG] [[[receiveInventoryProduct] Done rendering page, Servlet Finished- total:1.033,since last([receiveInventory...):1.033]] |
well it has to do somwthing with the db. the exception is abt rolling back.
i dont know the framework code very well as yet (learning) so i cant shed light on the cause. but try changing ur db. On 7/25/06, carlj <[hidden email]> wrote: > > > The error message of course, how embarrassing. > > ---- exception report > ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace > --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java > :242) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java > :224) > org.ofbiz.webapp.event.ServiceMultiEventHandler.invoke( > ServiceMultiEventHandler.java:334) > org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:416) > org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:252) > org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) > org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:87) > javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > 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) > > -------------------------------------------------------------------------------- > > 567715 (http-0.0.0.0-8443-Processor4) [ TransactionUtil.java:253:INFO ] > [TransactionUtil.rollback] transaction rolled back > 567716 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java:283:ERROR] > Request receiveInventoryProduct caused an error with the following > message: > Service invocation error on row (0): > 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: Error in > simple-method [Verifies and posts a set of AcctgTransEntries > > [file:/usr/opentaps/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml#createAcctgTransAndEntries]]: > ; [Debit and Credit Totals must be equal to post to GL., Debit and Credit > Totals must be equal to post to GL.] > > > 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java:395:INFO ] > [RequestHandler.doRequest]: Response is a view. > 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java:547:INFO ] > servletName=control, view=ReceiveInventory > 567747 (http-0.0.0.0-8443-Processor4) [ UtilXml.java:242:DEBUG] > XML Read 0.028s: > > file:/usr/opentaps/applications/product/widget/facility/FacilityScreens.xml > 567752 (http-0.0.0.0-8443-Processor4) [ ScreenFactory.java:127:INFO ] > Got 25 screens in 0.033s from: > > file:/usr/opentaps/applications/product/widget/facility/FacilityScreens.xml > 567780 (invoker-Thread-10) [ ServiceDispatcher.java:450:DEBUG] [[Sync > service finished- total:0.01,since last(Begin):0.01]] - 'entity-default / > checkProductInventoryDiscontinuation' > 567785 (invoker-Thread-11) [ ServiceDispatcher.java:450:DEBUG] [[Sync > service finished- total:0.017,since last(Begin):0.017]] - 'entity-default > / > checkProductInventoryDiscontinuation' > 567840 (http-0.0.0.0-8443-Processor4) [ UtilXml.java:242:DEBUG] > XML Read 0.028s: jndi:/0.0.0.0/facility/WEB-INF/controller.xml > 567843 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:552:INFO ] > ConfigMap Created: (4) records in 0.0020s > 567845 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:622:INFO ] > HandlerMap Created: (2) records in 0.0010s > 567853 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:302:INFO ] > RequestMap Created: (149) records in 0.0070s > 567855 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:411:INFO ] > ViewMap Created: (49) records in 0.0010s > 568039 (http-0.0.0.0-8443-Processor4) [ ModelScreenWidget.java:371:INFO ] > In the include-screen tag the screen name was empty, ignoring include; in > screen [GlobalDecorator] > 568135 (http-0.0.0.0-8443-Processor4) [ ControlServlet.java:258:DEBUG] > [[[receiveInventoryProduct] Done rendering page, Servlet Finished- > total:1.033,since last([receiveInventory...):1.033]] > -- > View this message in context: > http://www.nabble.com/-OFBiz--Users---order-and-invoice-tf149487.html#a5481731 > Sent from the OFBiz - User forum at Nabble.com. > > |
In reply to this post by Carl Gleisner
this is main error:
Error in simple-method [Verifies and posts a set of AcctgTransEntries [file:/usr/opentaps/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml#createAcctgTransAndEntries]]: ; [Debit and Credit Totals must be equal to post to GL., Debit and Credit Totals must be equal to post to GL.] This is not DB related but is an accounting function. carlj sent the following on 7/25/2006 1:39 AM: > The error message of course, how embarrassing. > > ---- exception report > ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace > --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:242) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:224) > org.ofbiz.webapp.event.ServiceMultiEventHandler.invoke(ServiceMultiEventHandler.java:334) > org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:416) > org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:252) > org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) > org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:87) > javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > 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) > -------------------------------------------------------------------------------- > > 567715 (http-0.0.0.0-8443-Processor4) [ TransactionUtil.java:253:INFO ] > [TransactionUtil.rollback] transaction rolled back > 567716 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java:283:ERROR] > Request receiveInventoryProduct caused an error with the following message: > Service invocation error on row (0): > 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: Error in > simple-method [Verifies and posts a set of AcctgTransEntries > [file:/usr/opentaps/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml#createAcctgTransAndEntries]]: > ; [Debit and Credit Totals must be equal to post to GL., Debit and Credit > Totals must be equal to post to GL.] > > > 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java:395:INFO ] > [RequestHandler.doRequest]: Response is a view. > 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java:547:INFO ] > servletName=control, view=ReceiveInventory > 567747 (http-0.0.0.0-8443-Processor4) [ UtilXml.java:242:DEBUG] > XML Read 0.028s: > file:/usr/opentaps/applications/product/widget/facility/FacilityScreens.xml > 567752 (http-0.0.0.0-8443-Processor4) [ ScreenFactory.java:127:INFO ] > Got 25 screens in 0.033s from: > file:/usr/opentaps/applications/product/widget/facility/FacilityScreens.xml > 567780 (invoker-Thread-10) [ ServiceDispatcher.java:450:DEBUG] [[Sync > service finished- total:0.01,since last(Begin):0.01]] - 'entity-default / > checkProductInventoryDiscontinuation' > 567785 (invoker-Thread-11) [ ServiceDispatcher.java:450:DEBUG] [[Sync > service finished- total:0.017,since last(Begin):0.017]] - 'entity-default / > checkProductInventoryDiscontinuation' > 567840 (http-0.0.0.0-8443-Processor4) [ UtilXml.java:242:DEBUG] > XML Read 0.028s: jndi:/0.0.0.0/facility/WEB-INF/controller.xml > 567843 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:552:INFO ] > ConfigMap Created: (4) records in 0.0020s > 567845 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:622:INFO ] > HandlerMap Created: (2) records in 0.0010s > 567853 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:302:INFO ] > RequestMap Created: (149) records in 0.0070s > 567855 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java:411:INFO ] > ViewMap Created: (49) records in 0.0010s > 568039 (http-0.0.0.0-8443-Processor4) [ ModelScreenWidget.java:371:INFO ] > In the include-screen tag the screen name was empty, ignoring include; in > screen [GlobalDecorator] > 568135 (http-0.0.0.0-8443-Processor4) [ ControlServlet.java:258:DEBUG] > [[[receiveInventoryProduct] Done rendering page, Servlet Finished- > total:1.033,since last([receiveInventory...):1.033]] |
In reply to this post by Carl Gleisner
You need to go further back to the first error message you found,
right below the last "good" part of your log file. This says that debits and credits don't equal, but for an automated transaction that should never happen. Also, can you replicate the problem on our demo server? http:// demo.opensourcestrategies.com:8085/ Si On Jul 25, 2006, at 1:39 AM, carlj wrote: > > The error message of course, how embarrassing. > > ---- exception report > ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace > --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback > (TransactionUtil.java:242) > org.ofbiz.entity.transaction.TransactionUtil.rollback > (TransactionUtil.java:224) > org.ofbiz.webapp.event.ServiceMultiEventHandler.invoke > (ServiceMultiEventHandler.java:334) > org.ofbiz.webapp.control.RequestHandler.runEvent > (RequestHandler.java:416) > org.ofbiz.webapp.control.RequestHandler.doRequest > (RequestHandler.java:252) > org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) > org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:87) > javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > 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) > ---------------------------------------------------------------------- > ---------- > > 567715 (http-0.0.0.0-8443-Processor4) [ TransactionUtil.java: > 253:INFO ] > [TransactionUtil.rollback] transaction rolled back > 567716 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java: > 283:ERROR] > Request receiveInventoryProduct caused an error with the following > message: > Service invocation error on row (0): > 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: Error in > simple-method [Verifies and posts a set of AcctgTransEntries > [file:/usr/opentaps/applications/accounting/script/org/ofbiz/ > accounting/ledger/ > GeneralLedgerServices.xml#createAcctgTransAndEntries]]: > ; [Debit and Credit Totals must be equal to post to GL., Debit and > Credit > Totals must be equal to post to GL.] > > > 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java: > 395:INFO ] > [RequestHandler.doRequest]: Response is a view. > 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java: > 547:INFO ] > servletName=control, view=ReceiveInventory > 567747 (http-0.0.0.0-8443-Processor4) [ UtilXml.java: > 242:DEBUG] > XML Read 0.028s: > file:/usr/opentaps/applications/product/widget/facility/ > FacilityScreens.xml > 567752 (http-0.0.0.0-8443-Processor4) [ ScreenFactory.java: > 127:INFO ] > Got 25 screens in 0.033s from: > file:/usr/opentaps/applications/product/widget/facility/ > FacilityScreens.xml > 567780 (invoker-Thread-10) [ ServiceDispatcher.java:450:DEBUG] [[Sync > service finished- total:0.01,since last(Begin):0.01]] - 'entity- > default / > checkProductInventoryDiscontinuation' > 567785 (invoker-Thread-11) [ ServiceDispatcher.java:450:DEBUG] [[Sync > service finished- total:0.017,since last(Begin):0.017]] - 'entity- > default / > checkProductInventoryDiscontinuation' > 567840 (http-0.0.0.0-8443-Processor4) [ UtilXml.java: > 242:DEBUG] > XML Read 0.028s: jndi:/0.0.0.0/facility/WEB-INF/controller.xml > 567843 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: > 552:INFO ] > ConfigMap Created: (4) records in 0.0020s > 567845 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: > 622:INFO ] > HandlerMap Created: (2) records in 0.0010s > 567853 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: > 302:INFO ] > RequestMap Created: (149) records in 0.0070s > 567855 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: > 411:INFO ] > ViewMap Created: (49) records in 0.0010s > 568039 (http-0.0.0.0-8443-Processor4) [ ModelScreenWidget.java: > 371:INFO ] > In the include-screen tag the screen name was empty, ignoring > include; in > screen [GlobalDecorator] > 568135 (http-0.0.0.0-8443-Processor4) [ ControlServlet.java: > 258:DEBUG] > [[[receiveInventoryProduct] Done rendering page, Servlet Finished- > total:1.033,since last([receiveInventory...):1.033]] > -- > View this message in context: http://www.nabble.com/-OFBiz--Users--- > order-and-invoice-tf149487.html#a5481731 > Sent from the OFBiz - User forum at Nabble.com. |
I just tested the same steps on the demo site and it went like a charm. Perhaps the issue will be walked around while changing to MySQL or PostgreSQL?
|
Administrator
|
Carl,
If you want less problems in production try rather PostGres. For development, demo, etc. I use HSQL : faster (a lot more : using memory) Jacques ----- Original Message ----- From: "carlj" <[hidden email]> To: <[hidden email]> Sent: Tuesday, July 25, 2006 11:06 PM Subject: Re: [OFBiz] Users - order and invoice > > I just tested the same steps on the demo site and it went like a charm. > Perhaps the issue will be walked around while changing to MySQL or > PostgreSQL? > > > Si Chen-2 wrote: > > > > You need to go further back to the first error message you found, > > right below the last "good" part of your log file. This says that > > debits and credits don't equal, but for an automated transaction that > > should never happen. > > > > Also, can you replicate the problem on our demo server? http:// > > demo.opensourcestrategies.com:8085/ > > > > Si > > > > > > On Jul 25, 2006, at 1:39 AM, carlj wrote: > > > >> > >> The error message of course, how embarrassing. > >> > >> ---- exception report > >> ---------------------------------------------------------- > >> [TransactionUtil.rollback] > >> Exception: java.lang.Exception > >> Message: Stack Trace > >> ---- stack trace > >> --------------------------------------------------------------- > >> java.lang.Exception: Stack Trace > >> org.ofbiz.entity.transaction.TransactionUtil.rollback > >> (TransactionUtil.java:242) > >> org.ofbiz.entity.transaction.TransactionUtil.rollback > >> (TransactionUtil.java:224) > >> org.ofbiz.webapp.event.ServiceMultiEventHandler.invoke > >> (ServiceMultiEventHandler.java:334) > >> org.ofbiz.webapp.control.RequestHandler.runEvent > >> (RequestHandler.java:416) > >> org.ofbiz.webapp.control.RequestHandler.doRequest > >> (RequestHandler.java:252) > >> org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:191) > >> org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:87) > >> javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > >> 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) > >> ---------------------------------------------------------------------- > >> ---------- > >> > >> 567715 (http-0.0.0.0-8443-Processor4) [ TransactionUtil.java: > >> 253:INFO ] > >> [TransactionUtil.rollback] transaction rolled back > >> 567716 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java: > >> 283:ERROR] > >> Request receiveInventoryProduct caused an error with the following > >> message: > >> Service invocation error on row (0): > >> 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: Error in > >> simple-method [Verifies and posts a set of AcctgTransEntries > >> [file:/usr/opentaps/applications/accounting/script/org/ofbiz/ > >> accounting/ledger/ > >> GeneralLedgerServices.xml#createAcctgTransAndEntries]]: > >> ; [Debit and Credit Totals must be equal to post to GL., Debit and > >> Credit > >> Totals must be equal to post to GL.] > >> > >> > >> 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java: > >> 395:INFO ] > >> [RequestHandler.doRequest]: Response is a view. > >> 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java: > >> 547:INFO ] > >> servletName=control, view=ReceiveInventory > >> 567747 (http-0.0.0.0-8443-Processor4) [ UtilXml.java: > >> 242:DEBUG] > >> XML Read 0.028s: > >> file:/usr/opentaps/applications/product/widget/facility/ > >> FacilityScreens.xml > >> 567752 (http-0.0.0.0-8443-Processor4) [ ScreenFactory.java: > >> 127:INFO ] > >> Got 25 screens in 0.033s from: > >> file:/usr/opentaps/applications/product/widget/facility/ > >> FacilityScreens.xml > >> 567780 (invoker-Thread-10) [ ServiceDispatcher.java:450:DEBUG] [[Sync > >> service finished- total:0.01,since last(Begin):0.01]] - 'entity- > >> default / > >> checkProductInventoryDiscontinuation' > >> 567785 (invoker-Thread-11) [ ServiceDispatcher.java:450:DEBUG] [[Sync > >> service finished- total:0.017,since last(Begin):0.017]] - 'entity- > >> default / > >> checkProductInventoryDiscontinuation' > >> 567840 (http-0.0.0.0-8443-Processor4) [ UtilXml.java: > >> 242:DEBUG] > >> XML Read 0.028s: jndi:/0.0.0.0/facility/WEB-INF/controller.xml > >> 567843 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: > >> 552:INFO ] > >> ConfigMap Created: (4) records in 0.0020s > >> 567845 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: > >> 622:INFO ] > >> HandlerMap Created: (2) records in 0.0010s > >> 567853 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: > >> 302:INFO ] > >> RequestMap Created: (149) records in 0.0070s > >> 567855 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: > >> 411:INFO ] > >> ViewMap Created: (49) records in 0.0010s > >> 568039 (http-0.0.0.0-8443-Processor4) [ ModelScreenWidget.java: > >> 371:INFO ] > >> In the include-screen tag the screen name was empty, ignoring > >> include; in > >> screen [GlobalDecorator] > >> 568135 (http-0.0.0.0-8443-Processor4) [ ControlServlet.java: > >> 258:DEBUG] > >> [[[receiveInventoryProduct] Done rendering page, Servlet Finished- > >> total:1.033,since last([receiveInventory...):1.033]] > >> -- > >> View this message in context: http://www.nabble.com/-OFBiz--Users--- > >> order-and-invoice-tf149487.html#a5481731 > >> Sent from the OFBiz - User forum at Nabble.com. > > > > > > > -- > View this message in context: http://www.nabble.com/-OFBiz--Users---order-and-invoice-tf149487.html#a5493370 > Sent from the OFBiz - User forum at Nabble.com. |
Jacques,
thank you for the tip. I have been using the HSQL trying to learn ofbiz but as I wrote earlier I really haven't completed anything yet and I don't want to trouble this mailing list. I hope that I may pay it forward some day :)
|
I wouldn't think it's due to the database. There must be something
else misconfigured. How about create a JIRA issue and paste your entire log file? Si On Jul 25, 2006, at 2:42 PM, carlj wrote: > > Jacques, > > thank you for the tip. I have been using the HSQL trying to learn > ofbiz but > as I wrote earlier I really haven't completed anything yet and I > don't want > to trouble this mailing list. I hope that I may pay it forward some > day :) > > > jacques.le.roux wrote: >> >> Carl, >> >> If you want less problems in production try rather PostGres. For >> development, demo, etc. I use HSQL : faster (a lot more : using >> memory) >> >> Jacques >> >> ----- Original Message ----- >> From: "carlj" <[hidden email]> >> To: <[hidden email]> >> Sent: Tuesday, July 25, 2006 11:06 PM >> Subject: Re: [OFBiz] Users - order and invoice >> >> >>> >>> I just tested the same steps on the demo site and it went like a >>> charm. >>> Perhaps the issue will be walked around while changing to MySQL or >>> PostgreSQL? >>> >>> >>> Si Chen-2 wrote: >>>> >>>> You need to go further back to the first error message you found, >>>> right below the last "good" part of your log file. This says that >>>> debits and credits don't equal, but for an automated transaction >>>> that >>>> should never happen. >>>> >>>> Also, can you replicate the problem on our demo server? http:// >>>> demo.opensourcestrategies.com:8085/ >>>> >>>> Si >>>> >>>> >>>> On Jul 25, 2006, at 1:39 AM, carlj wrote: >>>> >>>>> >>>>> The error message of course, how embarrassing. >>>>> >>>>> ---- exception report >>>>> ---------------------------------------------------------- >>>>> [TransactionUtil.rollback] >>>>> Exception: java.lang.Exception >>>>> Message: Stack Trace >>>>> ---- stack trace >>>>> --------------------------------------------------------------- >>>>> java.lang.Exception: Stack Trace >>>>> org.ofbiz.entity.transaction.TransactionUtil.rollback >>>>> (TransactionUtil.java:242) >>>>> org.ofbiz.entity.transaction.TransactionUtil.rollback >>>>> (TransactionUtil.java:224) >>>>> org.ofbiz.webapp.event.ServiceMultiEventHandler.invoke >>>>> (ServiceMultiEventHandler.java:334) >>>>> org.ofbiz.webapp.control.RequestHandler.runEvent >>>>> (RequestHandler.java:416) >>>>> org.ofbiz.webapp.control.RequestHandler.doRequest >>>>> (RequestHandler.java:252) >>>>> org.ofbiz.webapp.control.ControlServlet.doGet >>>>> (ControlServlet.java:191) >>>>> org.ofbiz.webapp.control.ControlServlet.doPost >>>>> (ControlServlet.java:87) >>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:709) >>>>> 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) >>>>> ------------------------------------------------------------------ >>>>> ---- >>>>> ---------- >>>>> >>>>> 567715 (http-0.0.0.0-8443-Processor4) [ TransactionUtil.java: >>>>> 253:INFO ] >>>>> [TransactionUtil.rollback] transaction rolled back >>>>> 567716 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java: >>>>> 283:ERROR] >>>>> Request receiveInventoryProduct caused an error with the following >>>>> message: >>>>> Service invocation error on row (0): >>>>> 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: >>>>> Error in >>>>> simple-method [Verifies and posts a set of AcctgTransEntries >>>>> [file:/usr/opentaps/applications/accounting/script/org/ofbiz/ >>>>> accounting/ledger/ >>>>> GeneralLedgerServices.xml#createAcctgTransAndEntries]]: >>>>> ; [Debit and Credit Totals must be equal to post to GL., Debit and >>>>> Credit >>>>> Totals must be equal to post to GL.] >>>>> >>>>> >>>>> 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java: >>>>> 395:INFO ] >>>>> [RequestHandler.doRequest]: Response is a view. >>>>> 567717 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java: >>>>> 547:INFO ] >>>>> servletName=control, view=ReceiveInventory >>>>> 567747 (http-0.0.0.0-8443-Processor4) [ UtilXml.java: >>>>> 242:DEBUG] >>>>> XML Read 0.028s: >>>>> file:/usr/opentaps/applications/product/widget/facility/ >>>>> FacilityScreens.xml >>>>> 567752 (http-0.0.0.0-8443-Processor4) [ ScreenFactory.java: >>>>> 127:INFO ] >>>>> Got 25 screens in 0.033s from: >>>>> file:/usr/opentaps/applications/product/widget/facility/ >>>>> FacilityScreens.xml >>>>> 567780 (invoker-Thread-10) [ ServiceDispatcher.java:450:DEBUG] >>>>> [[Sync >>>>> service finished- total:0.01,since last(Begin):0.01]] - 'entity- >>>>> default / >>>>> checkProductInventoryDiscontinuation' >>>>> 567785 (invoker-Thread-11) [ ServiceDispatcher.java:450:DEBUG] >>>>> [[Sync >>>>> service finished- total:0.017,since last(Begin):0.017]] - 'entity- >>>>> default / >>>>> checkProductInventoryDiscontinuation' >>>>> 567840 (http-0.0.0.0-8443-Processor4) [ UtilXml.java: >>>>> 242:DEBUG] >>>>> XML Read 0.028s: jndi:/0.0.0.0/facility/WEB-INF/controller.xml >>>>> 567843 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: >>>>> 552:INFO ] >>>>> ConfigMap Created: (4) records in 0.0020s >>>>> 567845 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: >>>>> 622:INFO ] >>>>> HandlerMap Created: (2) records in 0.0010s >>>>> 567853 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: >>>>> 302:INFO ] >>>>> RequestMap Created: (149) records in 0.0070s >>>>> 567855 (http-0.0.0.0-8443-Processor4) [ ConfigXMLReader.java: >>>>> 411:INFO ] >>>>> ViewMap Created: (49) records in 0.0010s >>>>> 568039 (http-0.0.0.0-8443-Processor4) [ ModelScreenWidget.java: >>>>> 371:INFO ] >>>>> In the include-screen tag the screen name was empty, ignoring >>>>> include; in >>>>> screen [GlobalDecorator] >>>>> 568135 (http-0.0.0.0-8443-Processor4) [ ControlServlet.java: >>>>> 258:DEBUG] >>>>> [[[receiveInventoryProduct] Done rendering page, Servlet Finished- >>>>> total:1.033,since last([receiveInventory...):1.033]] >>>>> -- >>>>> View this message in context: http://www.nabble.com/-OFBiz-- >>>>> Users--- >>>>> order-and-invoice-tf149487.html#a5481731 >>>>> Sent from the OFBiz - User forum at Nabble.com. >>>> >>>> >>>> >>> -- >>> View this message in context: >>> http://www.nabble.com/-OFBiz--Users---order-and-invoice- >>> tf149487.html#a5493370 >>> Sent from the OFBiz - User forum at Nabble.com. >> >> >> > -- > View this message in context: http://www.nabble.com/-OFBiz--Users--- > order-and-invoice-tf149487.html#a5493928 > Sent from the OFBiz - User forum at Nabble.com. |
Si,
will do! Carl
|
Free forum by Nabble | Edit this page |