sirenzui 2011-10-14 16:43
浏览 336
已采纳

关闭Tomcat(7.0)老出现这样的严重提示是什么原因?

SSH项目,用DBCP连接数据库,下面是提示信息

2011-10-14 15:19:39 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [/marketservice] registered the JDBC driver [oracle.jdbc.driver.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
2011-10-14 15:19:39 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/marketservice] appears to have started a thread named [FileWatchdog] but has failed to stop it. This is very likely to create a memory leak.
2011-10-14 15:19:39 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/marketservice] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak.
2011-10-14 15:19:39 org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
严重: The web application [/marketservice] created a ThreadLocal with key of type com.opensymphony.xwork2.inject.ContainerImpl$10 and a value of type java.lang.Object[] but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
2011-10-14 15:19:39 org.apache.coyote.AbstractProtocolHandler stop
信息: Stopping ProtocolHandler ["http-bio-8080"]
2011-10-14 15:19:39 org.apache.coyote.AbstractProtocolHandler stop
信息: Stopping ProtocolHandler ["ajp-bio-8009"]

  • 写回答

3条回答 默认 最新

  • long13131462101 2011-10-14 21:41
    关注

    [code="java"]



    com.mysql.jdbc.Driver


    jdbc:mysql://localhost:3306/student


    root


    wj

    [/code]

    我的是mysql的,你换个驱动换成oracle,就行了,不行加我QQ503229799我帮你解决

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 ansys fluent计算闪退
  • ¥15 有关wireshark抓包的问题
  • ¥15 需要写计算过程,不要写代码,求解答,数据都在图上
  • ¥15 向数据表用newid方式插入GUID问题
  • ¥15 multisim电路设计
  • ¥20 用keil,写代码解决两个问题,用库函数
  • ¥50 ID中开关量采样信号通道、以及程序流程的设计
  • ¥15 U-Mamba/nnunetv2固定随机数种子
  • ¥15 vba使用jmail发送邮件正文里面怎么加图片
  • ¥15 vb6.0如何向数据库中添加自动生成的字段数据。