i have a cocoon application which i used already some time.When i tried to
reinstall it and tried to start it with jetty:run i get the following error.:
[ERROR] Failed startup of context
org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@3c3562c0{/,/home/braun/appfuse/braunimmobilien/cocoon/target/rcl/webapp}java.lang.RuntimeException:
Cannot invoke listener
org.springframework.web.context.ContextLoaderListener@6468904c
and later
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException:
Unable to read spring configurations from classpath*:META-INF/cocoon/spring;
nested exception is
org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
Configuration problem: Unexpected failure during bean definition
parsingOffending resource: URL
[jar:file:/home/braun/.m2/repository/org/apache/cocoon/cocoon-jnet/1.2.2/cocoon-jnet-1.2.2.jar!/META-INF/cocoon/spring/cocoon-jnet-collector.xml]Bean
'org.apache.cocoon.jnet.URLHandlerFactoryCollector'; nested exception is
java.lang.NoSuchMethodError:
org.springframework.util.ClassUtils.forName(Ljava/lang/String;)Ljava/lang/Class;
I could not find out what i made wrong.