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 > [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) [
