|
I am trying to run my application with the current
myFaces sources from svn. (Maven is working fine now and I could compile
everything) But my App does not start anymore. I am getting the
following error message with tomcat 5.5.12: 19.05.2006 17:25:48
org.apache.catalina.core.StandardContext start SCHWERWIEGEND: Error listenerStart 19.05.2006 17:25:48
org.apache.catalina.core.StandardContext start SCHWERWIEGEND: Context [/test] startup failed due to
previous errors 19.05.2006 17:25:49
org.apache.catalina.core.ApplicationContext log Could anbody have a look at my classpath, whether I
use the right jar versions? My classpath: <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar"/> <classpathentry exported="true"
kind="lib"
path="/myfaces-api/target/myfaces-api-1.1.4-SNAPSHOT.jar"/> <classpathentry
exported="true" kind="lib"
path="/myfaces-impl/target/myfaces-impl-1.1.4-SNAPSHOT.jar"/> <classpathentry
exported="true" kind="lib" path="/tomahawk/target/tomahawk-1.1.3-SNAPSHOT.jar"/> <classpathentry
exported="true" kind="lib"
path="/myfaces-shared-tomahawk/target/myfaces-shared-tomahawk-2.0.2-SNAPSHOT.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/commons-beanutils-1.7.0.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/commons-codec-1.3.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/commons-collections-3.1.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/commons-digester-1.6.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/commons-el-1.0.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/commons-validator.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/jakarta-oro.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/jstl-1.1.0.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/standard.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/struts.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/commons-lang-2.1.jar"/> <classpathentry kind="lib"
path="WebRoot/WEB-INF/lib/commons-fileupload-1.0.jar"/> <classpathentry
exported="true" kind="lib"
path="/tomahawk-sandbox/target/tomahawk-sandbox-1.1.3-SNAPSHOT.jar"/> Any ideas what's going wrong here? Michael |

