You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brad O'Hearne <br...@neurofire.com> on 2006/02/24 16:57:16 UTC

ClassNotFoundException with maven-proxy-webapp

I am trying to load maven-proxy-webapp (war) in Tomcat and the 
tomcat.log is showing the following exception:

24 Feb 2006 22:42:35,231 - ERROR 
org.apache.catalina.core.ContainerBase.[engine_appserver].[www.mydomain.com].[/maven-proxy-webapp] 
- Exception sending context init
ialized event to listener instance of class 
org.apache.maven.proxy.webapp.listeners.Lifecycle
java.lang.NoClassDefFoundError: org/apache/maven/proxy/config/PropertyLoader
        at 
org.apache.maven.proxy.webapp.listeners.Lifecycle.initMavenProxyConfiguration(Lifecycle.java:74)
...

I took a look inside this WAR file and there is only one maven class 
inside of it: org.apache.maven.proxy.webapp.listeners.Lifecycle.

Is there a class missing or some dependency that wasn't packed in this 
WAR file?

Brad

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org