首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

tomcat在启动时报的错误

2012-11-09 
tomcat在启动时报的异常在部署应用时,tomcat启动后台报如下异常日志:严重: Error filterStart2012-2-16 14

tomcat在启动时报的异常

在部署应用时,tomcat启动后台报如下异常日志:

严重: Error filterStart
2012-2-16 14:26:44 org.apache.catalina.core.StandardContext start
严重: Context [/sshdemo] startup failed due to previous errors
1297 [main] INFO? org.springframework.web.context.support.XmlWebApplicationConte
xt(148) - Closing org.springframework.web.context.support.XmlWebApplicationConte
xt@955cd5: display name [Root WebApplicationContext]; startup date [Thu Feb 16 1
4:26:43 CST 2012]; root of context hierarchy

?

严重: The web application [/sshdemo] registered the JDBC driver [com.mysql.jdbc.
Driver] but failed to unregister it when the web application was stopped. To pre
vent a memory leak, the JDBC Driver has been forcibly unregistered.
2012-2-16 14:26:44 org.apache.catalina.startup.HostConfig deployDescriptor

?

经过多方测试,发现是缺少了ongl.jar包而导致.加入此jar包问题解决. 应用架构为ssh

?

热点排行