`
antti
  • 浏览: 66118 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

A web application registered the JBDC driver [com.mysql.jdbc.Driver] but failed

阅读更多
tomcat 6.0.33启动时,报错

he web application [/aaa] registered the JDBC driver [com.ibm.db2.jcc.DB2Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.

在网上搜索得知,一般是项目应用到了SSH组合会出这种问题,多半是Hibernate版本问题。

原因是Hibernate3.2.3已经包含hibernate-annotations-3.2.1.GA.jar,错误在于我重新加入了Annotation.jar等jar文件 ,一般如果用集成开发环境,如Eclipse,MyEclipse等,他会自带有hibernate等框架的jar包,如果我们自己再加入相同的框架(但版本不同)的jar包,就容易引起冲突
分享到:
评论

相关推荐

    JDBC驱动包,Dm7JdbcDriver17.jar。

    JDBC驱动包Dm7JdbcDriver17.jar是连接Java应用程序与达梦数据库DM7的关键组件,它简化了数据库操作的过程,使得开发者能够利用Java的强大功能处理DM7中的数据。在Spring Boot项目中,只需将驱动添加至依赖,并正确...

    DmJdbcDriver,达梦数据库maven版本,dm.jdbc.driver.DmDriver

    在Spring Boot中配置数据库连接,你需要在`application.properties`或`application.yml`中设置相关的数据库连接属性,如: ```properties spring.datasource.url=jdbc:dm://localhost:5236/dmtest spring....

    Oracle JDBC Driver

    Oracle JDBC Driver是Oracle公司提供的Java数据库连接(JDBC)驱动程序,用于在Java应用程序中与Oracle数据库进行交互。Oracle JDBC驱动分为多个版本,其中ojdbc5和ojdbc6是两个重要的版本,尤其针对Oracle数据库11g...

    Proxool-0.9.1

    SEVERE: The web application [/xxx] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has ...

    mssql-jdbc-7.4.1.jre8.jar

    标题中的“mssql-jdbc-7.4.1.jre8.jar”是一个特定版本的Microsoft SQL Server JDBC驱动程序,用于Java应用程序与SQL Server 2016之间的数据交互。这个驱动程序是Java Archive (JAR) 文件,包含了Java类和其他资源,...

    sqljdbc_8.2.2.0_chs.zip

    JDBC(Java Database Connectivity, Java 数 据 库 连 接)是 一 种可用于执行 SQL 语句的 Java API(Application Programming Interface, 应用程序设计接口)。它由一些 Java 语言编写的类和接口组成。JDBC 为数据库...

    Tomcat报错: JDBC unregister 解决办法

    The web application [web application] registered the JDBC driver [net.sourceforge.jtds.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC...

    jdbc驱动程序实例

    // 或者 Class.forName("com.mysql.jdbc.Driver"); String url = "jdbc:mysql://localhost/myDB?user=soft&password=soft1234&useUnicode=true&characterEncoding=8859_1"; // myDB为数据库名 Connection conn = ...

    Core.Web.Application.Development.with.PHP.and.MySQL.(Core)

    Core.Web.Application.Development.with.PHP.and.MySQL.(Core)

    Websphere Application Server 6.1配置JDBC数据源.doc

    在IBM WebSphere Application Server 6.1中配置JDBC数据源是将应用程序连接到数据库的关键步骤。这个过程涉及创建和配置JDBC提供程序、数据源以及相关的认证别名,以确保应用程序能够顺利地访问和操作数据库。以下是...

    Sharding-JDBC教程:Spring Boot整合Sharding-JDBC实现读写分离.docx

    sharding.jdbc.datasource.db-test0.driverClassName=com.mysql.jdbc.Driver sharding.jdbc.datasource.db-test0.url=jdbc:mysql://192.168.137.142:3306/cool?useUnicode=true&characterEncoding=utf8&tinyInt1...

    tomcat-jdbc-7.0.42.jar

    只需在`application.properties`或`application.yml`中配置数据源的相关属性,例如: ```properties spring.datasource.type=org.apache.tomcat.jdbc.pool.DataSource spring.datasource.tomcat.initial-size=5 ...

    jdbc核心代码.docx

    Class.forName("com.mysql.cj.jdbc.Driver"); // 2、 创建连接 String url ="jdbc:mysql://localhost:3306/test?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true"; String ...

    MySQL_Driver.rar

    在实际应用中,这些组件通常被整合到Java项目中,通过配置文件(如application.properties或web.xml)设定连接池参数(如最大连接数、超时时间等),然后在代码中使用DataSource对象来获取和释放连接。例如,使用...

    Building a Web Application with PHP and MariaDB.pdf

    but building the web application in the right way is not a trait mastered by many. Building a Web Application with PHP and MariaDB: A Reference Guide is aimed at taking readers to the next level and ...

    This application requires Visual Studio 2013 Redistributable.

    MySql5.7.20安装过程中报错 This application requires Visual Studio 2013 ...1: The action 'Install' for product 'MySQL Server 5.7.20' failed. 安装vcredist_64之后安装mysql就可以了 32位就安装32位的就可以了

    hive_jdbc_2.6.5.1007.zip

    连接hive所需的数据库驱动: Hive JDBC Connector 2.6.5 for Cloudera... The driver achieves this by translating calls from the application into SQL and passing the SQL queries to the underlying Hive engine.

    PHP.and.MySQL.Web.Development.5th.Edition

    The authors cover important aspects of security and authentication as they relate to building a real-world website and show you how to implement these aspects in PHP and MySQL. They also introduce ...

    mysql数据库在springboot项目中启动报错问题.docx

    1. **配置问题**:可能是由于 Spring Boot 应用中的配置文件 (`application.properties` 或 `application.yml`) 配置不正确导致的。例如,数据库连接 URL、用户名、密码等配置可能存在问题。 2. **依赖冲突**:...

    mysql安装失败

    The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 1045 Access denied for user 'root'@'localhost' (using password: YES) ...

Global site tag (gtag.js) - Google Analytics