当前位置: 代码迷 >> Java Web开发 >> tomcat报错,大家伙儿帮忙看看
  详细解决方案

tomcat报错,大家伙儿帮忙看看

热度:6526   发布时间:2013-02-25 21:11:11.0
tomcat报错,大家帮忙看看
在启动tomcat时出现这个异常~~~
希望哪位路过的大虾帮忙解决一下!!
2011-1-8 12:19:26 org.apache.coyote.http11.Http11Protocol pause
信息: Pausing Coyote HTTP/1.1 on http-8088
2011-1-8 12:19:27 org.apache.catalina.core.StandardService stop
信息: Stopping service Catalina
2011-1-8 12:19:32 org.apache.catalina.loader.WebappClassLoader loadClass
信息: Illegal access: this web application instance has been stopped already. Could not load com.mchange.v2.c3p0.impl.AbstractIdentityTokenizedBeanInfo. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
java.lang.IllegalStateException

------解决方案--------------------------------------------------------
楼主可否搜索过 tomcat+c3p0?
------解决方案--------------------------------------------------------
c3p0问题
------解决方案--------------------------------------------------------
应该是应用里面少包了
------解决方案--------------------------------------------------------
应该是少jar, Could not load com.mchange.v2.c3p0.impl.AbstractIdentityTokenizedBeanInfo.
  相关解决方案