You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Ahmed Raza <ah...@amicontech.com> on 2007/03/05 15:58:47 UTC

ClassNotFoundException on startup

Hi 

I am trying to run an application using Ofbiz . But the application is not
starting . Here is the content from log file

java.lang.ClassNotFoundException:
org.ofbiz.securityext.login.LoginEventListener
	at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.jav
a:1355)
	at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.jav
a:1201)
	at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:
3711)
	at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4211)
	at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
	at
org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
	at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
	at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
	at org.apache.catalina.startup.Embedded.start(Embedded.java:821)
	at
org.ofbiz.catalina.container.CatalinaContainer.start(CatalinaContainer.java:
216)
	at
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:80)
	at org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
	at org.ofbiz.base.start.Start.startServer(Start.java:314)
	at org.ofbiz.base.start.Start.start(Start.java:318)
	at org.ofbiz.base.start.Start.main(Start.java:404)
2007-03-05 19:36:01,875 (main) [    StandardContext.java:3721:ERROR] Skipped
installing application listeners due to previous error(s)
2007-03-05 19:36:01,875 (main) [    StandardContext.java:4212:ERROR] Error
listenerStart
2007-03-05 19:36:01,906 (main) [    StandardContext.java:4239:ERROR] Context
[/recruitmate] startup failed due to previous errors
2007-03-05 19:36:04,031 (main) [      ContextFilter.java:346:INFO ] Adding
web.xml context-param to application attribute with name
[entityDelegatorName] and value [default]
2007-03-05 19:36:04,031 (main) [      ContextFilter.java:346:INFO ] Adding
web.xml context-param to application attribute with name
[localDispatcherName] and value [catalog]
2007-03-05 19:36:04,031 (main) [      ContextFilter.java:346:INFO ] Adding
web.xml context-param to application attribute with name
[mainDecoratorLocation] and value
[component://product/widget/catalog/CatalogCommonScreens.xml]
2007-03-05 19:36:04,046 (main) [      ContextFilter.java:346:INFO ] Adding
web.xml context-param to application attribute with name [serviceReaderUrls]
and value [/WEB-INF/services.xml]

can anybody provide an inside into it. 
Any help would be appreciated

Ahmed


Re: ClassNotFoundException on startup

Posted by Stefan Huehner <st...@huehner.org>.
On Mon, Mar 05, 2007 at 08:28:47PM +0530, Ahmed Raza wrote:
> Hi 
> 
> I am trying to run an application using Ofbiz . But the application is not
> starting . Here is the content from log file
> 
> java.lang.ClassNotFoundException:
> org.ofbiz.securityext.login.LoginEventListener

Without info it is hard to tell.
But i'm guessing you've installed opentaps financials in addition to
ofbiz? When that is true there is a patch file in the opentaps folder
which you have to apply when using it with ofbiz svn, so that this work
together.

Regards,
Stefan