In lieu of creating a new tomcat post, I am piggybacking on this tomcat post.
I am running into the following error when deploying SM as a tomcat webapp. May 4, 2006 9:45:59 AM org.springframework.web.context.ContextLoader initWebApplicationContext SEVERE: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jbi' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/activeio/FactoryFinder java.lang.NoClassDefFoundError: org/activeio/FactoryFinder Steps to reproduce: 1.downloaded SM from svn trunk as of yesterday 04-MAY-06. 2.run maven (adding option to bypass tests) 3.copied war from C:\java\sm1\trunk\servicemix-assembly\target\incubator-servicemix-3.0-SNAPSHOT\bin\incubator-servicemix-3.0-SNAPSHOT\examples\servicemix-web to C:\java\apache-tomcat-5.5.15\webapps 4.from CATALINA_HOME/bin run startup.bat I poked around inside of WEB-INF/lib of the deplyed application and noticed activeio-core-3.0-beta1.jar, thinking that the aforementioned missing class,org/activeio/FactoryFinder, would be found. Instead I see the path org.apache.activeio.util. Is this the missing class. Or should it be resolved to another jar, which I am not including? Thanks and regards, Mark -- View this message in context: http://www.nabble.com/Deploying-Building-servicemix-3.0-SNAPSHOT-for-tomcat-t1528309.html#a4230050 Sent from the ServiceMix - User forum at Nabble.com.
