To prevent a memory leak, the JDBC Driver has been forcibly unregistered

后端 未结 14 1712
执念已碎
执念已碎 2020-11-22 02:15

I am getting this message when I run my web application. It runs fine but I get this message during shutdown.

SEVERE: A web application registered the

14条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 03:00

    I was having a similar problem, but additionally I was getting a Java Heap Space error anytime I modified/saved JSP pages with Tomcat server running, therefore the context were not fully recharged.

    My versions were Apache Tomcat 6.0.29 and JDK 6u12.

    Upgrading JDK to 6u21 as suggested in References section of URL http://wiki.apache.org/tomcat/MemoryLeakProtection solved the Java Heap Space problem (context now reloads OK) although JDBC Driver error still appears.

提交回复
热议问题