Login  Register

OFBiz install won't start - Embedded service not yet been started

Posted by shikarishambu on Nov 04, 2009; 11:33pm
URL: http://ofbiz.116.s1.nabble.com/OFBiz-install-won-t-start-Embedded-service-not-yet-been-started-tp448716.html

I got the source code from the SVN trunk built it and then clicked startofbiz.bat. I get a command window/ stack trace and the command window closes

the log file has the following entries
---- exception report ----------------------------------------------------------
Exception: org.apache.catalina.LifecycleException
Message: Embedded service has not yet been started
---- stack trace ---------------------------------------------------------------
LifecycleException:  Embedded service has not yet been started
org.apache.catalina.startup.Embedded.stop(Embedded.java:849)
org.ofbiz.catalina.container.CatalinaContainer.stop(CatalinaContainer.java:598)
org.ofbiz.base.container.ContainerLoader.unload(ContainerLoader.java:108)
org.ofbiz.base.start.Start.shutdownServer(Start.java:309)
org.ofbiz.base.start.Start.access$000(Start.java:52)
org.ofbiz.base.start.Start$1.run(Start.java:286)
--------------------------------------------------------------------------------

How do I fix this error and get ofbiz to work?

TIA