You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by "Ron Grimes (Comcast)" <ro...@comcast.net> on 2011/04/26 01:13:44 UTC

Anyone Successfully Set-up This Config

All,

 

Just a shot in the dark, but has anyone managed to get 

 

Tomcat 7

CXF 2.4 

Spring 3.0.5

 

working together?

 

I've been beating my head against a wall with the following error, and am
not really sure what it's complaining about :

 

INFO: Deploying web application archive ssc-maximo.war

Apr 25, 2011 4:41:01 PM org.apache.catalina.core.StandardContext
listenerStart

SEVERE: Error configuring application listener of class
org.springframework.web.context.ContextLoaderListener

java.lang.ClassNotFoundException:
org.springframework.web.context.ContextLoaderListener

      at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.jav
a:1676)

      at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.jav
a:1521)

      at
org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceMan
ager.java:415)

      at
org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(Def
aultInstanceManager.java:397)

      at
org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceM
anager.java:118)

      at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:
4638)

      at
org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5204)

      at
org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5199)

      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)

      at java.util.concurrent.FutureTask.run(FutureTask.java:138)

      at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.ja
va:886)

      at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:9
08)

      at java.lang.Thread.run(Thread.java:662)

Apr 25, 2011 4:41:01 PM org.apache.catalina.core.StandardContext
listenerStart

SEVERE: Skipped installing application listeners due to previous error(s)

Apr 25, 2011 4:41:01 PM org.apache.catalina.core.StandardContext
startInternal

SEVERE: Error listenerStart

Apr 25, 2011 4:41:01 PM org.apache.catalina.core.StandardContext
startInternal

SEVERE: Context [/ssc-maximo] startup failed due to previous errors

 

 

I suspected the problem was with the change from servlet-api 2.5 to 3.0.
I've tried configuring it both ways to no avail. 

 

I have managed to get Tomcat 6, CXF 2.5, and Spring 3.0.5 working, but,
since I'm finally upgrading from Tomcat 5.5.26, I wanted to push it all the
way to TC 7. 

 

Any help would be greatly appreciated. 

 

 

Thanks,

 

Ron Grimes