Did you try canceling the job?
-Adrian
Phillip Rhodes wrote:
Hi,
In the webtools, I see hundreds(maybe more) of instances of
addSuggestionsToShoppingList in the job list. I see that it is failing
(log excerpt below). How can I delete/clean the slate so that ofbiz
runs smoothly?
Thank you.
Phillip
I see in the log files:
Service [addSuggestionsToShoppingList] threw an unexpected exception/error
Exception: org.ofbiz.service.ServiceAuthException
Message: User authorization is required for this service:
addSuggestionsToShoppingList
---- stack trace
---------------------------------------------------------------
org.ofbiz.service.ServiceAuthException: User authorization is required
for this service: addSuggestionsToShoppingList
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:315)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Thread.java:619)
-------------------------------------