org.ofbiz.service.GenericServiceException: Cannot find an engine definition for the engine name [java] in the serviceengine.xml file
------------------------------------------------------------------------------------------------------------------------------------
Key: OFBIZ-2793
URL:
https://issues.apache.org/jira/browse/OFBIZ-2793 Project: OFBiz
Issue Type: Question
Reporter: yangling
Most of times it is ok after server starts,but sometimes the error occurs after server starts, the error is:
org.ofbiz.service.GenericServiceException: Cannot find an engine definition for the engine name [java] in the serviceengine.xml file
at org.ofbiz.base.util.GeneralException.<init>(GeneralException.java:46)
at org.ofbiz.service.GenericServiceException.<init>(GenericServiceException.java:33)
at org.ofbiz.service.engine.GenericEngineFactory.getGenericEngine(GenericEngineFactory.java:57)
at org.ofbiz.service.ServiceDispatcher.getGenericEngine(ServiceDispatcher.java:750)
at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:267)
at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:204)
at org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:138)
at org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:67)
at org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:230)
at java.lang.Thread.run(Thread.java:735)
Have anyone encountered the error?Can anybody give me some help?
Thanks very much!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.