1、严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener2、严重: Exception sending context initialized event to listener instance of class org.appfuse.webapp.listener.StartupListener3、严重: Exception sending context initialized event to listener instance of class org.acegisecurity.ui.session.HttpSessionEventPublisher
启动的时候报
严重: Error listenerStart
2009-8-31 11:01:50 org.apache.catalina.core.StandardContext start
严重: Context [/r500] startup failed due to previous errors然后检查日志 发现这3个错误。可以确定代码和配置没问题。觉得是jar包的问题,各位有没有遇到过这种情况的? 麻烦给个答案,谢谢。

解决方案 »

  1.   

    1、严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener 
    可能是spring的配置文件有问题。其他的也可能是配置或者是路径的问题,最好看看更多的log提示
      

  2.   

    你有没有看一下你的dtd,可能是dtd的错
      

  3.   

    deploy another example,then test it!
    if that continue!use this bat @echo off
    for /l %%i in (1,1,20) do @echo 正在清理asm-2.2.3.jar,请稍等......|del /f /s /q  E:\cpoa\.metadata\.me_tcat\webapps\cpoa\WEB-INF\lib\asm-2.2.3.jar|del /f /s /q  E:\cpoa\.metadata\.me_tcat\webapps\cpoa\WEB-INF\lib\asm.jar|del /f /s /q  E:\cpoa\.metadata\.me_tcat\webapps\cpoa\WEB-INF\lib\asm-attrs.jar|del /f /s /q  E:\cpoa\.metadata\.me_tcat\webapps\cpoa\WEB-INF\lib\asm-commons-2.2.3.jar|del /f /s /q  E:\cpoa\.metadata\.me_tcat\webapps\cpoa\WEB-INF\lib\asm-util-2.2.3.jar|del /f /s /q  E:\cpoa\.metadata\.me_tcat\webapps\cpoa\WEB-INF\lib\cglib-2.1.3.jar|echo 清理asm-2.2.3.jar完成!|echo. & pause
      

  4.   

    公司的项目在别人机器上搭建都没事,我checkout下来搭建就出问题了。。配置方面确定是没事的。另外该删的和该添加的jar包项目里也都有。。但还是不行。。