2. Error in Hibernate url for mysql ? coderanch.comsee this is the last error: an 19, 2010 12:31:47 PM org.hibernate.connection.DriverManagerConnectionProvider configure INFO: using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/mysql Jan 19, 2010 12:31:47 PM org.hibernate.connection.DriverManagerConnectionProvider configure INFO: connection properties: {user=admin, password=****} Jan 19, 2010 12:31:47 PM org.hibernate.cfg.SettingsFactory buildSettings WARNING: Could not obtain connection metadata java.sql.SQLException: Access denied for user 'admin'@'localhost' (using password: YES) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2975) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:798) at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3700) at ... |
3. Cannot create JDBC driver of class '' for connect URL 'null' forum.hibernate.orgAuthor Message Basel Post subject: Cannot create JDBC driver of class '' for connect URL 'null' Posted: Sun Aug 07, 2005 4:12 pm Newbie Joined: Thu Jan 27, 2005 5:27 am Posts: 2 Hi, I am trying to use Hibernate 3 to get the list of users from a database table called USER but it seems that DBCP is ... |
4. absolut and relative path for jdbc connection-url forum.hibernate.org |
5. Cannot create JDBC driver of class '' for connect URL 'null' forum.hibernate.orgHello everybody, we want to update an existing webapplication. What we're trying to do is making Tomcat use of a dataSource. But we always end up with a Cannot create JDBC driver of class '' for connect URL 'null' - exception. First rules of log: 04/02/2008 ; 16:04:21 ; WARN ; (SettingsFactory.java:117); Could not obtain connection metadata org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC ... |
6. Cannot create JDBC driver of class '' for connect URL 'null' forum.hibernate.orgBeginner Joined: Sun Sep 25, 2005 11:57 am Posts: 29 My environment: Tomcat 6.0.18 Hibernate 3.0.5 MySql standard-4.1.14 I presently have the Datasource configured in tomcat/conf/server.xml thusly: |