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 [EMAIL PROTECTED] 2008-08-07 14:13:37,082 (default-invoker-Thread-5) [PersistedServiceJob.java:139:INFO ] [EMAIL PROTECTED] -- 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 ] [EMAIL PROTECTED] -- 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 ] [EMAIL PROTECTED] -- 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 - [EMAIL PROTECTED] 2008-08-07 14:16:56,611 (default-invoker-Thread-2) [PersistedServiceJob.java:139:INFO ] [EMAIL PROTECTED] -- 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 - [EMAIL PROTECTED] 2008-08-07 14:19:56,640 (default-invoker-Thread-4) [PersistedServiceJob.java:139:INFO ] [EMAIL PROTECTED] -- 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 - [EMAIL PROTECTED] 2008-08-07 14:22:56,731 (default-invoker-Thread-5) [PersistedServiceJob.java:139:INFO ] [EMAIL PROTECTED] -- 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" <[EMAIL PROTECTED]> >> >> 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 >>> ([EMAIL PROTECTED]) >>> [ JmsListenerFactory.java:76 :INFO ] JMS Listener Factory Thread >>> Finished; >>> All listeners connected. >>> 2008-08-07 11:25:13,802 ([EMAIL PROTECTED]) [ >>> GenericDispatcher.java:62 :INFO ] Creating new dispatcher >>> [JobDispatcher] >>> ([EMAIL PROTECTED]) >>> 2008-08-07 11:25:13,802 ([EMAIL PROTECTED]) [ >>> ServiceDispatcher.java:170:INFO ] Registered dispatcher: JobDispatcher >>> 2008-08-07 11:25:13,802 ([EMAIL PROTECTED]) [ >>> 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 - [EMAIL PROTECTED] >>> 2008-08-07 11:25:14,380 (default-invoker-Thread-2) >>> [PersistedServiceJob.java:139:INFO ] >>> [EMAIL PROTECTED] -- 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. >> >> > > > -- View this message in context: http://www.nabble.com/error-ofbiz-tp18871811p18875785.html Sent from the OFBiz - User mailing list archive at Nabble.com.
