i excute ofbiz and get the error:
2008-08-07 11:24:12,399 (main) [ CatalinaContainer.java:242:INFO ] Started Apache Tomcat/5.5.20 Httpd started on port: 9989 Sessiond started on port: 9990 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:103:INFO ] Started BeanShell telnet service on 9989, 9990 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:104:INFO ] NOTICE: BeanShell service ports are not secure. Please protect the ports 2008-08-07 11:24:23,764 (org.ofbiz.service.jms.JmsListenerFactory@11daa0e) [ JmsListenerFactory.java:76 :INFO ] JMS Listener Factory Thread Finished; All listeners connected. 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ GenericDispatcher.java:62 :INFO ] Creating new dispatcher [JobDispatcher] (org.ofbiz.service.job.JobPoller@682406) 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ ServiceDispatcher.java:170:INFO ] Registered dispatcher: JobDispatcher 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ GenericDispatcher.java:132:INFO ] [LocalDispatcher] : Created Dispatcher for: JobDispatcher 2008-08-07 11:25:14,380 (default-invoker-Thread-2) [ JobInvoker.java:214:INFO ] Invoker: default-invoker-Thread-2 received job -- 1218113094139 from poller - org.ofbiz.service.job.JobPoller@682406 2008-08-07 11:25:14,380 (default-invoker-Thread-2) [PersistedServiceJob.java:139:INFO ] org.ofbiz.service.job.PersistedServiceJob@b910c6[10440] -- Next runtime: -1 2008-08-07 11:25:14,396 (default-invoker-Thread-2) [ UtilXml.java:246:DEBUG] XML Read 0.016s: Internal Content [Error] :2:12: cvc-elt.1: Cannot find the declaration of element 'ofbiz-ser'. 2008-08-07 11:25:14,396 (default-invoker-Thread-2) [ AbstractEngine.java:78 :INFO ] Loaded Service Locations : [main-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync-http=http://localhost:8080/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService] 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ ServiceDispatcher.java:399:ERROR] ---- exception report ---------------------------------------------------------- Service [addSuggestionsToShoppingList] threw an unexpected exception/error Exception: org.ofbiz.service.GenericServiceException Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ TransactionUtil.java:258:ERROR] ---- 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:257) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction rolled back 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ GenericServiceJob.java:120:ERROR] ---- exception report ---------------------------------------------------------- Async-Service failed. Exception: org.ofbiz.service.GenericServiceException Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 11:25:14,427 (default-invoker-Thread-2) [ SequenceUtil.java:258:INFO ] Got bank of sequenced IDs for [JobSandbox]; curSeqId=10450, maxSeqId=10460, bankSize=10 2008-08-07 11:25:14,427 (default-invoker-Thread-2) [PersistedServiceJob.java:205:INFO ] Persisted Job [10440] Failed Re-Scheduling : 1218119294412 someone can help me? thanks Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com. http://br.new.mail.yahoo.com/addresses |
What version are you running? It doesn't seem the trunk.
Jacopo On Aug 7, 2008, at 4:28 PM, jose junior malheiros barros wrote: > i excute ofbiz and get the error: > > > 2008-08-07 11:24:12,399 (main) [ CatalinaContainer.java:242:INFO ] > Started Apache Tomcat/5.5.20 > Httpd started on port: 9989 > Sessiond started on port: 9990 > 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:103:INFO ] > Started BeanShell telnet service on 9989, 9990 > 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:104:INFO ] > NOTICE: BeanShell service ports are not secure. Please protect the > ports > 2008-08-07 11:24:23,764 > (org.ofbiz.service.jms.JmsListenerFactory@11daa0e) > [ JmsListenerFactory.java:76 :INFO ] JMS Listener Factory Thread > Finished; All listeners connected. > 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) > [ GenericDispatcher.java:62 :INFO ] Creating new dispatcher > [JobDispatcher] (org.ofbiz.service.job.JobPoller@682406) > 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) > [ ServiceDispatcher.java:170:INFO ] Registered dispatcher: > JobDispatcher > 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) > [ GenericDispatcher.java:132:INFO ] [LocalDispatcher] : Created > Dispatcher for: JobDispatcher > 2008-08-07 11:25:14,380 (default-invoker-Thread-2) > [ JobInvoker.java:214:INFO ] Invoker: default-invoker- > Thread-2 received job -- 1218113094139 from poller - > org.ofbiz.service.job.JobPoller@682406 > 2008-08-07 11:25:14,380 (default-invoker-Thread-2) > [PersistedServiceJob.java:139:INFO ] > org.ofbiz.service.job.PersistedServiceJob@b910c6[10440] -- Next > runtime: -1 > 2008-08-07 11:25:14,396 (default-invoker-Thread-2) > [ UtilXml.java:246:DEBUG] XML Read 0.016s: Internal Content > [Error] :2:12: cvc-elt.1: Cannot find the declaration of element > 'ofbiz-ser'. > 2008-08-07 11:25:14,396 (default-invoker-Thread-2) > [ AbstractEngine.java:78 :INFO ] Loaded Service Locations : > [main-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService > , entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync- > http=http://localhost:8080/webtools/control/httpService, rita- > rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService > ] > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total: > 0.0,since last(Begin):0.0]] - 'JobDispatcher / > addSuggestionsToShoppingList' > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ ServiceDispatcher.java:399:ERROR] > ---- exception report > ---------------------------------------------------------- > Service [addSuggestionsToShoppingList] threw an unexpected exception/ > error > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] > in XML file [org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml]: (Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple > method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/ > shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml) > org > .ofbiz > .minilang > .SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org > .ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java: > 54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java: > 152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java: > 73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod > XML document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java: > 135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org > .ofbiz > .minilang > .SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org > .ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java: > 54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java: > 152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java: > 73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ TransactionUtil.java:258:ERROR] > ---- 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:257) > org > .ofbiz > .entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 402) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java: > 152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java: > 73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] > transaction rolled back > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not > committing transaction, status is STATUS_NO_TRANSACTION > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ GenericServiceJob.java:120:ERROR] > ---- exception report > ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] > in XML file [org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml]: (Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple > method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/ > shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml) > org > .ofbiz > .minilang > .SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org > .ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java: > 54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java: > 152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java: > 73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod > XML document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java: > 135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org > .ofbiz > .minilang > .SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org > .ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java: > 54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java: > 152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java: > 73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 11:25:14,427 (default-invoker-Thread-2) > [ SequenceUtil.java:258:INFO ] Got bank of sequenced IDs for > [JobSandbox]; curSeqId=10450, maxSeqId=10460, bankSize=10 > 2008-08-07 11:25:14,427 (default-invoker-Thread-2) > [PersistedServiceJob.java:205:INFO ] Persisted Job [10440] Failed Re- > Scheduling : 1218119294412 > > someone can help me? > > thanks > > > > Novos endereços, o Yahoo! que você conhece. Crie um email novo > com a sua cara @ymail.com ou @rocketmail.com. > http://br.new.mail.yahoo.com/addresses smime.p7s (3K) Download Attachment |
In reply to this post by jjmbconquista
this is an error that has been fixed, and some others.
you need to upgrade to the current version of the trunk. current version uses tomcat 6.0 jose junior malheiros barros sent the following on 8/7/2008 7:28 AM: > i excute ofbiz and get the error: > > > 2008-08-07 11:24:12,399 (main) [ CatalinaContainer.java:242:INFO ] Started Apache Tomcat/5.5.20 > Httpd started on port: 9989 > Sessiond started on port: 9990 > 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:103:INFO ] Started BeanShell telnet service on 9989, 9990 > 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:104:INFO ] NOTICE: BeanShell service ports are not secure. Please protect the ports > 2008-08-07 11:24:23,764 (org.ofbiz.service.jms.JmsListenerFactory@11daa0e) [ JmsListenerFactory.java:76 :INFO ] JMS Listener Factory Thread Finished; All listeners connected. > 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ GenericDispatcher.java:62 :INFO ] Creating new dispatcher [JobDispatcher] (org.ofbiz.service.job.JobPoller@682406) > 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ ServiceDispatcher.java:170:INFO ] Registered dispatcher: JobDispatcher > 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ GenericDispatcher.java:132:INFO ] [LocalDispatcher] : Created Dispatcher for: JobDispatcher > 2008-08-07 11:25:14,380 (default-invoker-Thread-2) [ JobInvoker.java:214:INFO ] Invoker: default-invoker-Thread-2 received job -- 1218113094139 from poller - org.ofbiz.service.job.JobPoller@682406 > 2008-08-07 11:25:14,380 (default-invoker-Thread-2) [PersistedServiceJob.java:139:INFO ] org.ofbiz.service.job.PersistedServiceJob@b910c6[10440] -- Next runtime: -1 > 2008-08-07 11:25:14,396 (default-invoker-Thread-2) [ UtilXml.java:246:DEBUG] XML Read 0.016s: Internal Content > [Error] :2:12: cvc-elt.1: Cannot find the declaration of element 'ofbiz-ser'. > 2008-08-07 11:25:14,396 (default-invoker-Thread-2) [ AbstractEngine.java:78 :INFO ] Loaded Service Locations : [main-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync-http=http://localhost:8080/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService] > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ ServiceDispatcher.java:399:ERROR] > ---- exception report ---------------------------------------------------------- > Service [addSuggestionsToShoppingList] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ TransactionUtil.java:258:ERROR] > ---- 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:257) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction rolled back > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ GenericServiceJob.java:120:ERROR] > ---- exception report ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 11:25:14,427 (default-invoker-Thread-2) [ SequenceUtil.java:258:INFO ] Got bank of sequenced IDs for [JobSandbox]; curSeqId=10450, maxSeqId=10460, bankSize=10 > 2008-08-07 11:25:14,427 (default-invoker-Thread-2) [PersistedServiceJob.java:205:INFO ] Persisted Job [10440] Failed Re-Scheduling : 1218119294412 > > someone can help me? > > thanks > > > > Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com. > http://br.new.mail.yahoo.com/addresses |
In reply to this post by Jacopo Cappellato-3
I am using opentaps 1.0.1
--- Em qui, 7/8/08, Jacopo Cappellato <[hidden email]> escreveu: De: Jacopo Cappellato <[hidden email]> Assunto: Re: error ofbiz Para: [hidden email] Data: Quinta-feira, 7 de Agosto de 2008, 12:54 What version are you running? It doesn't seem the trunk. Jacopo On Aug 7, 2008, at 4:28 PM, jose junior malheiros barros wrote: > i excute ofbiz and get the error: > > > 2008-08-07 11:24:12,399 (main) [ CatalinaContainer.java:242:INFO ] > Started Apache Tomcat/5.5.20 > Httpd started on port: 9989 > Sessiond started on port: 9990 > 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:103:INFO ] > Started BeanShell telnet service on 9989, 9990 > 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:104:INFO ] > NOTICE: BeanShell service ports are not secure. Please protect the > ports > 2008-08-07 11:24:23,764 > (org.ofbiz.service.jms.JmsListenerFactory@11daa0e) > [ JmsListenerFactory.java:76 :INFO ] JMS Listener Factory Thread > Finished; All listeners connected. > 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) > [ GenericDispatcher.java:62 :INFO ] Creating new dispatcher > [JobDispatcher] (org.ofbiz.service.job.JobPoller@682406) > 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) > [ ServiceDispatcher.java:170:INFO ] Registered dispatcher: > JobDispatcher > 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) > [ GenericDispatcher.java:132:INFO ] [LocalDispatcher] : Created > Dispatcher for: JobDispatcher > 2008-08-07 11:25:14,380 (default-invoker-Thread-2) > [ JobInvoker.java:214:INFO ] Invoker: default-invoker- > Thread-2 received job -- 1218113094139 from poller - > org.ofbiz.service.job.JobPoller@682406 > 2008-08-07 11:25:14,380 (default-invoker-Thread-2) > [PersistedServiceJob.java:139:INFO ] > org.ofbiz.service.job.PersistedServiceJob@b910c6[10440] -- Next > runtime: -1 > 2008-08-07 11:25:14,396 (default-invoker-Thread-2) > [ UtilXml.java:246:DEBUG] XML Read 0.016s: Internal Content > [Error] :2:12: cvc-elt.1: Cannot find the declaration of element > 'ofbiz-ser'. > 2008-08-07 11:25:14,396 (default-invoker-Thread-2) > [ AbstractEngine.java:78 :INFO ] Loaded Service Locations : > [main-rmi=rmi://localhost:1099/RMIDispatcher, > , entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync- > http=http://localhost:8080/webtools/control/httpService, rita- > rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService > ] > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total: > 0.0,since last(Begin):0.0]] - 'JobDispatcher / > addSuggestionsToShoppingList' > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ ServiceDispatcher.java:399:ERROR] > ---- exception report > ---------------------------------------------------------- > Service [addSuggestionsToShoppingList] threw an unexpected exception/ > error > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] > in XML file [org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml]: (Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple > method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/ > shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml) > org > .ofbiz > .minilang > .SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org > .ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java: > 54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java: > 152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java: > 73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod > XML document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java: > 135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org > .ofbiz > .minilang > .SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org > .ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java: > 54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java: > 152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java: > 73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > > > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ TransactionUtil.java:258:ERROR] > ---- 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:257) > org > .ofbiz > .entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 402) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java: > 152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java: > 73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > > > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] > transaction rolled back > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not > committing transaction, status is STATUS_NO_TRANSACTION > 2008-08-07 11:25:14,412 (default-invoker-Thread-2) > [ GenericServiceJob.java:120:ERROR] > ---- exception report > ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] > in XML file [org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml]: (Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple > method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/ > shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml) > org > .ofbiz > .minilang > .SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org > .ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java: > 54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java: > 152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java: > 73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod > XML document in resource: org/ofbiz/order/shoppinglist/ > ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java: > 135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org > .ofbiz > .minilang > .SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org > .ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java: > 54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java: > 214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java: > 152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java: > 73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > > > 2008-08-07 11:25:14,427 (default-invoker-Thread-2) > [ SequenceUtil.java:258:INFO ] Got bank of sequenced IDs for > [JobSandbox]; curSeqId=10450, maxSeqId=10460, bankSize=10 > 2008-08-07 11:25:14,427 (default-invoker-Thread-2) > [PersistedServiceJob.java:205:INFO ] Persisted Job [10440] Failed Re- > Scheduling : 1218119294412 > > someone can help me? > > thanks > > > > Novos endereços, o Yahoo! que você conhece. Crie um email novo > com a sua cara @ymail.com ou @rocketmail.com. > http://br.new.mail.yahoo.com/addresses Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com. http://br.new.mail.yahoo.com/addresses |
In reply to this post by jjmbconquista
I updated the ofbiz but now receive the error:
Set OFBIZ_HOME to - D:/workspace/opentaps-1.0 Admin socket not configured; set to port 0 Exception in thread "main" java.lang.ExceptionInInitializerError at org.ofbiz.base.util.Debug.<clinit>(Debug.java:95) at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:51) at org.ofbiz.base.start.Start.initStartLoaders(Start.java:251) at org.ofbiz.base.start.Start.init(Start.java:90) at org.ofbiz.base.start.Start.main(Start.java:406) Caused by: java.util.MissingResourceException: Can't find bundle for base name cache, locale pt_BR at java.util.ResourceBundle.throwMissingResourceException(Unknown Source) at java.util.ResourceBundle.getBundleImpl(Unknown Source) at java.util.ResourceBundle.getBundle(Unknown Source) at org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:220) at org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:216) at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:175) at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:59) ... 5 more
|
did you do
ant clean ant run-install jjmbconquista sent the following on 8/7/2008 9:57 AM: > I updated the ofbiz but now receive the error: > Set OFBIZ_HOME to - D:/workspace/opentaps-1.0 > Admin socket not configured; set to port 0 > Exception in thread "main" java.lang.ExceptionInInitializerError > at org.ofbiz.base.util.Debug.<clinit>(Debug.java:95) > at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:51) > at org.ofbiz.base.start.Start.initStartLoaders(Start.java:251) > at org.ofbiz.base.start.Start.init(Start.java:90) > at org.ofbiz.base.start.Start.main(Start.java:406) > Caused by: java.util.MissingResourceException: Can't find bundle for base > name cache, locale pt_BR > at java.util.ResourceBundle.throwMissingResourceException(Unknown Source) > at java.util.ResourceBundle.getBundleImpl(Unknown Source) > at java.util.ResourceBundle.getBundle(Unknown Source) > at > org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:220) > at > org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:216) > at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:175) > at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:59) > ... 5 more > > > jjmbconquista wrote: >> i excute ofbiz and get the error: >> >> >> 2008-08-07 11:24:12,399 (main) [ CatalinaContainer.java:242:INFO ] >> Started Apache Tomcat/5.5.20 >> Httpd started on port: 9989 >> Sessiond started on port: 9990 >> 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:103:INFO ] >> Started BeanShell telnet service on 9989, 9990 >> 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:104:INFO ] >> NOTICE: BeanShell service ports are not secure. Please protect the ports >> 2008-08-07 11:24:23,764 (org.ofbiz.service.jms.JmsListenerFactory@11daa0e) >> [ JmsListenerFactory.java:76 :INFO ] JMS Listener Factory Thread Finished; >> All listeners connected. >> 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ >> GenericDispatcher.java:62 :INFO ] Creating new dispatcher [JobDispatcher] >> (org.ofbiz.service.job.JobPoller@682406) >> 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ >> ServiceDispatcher.java:170:INFO ] Registered dispatcher: JobDispatcher >> 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ >> GenericDispatcher.java:132:INFO ] [LocalDispatcher] : Created Dispatcher >> for: JobDispatcher >> 2008-08-07 11:25:14,380 (default-invoker-Thread-2) [ >> JobInvoker.java:214:INFO ] Invoker: default-invoker-Thread-2 received job >> -- 1218113094139 from poller - org.ofbiz.service.job.JobPoller@682406 >> 2008-08-07 11:25:14,380 (default-invoker-Thread-2) >> [PersistedServiceJob.java:139:INFO ] >> org.ofbiz.service.job.PersistedServiceJob@b910c6[10440] -- Next runtime: >> -1 >> 2008-08-07 11:25:14,396 (default-invoker-Thread-2) [ >> UtilXml.java:246:DEBUG] XML Read 0.016s: Internal Content >> [Error] :2:12: cvc-elt.1: Cannot find the declaration of element >> 'ofbiz-ser'. >> 2008-08-07 11:25:14,396 (default-invoker-Thread-2) [ >> AbstractEngine.java:78 :INFO ] Loaded Service Locations : >> [main-rmi=rmi://localhost:1099/RMIDispatcher, >> main-http=http://localhost:8080/webtools/control/httpService, >> entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, >> entity-sync-http=http://localhost:8080/webtools/control/httpService, >> rita-rmi=rmi://localhost:1099/RMIDispatcher, >> eedcc-test=http://localhost:8080/webtools/control/httpService] >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- >> total:0.0,since last(Begin):0.0]] - 'JobDispatcher / >> addSuggestionsToShoppingList' >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> ServiceDispatcher.java:399:ERROR] >> ---- exception report >> ---------------------------------------------------------- >> Service [addSuggestionsToShoppingList] threw an unexpected exception/error >> Exception: org.ofbiz.service.GenericServiceException >> Message: Error running simple method [addSuggestionsToShoppingList] in XML >> file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not >> find SimpleMethod XML document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >> ---- stack trace >> --------------------------------------------------------------- >> org.ofbiz.service.GenericServiceException: Error running simple method >> [addSuggestionsToShoppingList] in XML file >> [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find >> SimpleMethod XML document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) >> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >> java.lang.Thread.run(Unknown Source) >> org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML >> document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml >> org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) >> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) >> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) >> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) >> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >> java.lang.Thread.run(Unknown Source) >> -------------------------------------------------------------------------------- >> >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> TransactionUtil.java:258:ERROR] >> ---- 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:257) >> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >> java.lang.Thread.run(Unknown Source) >> -------------------------------------------------------------------------------- >> >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction >> rolled back >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing >> transaction, status is STATUS_NO_TRANSACTION >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> GenericServiceJob.java:120:ERROR] >> ---- exception report >> ---------------------------------------------------------- >> Async-Service failed. >> Exception: org.ofbiz.service.GenericServiceException >> Message: Error running simple method [addSuggestionsToShoppingList] in XML >> file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not >> find SimpleMethod XML document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >> ---- stack trace >> --------------------------------------------------------------- >> org.ofbiz.service.GenericServiceException: Error running simple method >> [addSuggestionsToShoppingList] in XML file >> [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find >> SimpleMethod XML document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) >> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >> java.lang.Thread.run(Unknown Source) >> org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML >> document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml >> org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) >> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) >> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) >> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) >> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >> java.lang.Thread.run(Unknown Source) >> -------------------------------------------------------------------------------- >> >> 2008-08-07 11:25:14,427 (default-invoker-Thread-2) [ >> SequenceUtil.java:258:INFO ] Got bank of sequenced IDs for [JobSandbox]; >> curSeqId=10450, maxSeqId=10460, bankSize=10 >> 2008-08-07 11:25:14,427 (default-invoker-Thread-2) >> [PersistedServiceJob.java:205:INFO ] Persisted Job [10440] Failed >> Re-Scheduling : 1218119294412 >> >> someone can help me? >> >> thanks >> >> >> >> Novos endereços, o Yahoo! que você conhece. Crie um email novo com a >> sua cara @ymail.com ou @rocketmail.com. >> http://br.new.mail.yahoo.com/addresses >> > |
Administrator
|
In reply to this post by jjmbconquista
OFBiz is *NOT* Opentaps
Jacques From: "jjmbconquista" <[hidden email]> > > I updated the ofbiz but now receive the error: > Set OFBIZ_HOME to - D:/workspace/opentaps-1.0 > Admin socket not configured; set to port 0 > Exception in thread "main" java.lang.ExceptionInInitializerError > at org.ofbiz.base.util.Debug.<clinit>(Debug.java:95) > at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:51) > at org.ofbiz.base.start.Start.initStartLoaders(Start.java:251) > at org.ofbiz.base.start.Start.init(Start.java:90) > at org.ofbiz.base.start.Start.main(Start.java:406) > Caused by: java.util.MissingResourceException: Can't find bundle for base > name cache, locale pt_BR > at java.util.ResourceBundle.throwMissingResourceException(Unknown Source) > at java.util.ResourceBundle.getBundleImpl(Unknown Source) > at java.util.ResourceBundle.getBundle(Unknown Source) > at > org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:220) > at > org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:216) > at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:175) > at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:59) > ... 5 more > > > jjmbconquista wrote: >> >> i excute ofbiz and get the error: >> >> >> 2008-08-07 11:24:12,399 (main) [ CatalinaContainer.java:242:INFO ] >> Started Apache Tomcat/5.5.20 >> Httpd started on port: 9989 >> Sessiond started on port: 9990 >> 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:103:INFO ] >> Started BeanShell telnet service on 9989, 9990 >> 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:104:INFO ] >> NOTICE: BeanShell service ports are not secure. Please protect the ports >> 2008-08-07 11:24:23,764 (org.ofbiz.service.jms.JmsListenerFactory@11daa0e) >> [ JmsListenerFactory.java:76 :INFO ] JMS Listener Factory Thread Finished; >> All listeners connected. >> 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ >> GenericDispatcher.java:62 :INFO ] Creating new dispatcher [JobDispatcher] >> (org.ofbiz.service.job.JobPoller@682406) >> 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ >> ServiceDispatcher.java:170:INFO ] Registered dispatcher: JobDispatcher >> 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ >> GenericDispatcher.java:132:INFO ] [LocalDispatcher] : Created Dispatcher >> for: JobDispatcher >> 2008-08-07 11:25:14,380 (default-invoker-Thread-2) [ >> JobInvoker.java:214:INFO ] Invoker: default-invoker-Thread-2 received job >> -- 1218113094139 from poller - org.ofbiz.service.job.JobPoller@682406 >> 2008-08-07 11:25:14,380 (default-invoker-Thread-2) >> [PersistedServiceJob.java:139:INFO ] >> org.ofbiz.service.job.PersistedServiceJob@b910c6[10440] -- Next runtime: >> -1 >> 2008-08-07 11:25:14,396 (default-invoker-Thread-2) [ >> UtilXml.java:246:DEBUG] XML Read 0.016s: Internal Content >> [Error] :2:12: cvc-elt.1: Cannot find the declaration of element >> 'ofbiz-ser'. >> 2008-08-07 11:25:14,396 (default-invoker-Thread-2) [ >> AbstractEngine.java:78 :INFO ] Loaded Service Locations : >> [main-rmi=rmi://localhost:1099/RMIDispatcher, >> main-http=http://localhost:8080/webtools/control/httpService, >> entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, >> entity-sync-http=http://localhost:8080/webtools/control/httpService, >> rita-rmi=rmi://localhost:1099/RMIDispatcher, >> eedcc-test=http://localhost:8080/webtools/control/httpService] >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- >> total:0.0,since last(Begin):0.0]] - 'JobDispatcher / >> addSuggestionsToShoppingList' >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> ServiceDispatcher.java:399:ERROR] >> ---- exception report >> ---------------------------------------------------------- >> Service [addSuggestionsToShoppingList] threw an unexpected exception/error >> Exception: org.ofbiz.service.GenericServiceException >> Message: Error running simple method [addSuggestionsToShoppingList] in XML >> file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not >> find SimpleMethod XML document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >> ---- stack trace >> --------------------------------------------------------------- >> org.ofbiz.service.GenericServiceException: Error running simple method >> [addSuggestionsToShoppingList] in XML file >> [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find >> SimpleMethod XML document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) >> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >> java.lang.Thread.run(Unknown Source) >> org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML >> document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml >> org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) >> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) >> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) >> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) >> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >> java.lang.Thread.run(Unknown Source) >> -------------------------------------------------------------------------------- >> >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> TransactionUtil.java:258:ERROR] >> ---- 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:257) >> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >> java.lang.Thread.run(Unknown Source) >> -------------------------------------------------------------------------------- >> >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction >> rolled back >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing >> transaction, status is STATUS_NO_TRANSACTION >> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >> GenericServiceJob.java:120:ERROR] >> ---- exception report >> ---------------------------------------------------------- >> Async-Service failed. >> Exception: org.ofbiz.service.GenericServiceException >> Message: Error running simple method [addSuggestionsToShoppingList] in XML >> file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not >> find SimpleMethod XML document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >> ---- stack trace >> --------------------------------------------------------------- >> org.ofbiz.service.GenericServiceException: Error running simple method >> [addSuggestionsToShoppingList] in XML file >> [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find >> SimpleMethod XML document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) >> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >> java.lang.Thread.run(Unknown Source) >> org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML >> document in resource: >> org/ofbiz/order/shoppinglist/ShoppingListServices.xml >> org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) >> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) >> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) >> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) >> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >> java.lang.Thread.run(Unknown Source) >> -------------------------------------------------------------------------------- >> >> 2008-08-07 11:25:14,427 (default-invoker-Thread-2) [ >> SequenceUtil.java:258:INFO ] Got bank of sequenced IDs for [JobSandbox]; >> curSeqId=10450, maxSeqId=10460, bankSize=10 >> 2008-08-07 11:25:14,427 (default-invoker-Thread-2) >> [PersistedServiceJob.java:205:INFO ] Persisted Job [10440] Failed >> Re-Scheduling : 1218119294412 >> >> someone can help me? >> >> thanks >> >> >> >> Novos endereços, o Yahoo! que você conhece. Crie um email novo com a >> sua cara @ymail.com ou @rocketmail.com. >> http://br.new.mail.yahoo.com/addresses >> > > -- > View this message in context: http://www.nabble.com/error-ofbiz-tp18871811p18875032.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > |
I see. I need now is to create a simple Order. But when execute system in eclipse receive error, i think that is error from ofbiz. Error :
2008-08-07 14:13:37,082 (default-invoker-Thread-3) [XAConnectionFactory.java:116:WARN ] no xares in rms for con org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@29ac 2008-08-07 14:13:37,082 (default-invoker-Thread-5) [PersistedServiceJob.java:139:INFO ] org.ofbiz.service.job.PersistedServiceJob@898587[10466] -- Next runtime: -1 2008-08-07 14:13:37,097 (default-invoker-Thread-5) [ UtilXml.java:246:DEBUG] XML Read 0.0s: Internal Content 2008-08-07 14:13:37,097 (default-invoker-Thread-5) [ AbstractEngine.java:78 :INFO ] Loaded Service Locations : [main-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync-http=http://localhost:8080/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService] 2008-08-07 14:13:37,113 (default-invoker-Thread-5) [ ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ ServiceDispatcher.java:399:ERROR] ---- exception report ---------------------------------------------------------- Service [addSuggestionsToShoppingList] threw an unexpected exception/error Exception: org.ofbiz.service.GenericServiceException Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ TransactionUtil.java:258:ERROR] ---- 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:257) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction rolled back 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION 2008-08-07 14:13:37,160 (default-invoker-Thread-5) [ GenericServiceJob.java:120:ERROR] ---- exception report ---------------------------------------------------------- Async-Service failed. Exception: org.ofbiz.service.GenericServiceException Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:13:37,176 (default-invoker-Thread-5) [ SequenceUtil.java:258:INFO ] Got bank of sequenced IDs for [JobSandbox]; curSeqId=10470, maxSeqId=10480, bankSize=10 2008-08-07 14:13:37,176 (default-invoker-Thread-5) [PersistedServiceJob.java:205:INFO ] Persisted Job [10466] Failed Re-Scheduling : 1218129397160 2008-08-07 14:13:37,363 (default-invoker-Thread-1) [PersistedServiceJob.java:139:INFO ] org.ofbiz.service.job.PersistedServiceJob@bafda6[10460] -- Next runtime: 1218132000000 2008-08-07 14:13:37,379 (default-invoker-Thread-1) [ ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / populateWarehouseSummaryData' 2008-08-07 14:13:37,379 (default-invoker-Thread-1) [ ServiceDispatcher.java:399:ERROR] ---- exception report ---------------------------------------------------------- Service [populateWarehouseSummaryData] threw an unexpected exception/error Exception: org.ofbiz.service.GenericServiceException Message: Cannot read script, resource [summary/populateWarehouseSummaryData.bsh] not found ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Cannot read script, resource [summary/populateWarehouseSummaryData.bsh] not found org.ofbiz.service.engine.BeanShellEngine.serviceInvoker(BeanShellEngine.java:104) org.ofbiz.service.engine.BeanShellEngine.runSync(BeanShellEngine.java:61) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ TransactionUtil.java:258:ERROR] ---- 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:257) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction rolled back 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ GenericServiceJob.java:120:ERROR] ---- exception report ---------------------------------------------------------- Async-Service failed. Exception: org.ofbiz.service.GenericServiceException Message: Cannot read script, resource [summary/populateWarehouseSummaryData.bsh] not found ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Cannot read script, resource [summary/populateWarehouseSummaryData.bsh] not found org.ofbiz.service.engine.BeanShellEngine.serviceInvoker(BeanShellEngine.java:104) org.ofbiz.service.engine.BeanShellEngine.runSync(BeanShellEngine.java:61) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:13:37,394 (default-invoker-Thread-3) [PersistedServiceJob.java:139:INFO ] org.ofbiz.service.job.PersistedServiceJob@a50916[10461] -- Next runtime: 1218132000000 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / populateWarehouseSummaryData' 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ ServiceDispatcher.java:399:ERROR] ---- exception report ---------------------------------------------------------- Service [populateWarehouseSummaryData] threw an unexpected exception/error Exception: org.ofbiz.service.GenericServiceException Message: Cannot read script, resource [summary/populateWarehouseSummaryData.bsh] not found ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Cannot read script, resource [summary/populateWarehouseSummaryData.bsh] not found org.ofbiz.service.engine.BeanShellEngine.serviceInvoker(BeanShellEngine.java:104) org.ofbiz.service.engine.BeanShellEngine.runSync(BeanShellEngine.java:61) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ TransactionUtil.java:258:ERROR] ---- 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:257) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction rolled back 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ GenericServiceJob.java:120:ERROR] ---- exception report ---------------------------------------------------------- Async-Service failed. Exception: org.ofbiz.service.GenericServiceException Message: Cannot read script, resource [summary/populateWarehouseSummaryData.bsh] not found ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Cannot read script, resource [summary/populateWarehouseSummaryData.bsh] not found org.ofbiz.service.engine.BeanShellEngine.serviceInvoker(BeanShellEngine.java:104) org.ofbiz.service.engine.BeanShellEngine.runSync(BeanShellEngine.java:61) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:16:56,611 (default-invoker-Thread-2) [ JobInvoker.java:214:INFO ] Invoker: default-invoker-Thread-2 received job -- 1218113094139 from poller - org.ofbiz.service.job.JobPoller@1fc3c84 2008-08-07 14:16:56,611 (default-invoker-Thread-2) [PersistedServiceJob.java:139:INFO ] org.ofbiz.service.job.PersistedServiceJob@15c9f9d[10470] -- Next runtime: -1 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ UtilXml.java:246:DEBUG] XML Read 0.0s: Internal Content 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ ServiceDispatcher.java:399:ERROR] ---- exception report ---------------------------------------------------------- Service [addSuggestionsToShoppingList] threw an unexpected exception/error Exception: org.ofbiz.service.GenericServiceException Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ TransactionUtil.java:258:ERROR] ---- 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:257) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction rolled back 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ GenericServiceJob.java:120:ERROR] ---- exception report ---------------------------------------------------------- Async-Service failed. Exception: org.ofbiz.service.GenericServiceException Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [PersistedServiceJob.java:205:INFO ] Persisted Job [10470] Failed Re-Scheduling : 1218129596627 2008-08-07 14:19:56,640 (default-invoker-Thread-4) [ JobInvoker.java:214:INFO ] Invoker: default-invoker-Thread-4 received job -- 1218113094139 from poller - org.ofbiz.service.job.JobPoller@1fc3c84 2008-08-07 14:19:56,640 (default-invoker-Thread-4) [PersistedServiceJob.java:139:INFO ] org.ofbiz.service.job.PersistedServiceJob@13ada[10473] -- Next runtime: -1 2008-08-07 14:19:56,640 (default-invoker-Thread-4) [ UtilXml.java:246:DEBUG] XML Read 0.0s: Internal Content 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ ServiceDispatcher.java:399:ERROR] ---- exception report ---------------------------------------------------------- Service [addSuggestionsToShoppingList] threw an unexpected exception/error Exception: org.ofbiz.service.GenericServiceException Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ TransactionUtil.java:258:ERROR] ---- 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:257) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction rolled back 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ GenericServiceJob.java:120:ERROR] ---- exception report ---------------------------------------------------------- Async-Service failed. Exception: org.ofbiz.service.GenericServiceException Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [PersistedServiceJob.java:205:INFO ] Persisted Job [10473] Failed Re-Scheduling : 1218129776655 2008-08-07 14:22:56,715 (default-invoker-Thread-5) [ JobInvoker.java:214:INFO ] Invoker: default-invoker-Thread-5 received job -- 1218113094139 from poller - org.ofbiz.service.job.JobPoller@1fc3c84 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [PersistedServiceJob.java:139:INFO ] org.ofbiz.service.job.PersistedServiceJob@54643[10474] -- Next runtime: -1 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ UtilXml.java:246:DEBUG] XML Read 0.0s: Internal Content 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ ServiceDispatcher.java:399:ERROR] ---- exception report ---------------------------------------------------------- Service [addSuggestionsToShoppingList] threw an unexpected exception/error Exception: org.ofbiz.service.GenericServiceException Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ TransactionUtil.java:258:ERROR] ---- 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:257) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) -------------------------------------------------------------------------------- 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction rolled back 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ GenericServiceJob.java:120:ERROR] ---- exception report ---------------------------------------------------------- Async-Service failed. Exception: org.ofbiz.service.GenericServiceException Message: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Error running simple method [addSuggestionsToShoppingList] in XML file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) java.lang.Thread.run(Unknown Source) ----------------------------------------
|
I suggest you start a new folder with a new check out from ofbiz trunk.
since ofbiz runs fine, then you can trace why you merging ofbiz and opentaps does not work this is why we say we don't support opentaps here. jjmbconquista sent the following on 8/7/2008 10:35 AM: > I see. I need now is to create a simple Order. But when execute system in > eclipse receive error, i think that is error from ofbiz. Error : > > > 2008-08-07 14:13:37,082 (default-invoker-Thread-3) > [XAConnectionFactory.java:116:WARN ] no xares in rms for con > org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@29ac > 2008-08-07 14:13:37,082 (default-invoker-Thread-5) > [PersistedServiceJob.java:139:INFO ] > org.ofbiz.service.job.PersistedServiceJob@898587[10466] -- Next runtime: -1 > 2008-08-07 14:13:37,097 (default-invoker-Thread-5) [ > UtilXml.java:246:DEBUG] XML Read 0.0s: Internal Content > 2008-08-07 14:13:37,097 (default-invoker-Thread-5) [ > AbstractEngine.java:78 :INFO ] Loaded Service Locations : > [main-rmi=rmi://localhost:1099/RMIDispatcher, > main-http=http://localhost:8080/webtools/control/httpService, > entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, > entity-sync-http=http://localhost:8080/webtools/control/httpService, > rita-rmi=rmi://localhost:1099/RMIDispatcher, > eedcc-test=http://localhost:8080/webtools/control/httpService] > 2008-08-07 14:13:37,113 (default-invoker-Thread-5) [ > ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since > last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' > 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ > ServiceDispatcher.java:399:ERROR] > ---- exception report > ---------------------------------------------------------- > Service [addSuggestionsToShoppingList] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML > file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not > find SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method > [addSuggestionsToShoppingList] in XML file > [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ > TransactionUtil.java:258:ERROR] > ---- 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:257) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ > TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction > rolled back > 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ > TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing > transaction, status is STATUS_NO_TRANSACTION > 2008-08-07 14:13:37,160 (default-invoker-Thread-5) [ > GenericServiceJob.java:120:ERROR] > ---- exception report > ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML > file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not > find SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method > [addSuggestionsToShoppingList] in XML file > [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,176 (default-invoker-Thread-5) [ > SequenceUtil.java:258:INFO ] Got bank of sequenced IDs for [JobSandbox]; > curSeqId=10470, maxSeqId=10480, bankSize=10 > 2008-08-07 14:13:37,176 (default-invoker-Thread-5) > [PersistedServiceJob.java:205:INFO ] Persisted Job [10466] Failed > Re-Scheduling : 1218129397160 > 2008-08-07 14:13:37,363 (default-invoker-Thread-1) > [PersistedServiceJob.java:139:INFO ] > org.ofbiz.service.job.PersistedServiceJob@bafda6[10460] -- Next runtime: > 1218132000000 > 2008-08-07 14:13:37,379 (default-invoker-Thread-1) [ > ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since > last(Begin):0.0]] - 'JobDispatcher / populateWarehouseSummaryData' > 2008-08-07 14:13:37,379 (default-invoker-Thread-1) [ > ServiceDispatcher.java:399:ERROR] > ---- exception report > ---------------------------------------------------------- > Service [populateWarehouseSummaryData] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Cannot read script, resource > [summary/populateWarehouseSummaryData.bsh] not found > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Cannot read script, resource > [summary/populateWarehouseSummaryData.bsh] not found > org.ofbiz.service.engine.BeanShellEngine.serviceInvoker(BeanShellEngine.java:104) > org.ofbiz.service.engine.BeanShellEngine.runSync(BeanShellEngine.java:61) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ > TransactionUtil.java:258:ERROR] > ---- 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:257) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ > TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction > rolled back > 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ > TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing > transaction, status is STATUS_NO_TRANSACTION > 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ > GenericServiceJob.java:120:ERROR] > ---- exception report > ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Cannot read script, resource > [summary/populateWarehouseSummaryData.bsh] not found > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Cannot read script, resource > [summary/populateWarehouseSummaryData.bsh] not found > org.ofbiz.service.engine.BeanShellEngine.serviceInvoker(BeanShellEngine.java:104) > org.ofbiz.service.engine.BeanShellEngine.runSync(BeanShellEngine.java:61) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,394 (default-invoker-Thread-3) > [PersistedServiceJob.java:139:INFO ] > org.ofbiz.service.job.PersistedServiceJob@a50916[10461] -- Next runtime: > 1218132000000 > 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ > ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since > last(Begin):0.0]] - 'JobDispatcher / populateWarehouseSummaryData' > 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ > ServiceDispatcher.java:399:ERROR] > ---- exception report > ---------------------------------------------------------- > Service [populateWarehouseSummaryData] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Cannot read script, resource > [summary/populateWarehouseSummaryData.bsh] not found > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Cannot read script, resource > [summary/populateWarehouseSummaryData.bsh] not found > org.ofbiz.service.engine.BeanShellEngine.serviceInvoker(BeanShellEngine.java:104) > org.ofbiz.service.engine.BeanShellEngine.runSync(BeanShellEngine.java:61) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ > TransactionUtil.java:258:ERROR] > ---- 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:257) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ > TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction > rolled back > 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ > TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing > transaction, status is STATUS_NO_TRANSACTION > 2008-08-07 14:13:37,410 (default-invoker-Thread-3) [ > GenericServiceJob.java:120:ERROR] > ---- exception report > ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Cannot read script, resource > [summary/populateWarehouseSummaryData.bsh] not found > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Cannot read script, resource > [summary/populateWarehouseSummaryData.bsh] not found > org.ofbiz.service.engine.BeanShellEngine.serviceInvoker(BeanShellEngine.java:104) > org.ofbiz.service.engine.BeanShellEngine.runSync(BeanShellEngine.java:61) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:16:56,611 (default-invoker-Thread-2) [ > JobInvoker.java:214:INFO ] Invoker: default-invoker-Thread-2 received job -- > 1218113094139 from poller - org.ofbiz.service.job.JobPoller@1fc3c84 > 2008-08-07 14:16:56,611 (default-invoker-Thread-2) > [PersistedServiceJob.java:139:INFO ] > org.ofbiz.service.job.PersistedServiceJob@15c9f9d[10470] -- Next runtime: -1 > 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ > UtilXml.java:246:DEBUG] XML Read 0.0s: Internal Content > 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ > ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since > last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' > 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ > ServiceDispatcher.java:399:ERROR] > ---- exception report > ---------------------------------------------------------- > Service [addSuggestionsToShoppingList] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML > file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not > find SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method > [addSuggestionsToShoppingList] in XML file > [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ > TransactionUtil.java:258:ERROR] > ---- 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:257) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ > TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction > rolled back > 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ > TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing > transaction, status is STATUS_NO_TRANSACTION > 2008-08-07 14:16:56,627 (default-invoker-Thread-2) [ > GenericServiceJob.java:120:ERROR] > ---- exception report > ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML > file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not > find SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method > [addSuggestionsToShoppingList] in XML file > [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:16:56,627 (default-invoker-Thread-2) > [PersistedServiceJob.java:205:INFO ] Persisted Job [10470] Failed > Re-Scheduling : 1218129596627 > 2008-08-07 14:19:56,640 (default-invoker-Thread-4) [ > JobInvoker.java:214:INFO ] Invoker: default-invoker-Thread-4 received job -- > 1218113094139 from poller - org.ofbiz.service.job.JobPoller@1fc3c84 > 2008-08-07 14:19:56,640 (default-invoker-Thread-4) > [PersistedServiceJob.java:139:INFO ] > org.ofbiz.service.job.PersistedServiceJob@13ada[10473] -- Next runtime: -1 > 2008-08-07 14:19:56,640 (default-invoker-Thread-4) [ > UtilXml.java:246:DEBUG] XML Read 0.0s: Internal Content > 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ > ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since > last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' > 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ > ServiceDispatcher.java:399:ERROR] > ---- exception report > ---------------------------------------------------------- > Service [addSuggestionsToShoppingList] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML > file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not > find SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method > [addSuggestionsToShoppingList] in XML file > [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ > TransactionUtil.java:258:ERROR] > ---- 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:257) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ > TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction > rolled back > 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ > TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing > transaction, status is STATUS_NO_TRANSACTION > 2008-08-07 14:19:56,655 (default-invoker-Thread-4) [ > GenericServiceJob.java:120:ERROR] > ---- exception report > ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML > file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not > find SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method > [addSuggestionsToShoppingList] in XML file > [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:19:56,655 (default-invoker-Thread-4) > [PersistedServiceJob.java:205:INFO ] Persisted Job [10473] Failed > Re-Scheduling : 1218129776655 > 2008-08-07 14:22:56,715 (default-invoker-Thread-5) [ > JobInvoker.java:214:INFO ] Invoker: default-invoker-Thread-5 received job -- > 1218113094139 from poller - org.ofbiz.service.job.JobPoller@1fc3c84 > 2008-08-07 14:22:56,731 (default-invoker-Thread-5) > [PersistedServiceJob.java:139:INFO ] > org.ofbiz.service.job.PersistedServiceJob@54643[10474] -- Next runtime: -1 > 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ > UtilXml.java:246:DEBUG] XML Read 0.0s: Internal Content > 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ > ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since > last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' > 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ > ServiceDispatcher.java:399:ERROR] > ---- exception report > ---------------------------------------------------------- > Service [addSuggestionsToShoppingList] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML > file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not > find SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method > [addSuggestionsToShoppingList] in XML file > [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ > TransactionUtil.java:258:ERROR] > ---- 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:257) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ > TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction > rolled back > 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ > TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing > transaction, status is STATUS_NO_TRANSACTION > 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [ > GenericServiceJob.java:120:ERROR] > ---- exception report > ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML > file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not > find SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method > [addSuggestionsToShoppingList] in XML file > [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > ---------------------------------------- > > > > jacques.le.roux wrote: >> OFBiz is *NOT* Opentaps >> >> Jacques >> >> From: "jjmbconquista" <[hidden email]> >>> I updated the ofbiz but now receive the error: >>> Set OFBIZ_HOME to - D:/workspace/opentaps-1.0 >>> Admin socket not configured; set to port 0 >>> Exception in thread "main" java.lang.ExceptionInInitializerError >>> at org.ofbiz.base.util.Debug.<clinit>(Debug.java:95) >>> at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:51) >>> at org.ofbiz.base.start.Start.initStartLoaders(Start.java:251) >>> at org.ofbiz.base.start.Start.init(Start.java:90) >>> at org.ofbiz.base.start.Start.main(Start.java:406) >>> Caused by: java.util.MissingResourceException: Can't find bundle for base >>> name cache, locale pt_BR >>> at java.util.ResourceBundle.throwMissingResourceException(Unknown Source) >>> at java.util.ResourceBundle.getBundleImpl(Unknown Source) >>> at java.util.ResourceBundle.getBundle(Unknown Source) >>> at >>> org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:220) >>> at >>> org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:216) >>> at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:175) >>> at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:59) >>> ... 5 more >>> >>> >>> jjmbconquista wrote: >>>> i excute ofbiz and get the error: >>>> >>>> >>>> 2008-08-07 11:24:12,399 (main) [ CatalinaContainer.java:242:INFO ] >>>> Started Apache Tomcat/5.5.20 >>>> Httpd started on port: 9989 >>>> Sessiond started on port: 9990 >>>> 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:103:INFO ] >>>> Started BeanShell telnet service on 9989, 9990 >>>> 2008-08-07 11:24:12,602 (main) [ BeanShellContainer.java:104:INFO ] >>>> NOTICE: BeanShell service ports are not secure. Please protect the ports >>>> 2008-08-07 11:24:23,764 >>>> (org.ofbiz.service.jms.JmsListenerFactory@11daa0e) >>>> [ JmsListenerFactory.java:76 :INFO ] JMS Listener Factory Thread >>>> Finished; >>>> All listeners connected. >>>> 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ >>>> GenericDispatcher.java:62 :INFO ] Creating new dispatcher >>>> [JobDispatcher] >>>> (org.ofbiz.service.job.JobPoller@682406) >>>> 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ >>>> ServiceDispatcher.java:170:INFO ] Registered dispatcher: JobDispatcher >>>> 2008-08-07 11:25:13,802 (org.ofbiz.service.job.JobPoller@682406) [ >>>> GenericDispatcher.java:132:INFO ] [LocalDispatcher] : Created Dispatcher >>>> for: JobDispatcher >>>> 2008-08-07 11:25:14,380 (default-invoker-Thread-2) [ >>>> JobInvoker.java:214:INFO ] Invoker: default-invoker-Thread-2 received >>>> job >>>> -- 1218113094139 from poller - org.ofbiz.service.job.JobPoller@682406 >>>> 2008-08-07 11:25:14,380 (default-invoker-Thread-2) >>>> [PersistedServiceJob.java:139:INFO ] >>>> org.ofbiz.service.job.PersistedServiceJob@b910c6[10440] -- Next runtime: >>>> -1 >>>> 2008-08-07 11:25:14,396 (default-invoker-Thread-2) [ >>>> UtilXml.java:246:DEBUG] XML Read 0.016s: Internal Content >>>> [Error] :2:12: cvc-elt.1: Cannot find the declaration of element >>>> 'ofbiz-ser'. >>>> 2008-08-07 11:25:14,396 (default-invoker-Thread-2) [ >>>> AbstractEngine.java:78 :INFO ] Loaded Service Locations : >>>> [main-rmi=rmi://localhost:1099/RMIDispatcher, >>>> main-http=http://localhost:8080/webtools/control/httpService, >>>> entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, >>>> entity-sync-http=http://localhost:8080/webtools/control/httpService, >>>> rita-rmi=rmi://localhost:1099/RMIDispatcher, >>>> eedcc-test=http://localhost:8080/webtools/control/httpService] >>>> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >>>> ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- >>>> total:0.0,since last(Begin):0.0]] - 'JobDispatcher / >>>> addSuggestionsToShoppingList' >>>> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >>>> ServiceDispatcher.java:399:ERROR] >>>> ---- exception report >>>> ---------------------------------------------------------- >>>> Service [addSuggestionsToShoppingList] threw an unexpected >>>> exception/error >>>> Exception: org.ofbiz.service.GenericServiceException >>>> Message: Error running simple method [addSuggestionsToShoppingList] in >>>> XML >>>> file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not >>>> find SimpleMethod XML document in resource: >>>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >>>> ---- stack trace >>>> --------------------------------------------------------------- >>>> org.ofbiz.service.GenericServiceException: Error running simple method >>>> [addSuggestionsToShoppingList] in XML file >>>> [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find >>>> SimpleMethod XML document in resource: >>>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >>>> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) >>>> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>>> java.lang.Thread.run(Unknown Source) >>>> org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML >>>> document in resource: >>>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml >>>> org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) >>>> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) >>>> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) >>>> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) >>>> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>>> java.lang.Thread.run(Unknown Source) >>>> -------------------------------------------------------------------------------- >>>> >>>> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >>>> TransactionUtil.java:258:ERROR] >>>> ---- 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:257) >>>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) >>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) >>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>>> java.lang.Thread.run(Unknown Source) >>>> -------------------------------------------------------------------------------- >>>> >>>> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >>>> TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction >>>> rolled back >>>> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >>>> TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing >>>> transaction, status is STATUS_NO_TRANSACTION >>>> 2008-08-07 11:25:14,412 (default-invoker-Thread-2) [ >>>> GenericServiceJob.java:120:ERROR] >>>> ---- exception report >>>> ---------------------------------------------------------- >>>> Async-Service failed. >>>> Exception: org.ofbiz.service.GenericServiceException >>>> Message: Error running simple method [addSuggestionsToShoppingList] in >>>> XML >>>> file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not >>>> find SimpleMethod XML document in resource: >>>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >>>> ---- stack trace >>>> --------------------------------------------------------------- >>>> org.ofbiz.service.GenericServiceException: Error running simple method >>>> [addSuggestionsToShoppingList] in XML file >>>> [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find >>>> SimpleMethod XML document in resource: >>>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >>>> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) >>>> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>>> java.lang.Thread.run(Unknown Source) >>>> org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML >>>> document in resource: >>>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml >>>> org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) >>>> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) >>>> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) >>>> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) >>>> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >>>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>>> java.lang.Thread.run(Unknown Source) >>>> -------------------------------------------------------------------------------- >>>> >>>> 2008-08-07 11:25:14,427 (default-invoker-Thread-2) [ >>>> SequenceUtil.java:258:INFO ] Got bank of sequenced IDs for [JobSandbox]; >>>> curSeqId=10450, maxSeqId=10460, bankSize=10 >>>> 2008-08-07 11:25:14,427 (default-invoker-Thread-2) >>>> [PersistedServiceJob.java:205:INFO ] Persisted Job [10440] Failed >>>> Re-Scheduling : 1218119294412 >>>> >>>> someone can help me? >>>> >>>> thanks >>>> >>>> >>>> >>>> Novos endereços, o Yahoo! que você conhece. Crie um email novo com >>>> a >>>> sua cara @ymail.com ou @rocketmail.com. >>>> http://br.new.mail.yahoo.com/addresses >>>> >>> -- >>> View this message in context: >>> http://www.nabble.com/error-ofbiz-tp18871811p18875032.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >>> >> >> > |
In reply to this post by jjmbconquista
i recommend, also, that you keep one folder for just ofbiz trunk that
you can update. &ou can run it for a sanity check to know if your problem is ofbiz or the code you are doing. then make a working folder with a second check out where you put you code. jjmbconquista sent the following on 8/7/2008 10:35 AM: > I see. I need now is to create a simple Order. But when execute system in > eclipse receive error, i think that is error from ofbiz. Error : > > > 2008-08-07 14:13:37,082 (default-invoker-Thread-3) > [XAConnectionFactory.java:116:WARN ] no xares in rms for con > org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@29ac > 2008-08-07 14:13:37,082 (default-invoker-Thread-5) > [PersistedServiceJob.java:139:INFO ] > org.ofbiz.service.job.PersistedServiceJob@898587[10466] -- Next runtime: -1 > 2008-08-07 14:13:37,097 (default-invoker-Thread-5) [ > UtilXml.java:246:DEBUG] XML Read 0.0s: Internal Content > 2008-08-07 14:13:37,097 (default-invoker-Thread-5) [ > AbstractEngine.java:78 :INFO ] Loaded Service Locations : > [main-rmi=rmi://localhost:1099/RMIDispatcher, > main-http=http://localhost:8080/webtools/control/httpService, > entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, > entity-sync-http=http://localhost:8080/webtools/control/httpService, > rita-rmi=rmi://localhost:1099/RMIDispatcher, > eedcc-test=http://localhost:8080/webtools/control/httpService] > 2008-08-07 14:13:37,113 (default-invoker-Thread-5) [ > ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since > last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' > 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ > ServiceDispatcher.java:399:ERROR] > ---- exception report > ---------------------------------------------------------- > Service [addSuggestionsToShoppingList] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML > file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not > find SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method > [addSuggestionsToShoppingList] in XML file > [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ > TransactionUtil.java:258:ERROR] > ---- 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:257) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ > TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction > rolled back > 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ > TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing > transaction, status is STATUS_NO_TRANSACTION > 2008-08-07 14:13:37,160 (default-invoker-Thread-5) [ > GenericServiceJob.java:120:ERROR] > ---- exception report > ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [addSuggestionsToShoppingList] in XML > file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not > find SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method > [addSuggestionsToShoppingList] in XML file > [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find > SimpleMethod XML document in resource: > org/ofbiz/order/shoppinglist/ShoppingListServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML > document in resource: org/ofbiz/order/shoppinglist/ShoppingListServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,176 (default-invoker-Thread-5) [ > SequenceUtil.java:258:INFO ] Got bank of sequenced IDs for [JobSandbox]; > curSeqId=10470, maxSeqId=10480, bankSize=10 > 2008-08-07 14:13:37,176 (default-invoker-Thread-5) > [PersistedServiceJob.java:205:INFO ] Persisted Job [10466] Failed > Re-Scheduling : 1218129397160 > 2008-08-07 14:13:37,363 (default-invoker-Thread-1) > [PersistedServiceJob.java:139:INFO ] > org.ofbiz.service.job.PersistedServiceJob@bafda6[10460] -- Next runtime: > 1218132000000 > 2008-08-07 14:13:37,379 (default-invoker-Thread-1) [ > ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- total:0.0,since > last(Begin):0.0]] - 'JobDispatcher / populateWarehouseSummaryData' > 2008-08-07 14:13:37,379 (default-invoker-Thread-1) [ > ServiceDispatcher.java:399:ERROR] > ---- exception report > ---------------------------------------------------------- > Service [populateWarehouseSummaryData] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Cannot read script, resource > [summary/populateWarehouseSummaryData.bsh] not found > ---- stack trace > --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Cannot read script, resource > [summary/populateWarehouseSummaryData.bsh] not found > org.ofbiz.service.engine.BeanShellEngine.serviceInvoker(BeanShellEngine.java:104) > org.ofbiz.service.engine.BeanShellEngine.runSync(BeanShellEngine.java:61) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ > TransactionUtil.java:258:ERROR] > ---- 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:257) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ > TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction > rolled back > 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ |
In reply to this post by jjmbconquista
I am also using ofbiz and get no errors
did you do ant clean-all ant run-install [hidden email] sent the following on 8/7/2008 2:08 PM: > I am using ofbiz now, but get error when execute it: > > 2008-08-07 18:04:38,217 (default-invoker-Thread-10) [ ServiceEcaRule.java:133:INFO ] For Service ECA [fixedAssetPermissionCheck] on [return] got false for condition: [hasPermission][equals][false][true][Boolean] > 2008-08-07 18:04:38,217 (default-invoker-Thread-10) [ ServiceDispatcher.java:578:INFO ] Sync service [JobDispatcher/fixedAssetPermissionCheck] finished in [609] milliseconds > 2008-08-07 18:04:38,233 (default-invoker-Thread-10) [ ServiceDispatcher.java:497:INFO ] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / createMaintsFromTimeInterval' > 2008-08-07 18:04:38,233 (default-invoker-Thread-10) [ ServiceDispatcher.java:500:ERROR] > ---- exception report ---------------------------------------------------------- > Service [createMaintsFromTimeInterval] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [createMaintsFromTimeInterval] in XML file [org/ofbiz/accounting/fixedasset/FixedAssetServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml) > ---- stack trace --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method [createMaintsFromTimeInterval] in XML file [org/ofbiz/accounting/fixedasset/FixedAssetServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:162) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:130) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:117) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 18:04:38,233 (default-invoker-Thread-10) [ TransactionUtil.java:318:WARN ] [TransactionUtil.setRollbackOnly] transaction rollback only not set, status is STATUS_NO_TRANSACTION > 2008-08-07 18:04:38,233 (default-invoker-Thread-10) [ GenericServiceJob.java:116:ERROR] > ---- exception report ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [createMaintsFromTimeInterval] in XML file [org/ofbiz/accounting/fixedasset/FixedAssetServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml) > ---- stack trace --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method [createMaintsFromTimeInterval] in XML file [org/ofbiz/accounting/fixedasset/FixedAssetServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:162) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:130) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:117) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 18:05:15,743 (default-invoker-Thread-10) [ JobInvoker.java:230:INFO ] Invoker [default-invoker-Thread-10] received job [Auto-create Fixed Asset Maintenances] from poller [org.ofbiz.service.job.JobPoller@aea710] > 2008-08-07 18:05:17,040 (default-invoker-Thread-10) [PersistedServiceJob.java:141:INFO ] org.ofbiz.service.job.PersistedServiceJob@1664f1a[10400] -- Next runtime: 1218143400000 > 2008-08-07 18:05:17,071 (default-invoker-Thread-10) [ UtilXml.java:241:INFO ] XML Read 0.031s: file:/D:/works/ofbiz/applications/accounting/script/org/ofbiz/accounting/permissions/PermissionServices.xml > 2008-08-07 18:05:17,087 (default-invoker-Thread-10) [ UtilXml.java:241:INFO ] XML Read 0.016s: file:/D:/works/ofbiz/framework/common/script/org/ofbiz/common/permission/CommonPermissionServices.xml > 2008-08-07 18:05:17,087 (default-invoker-Thread-10) [ Log.java:91 :INFO ] Checking for primary permission ACCOUNTING_CREATE > 2008-08-07 18:05:17,087 (default-invoker-Thread-10) [ ServiceEcaRule.java:133:INFO ] For Service ECA [fixedAssetPermissionCheck] on [return] got false for condition: [hasPermission][equals][false][true][Boolean] > 2008-08-07 18:05:17,087 (default-invoker-Thread-10) [ ServiceDispatcher.java:497:INFO ] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / createMaintsFromTimeInterval' > 2008-08-07 18:05:17,087 (default-invoker-Thread-10) [ ServiceDispatcher.java:500:ERROR] > ---- exception report ---------------------------------------------------------- > Service [createMaintsFromTimeInterval] threw an unexpected exception/error > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [createMaintsFromTimeInterval] in XML file [org/ofbiz/accounting/fixedasset/FixedAssetServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml) > ---- stack trace --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method [createMaintsFromTimeInterval] in XML file [org/ofbiz/accounting/fixedasset/FixedAssetServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:162) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:130) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:117) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240) > java.lang.Thread.run(Unknown Source) > -------------------------------------------------------------------------------- > > 2008-08-07 18:05:17,087 (default-invoker-Thread-10) [ TransactionUtil.java:318:WARN ] [TransactionUtil.setRollbackOnly] transaction rollback only not set, status is STATUS_NO_TRANSACTION > 2008-08-07 18:05:17,087 (default-invoker-Thread-10) [ GenericServiceJob.java:116:ERROR] > ---- exception report ---------------------------------------------------------- > Async-Service failed. > Exception: org.ofbiz.service.GenericServiceException > Message: Error running simple method [createMaintsFromTimeInterval] in XML file [org/ofbiz/accounting/fixedasset/FixedAssetServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml) > ---- stack trace --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Error running simple method [createMaintsFromTimeInterval] in XML file [org/ofbiz/accounting/fixedasset/FixedAssetServices.xml]: (Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240) > java.lang.Thread.run(Unknown Source) > org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML document in resource: org/ofbiz/accounting/fixedasset/FixedAssetServices.xml > org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:162) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:130) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:117) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:76) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:240) > java.lang.Thread.run(Unknown Source) > > > you have idea? > Thanks for any help > > > BJ Freeman wrote: >> i recommend, also, that you keep one folder for just ofbiz trunk that >> you can update. &ou can run it for a sanity check to know if your >> problem is ofbiz or the code you are doing. >> then make a working folder with a second check out where you put you code. >> >> >> jjmbconquista sent the following on 8/7/2008 10:35 AM: >>> I see. I need now is to create a simple Order. But when execute system in >>> eclipse receive error, i think that is error from ofbiz. Error : >>> >>> >>> 2008-08-07 14:13:37,082 (default-invoker-Thread-3) >>> [XAConnectionFactory.java:116:WARN ] no xares in rms for con >>> org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@29ac >>> 2008-08-07 14:13:37,082 (default-invoker-Thread-5) >>> [PersistedServiceJob.java:139:INFO ] >>> org.ofbiz.service.job.PersistedServiceJob@898587[10466] -- Next runtime: >>> -1 >>> 2008-08-07 14:13:37,097 (default-invoker-Thread-5) [ >>> UtilXml.java:246:DEBUG] XML Read 0.0s: Internal Content >>> 2008-08-07 14:13:37,097 (default-invoker-Thread-5) [ >>> AbstractEngine.java:78 :INFO ] Loaded Service Locations : >>> [main-rmi=rmi://localhost:1099/RMIDispatcher, >>> main-http=http://localhost:8080/webtools/control/httpService, >>> entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, >>> entity-sync-http=http://localhost:8080/webtools/control/httpService, >>> rita-rmi=rmi://localhost:1099/RMIDispatcher, >>> eedcc-test=http://localhost:8080/webtools/control/httpService] >>> 2008-08-07 14:13:37,113 (default-invoker-Thread-5) [ >>> ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- >>> total:0.0,since >>> last(Begin):0.0]] - 'JobDispatcher / addSuggestionsToShoppingList' >>> 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ >>> ServiceDispatcher.java:399:ERROR] >>> ---- exception report >>> ---------------------------------------------------------- >>> Service [addSuggestionsToShoppingList] threw an unexpected >>> exception/error >>> Exception: org.ofbiz.service.GenericServiceException >>> Message: Error running simple method [addSuggestionsToShoppingList] in >>> XML >>> file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not >>> find SimpleMethod XML document in resource: >>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >>> ---- stack trace >>> --------------------------------------------------------------- >>> org.ofbiz.service.GenericServiceException: Error running simple method >>> [addSuggestionsToShoppingList] in XML file >>> [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find >>> SimpleMethod XML document in resource: >>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >>> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) >>> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>> java.lang.Thread.run(Unknown Source) >>> org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML >>> document in resource: >>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml >>> org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) >>> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) >>> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) >>> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) >>> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>> java.lang.Thread.run(Unknown Source) >>> -------------------------------------------------------------------------------- >>> >>> 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ >>> TransactionUtil.java:258:ERROR] >>> ---- 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:257) >>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>> java.lang.Thread.run(Unknown Source) >>> -------------------------------------------------------------------------------- >>> >>> 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ >>> TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction >>> rolled back >>> 2008-08-07 14:13:37,129 (default-invoker-Thread-5) [ >>> TransactionUtil.java:192:WARN ] [TransactionUtil.commit] Not committing >>> transaction, status is STATUS_NO_TRANSACTION >>> 2008-08-07 14:13:37,160 (default-invoker-Thread-5) [ >>> GenericServiceJob.java:120:ERROR] >>> ---- exception report >>> ---------------------------------------------------------- >>> Async-Service failed. >>> Exception: org.ofbiz.service.GenericServiceException >>> Message: Error running simple method [addSuggestionsToShoppingList] in >>> XML >>> file [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not >>> find SimpleMethod XML document in resource: >>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >>> ---- stack trace >>> --------------------------------------------------------------- >>> org.ofbiz.service.GenericServiceException: Error running simple method >>> [addSuggestionsToShoppingList] in XML file >>> [org/ofbiz/order/shoppinglist/ShoppingListServices.xml]: (Could not find >>> SimpleMethod XML document in resource: >>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml) >>> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:81) >>> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>> java.lang.Thread.run(Unknown Source) >>> org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod XML >>> document in resource: >>> org/ofbiz/order/shoppinglist/ShoppingListServices.xml >>> org.ofbiz.minilang.SimpleMethod.getSimpleMethods(SimpleMethod.java:135) >>> org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:103) >>> org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:90) >>> org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) >>> org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:54) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>> java.lang.Thread.run(Unknown Source) >>> -------------------------------------------------------------------------------- >>> >>> 2008-08-07 14:13:37,176 (default-invoker-Thread-5) [ >>> SequenceUtil.java:258:INFO ] Got bank of sequenced IDs for [JobSandbox]; >>> curSeqId=10470, maxSeqId=10480, bankSize=10 >>> 2008-08-07 14:13:37,176 (default-invoker-Thread-5) >>> [PersistedServiceJob.java:205:INFO ] Persisted Job [10466] Failed >>> Re-Scheduling : 1218129397160 >>> 2008-08-07 14:13:37,363 (default-invoker-Thread-1) >>> [PersistedServiceJob.java:139:INFO ] >>> org.ofbiz.service.job.PersistedServiceJob@bafda6[10460] -- Next runtime: >>> 1218132000000 >>> 2008-08-07 14:13:37,379 (default-invoker-Thread-1) [ >>> ServiceDispatcher.java:396:DEBUG] [[Sync service failed...- >>> total:0.0,since >>> last(Begin):0.0]] - 'JobDispatcher / populateWarehouseSummaryData' >>> 2008-08-07 14:13:37,379 (default-invoker-Thread-1) [ >>> ServiceDispatcher.java:399:ERROR] >>> ---- exception report >>> ---------------------------------------------------------- >>> Service [populateWarehouseSummaryData] threw an unexpected >>> exception/error >>> Exception: org.ofbiz.service.GenericServiceException >>> Message: Cannot read script, resource >>> [summary/populateWarehouseSummaryData.bsh] not found >>> ---- stack trace >>> --------------------------------------------------------------- >>> org.ofbiz.service.GenericServiceException: Cannot read script, resource >>> [summary/populateWarehouseSummaryData.bsh] not found >>> org.ofbiz.service.engine.BeanShellEngine.serviceInvoker(BeanShellEngine.java:104) >>> org.ofbiz.service.engine.BeanShellEngine.runSync(BeanShellEngine.java:61) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:347) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>> java.lang.Thread.run(Unknown Source) >>> -------------------------------------------------------------------------------- >>> >>> 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ >>> TransactionUtil.java:258:ERROR] >>> ---- 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:257) >>> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:239) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:402) >>> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) >>> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:152) >>> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:73) >>> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:224) >>> java.lang.Thread.run(Unknown Source) >>> -------------------------------------------------------------------------------- >>> >>> 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ >>> TransactionUtil.java:268:INFO ] [TransactionUtil.rollback] transaction >>> rolled back >>> 2008-08-07 14:13:37,394 (default-invoker-Thread-1) [ >> >> > Quoted from: http://www.nabble.com/error-ofbiz-tp18871811p18876248.html > > > > |
In reply to this post by BJ Freeman
Hello,
Has anyone tried already ebay integration? Based on this description http://docs.ofbiz.org/display/OFBIZ/eBay+Integration I tried to generate all ebay required IDs and tokens.. Unfortunately, I can not generate eBayExport.token I tried with any browser (IE6/IE7, Mozilla 2.x/3) but the link between the developer account and real ebay account never works.. Any hits? Thanks, Flopa |
http://dev-forums.ebay.com/search.jspa?dateRange=last90days&q=user+token+error&objID=f3
Florin Popa sent the following on 8/29/2008 3:56 AM: > Hello, > > Has anyone tried already ebay integration? > > Based on this description > http://docs.ofbiz.org/display/OFBIZ/eBay+Integration > > I tried to generate all ebay required IDs and tokens.. > > Unfortunately, I can not generate eBayExport.token > I tried with any browser (IE6/IE7, Mozilla 2.x/3) but the link between > the developer account and real ebay account never works.. > > Any hits? > > Thanks, > Flopa > > > |
Free forum by Nabble | Edit this page |