|
From: Brian W. <br...@gm...> - 2006-04-13 13:01:56
|
Every time I start tomcat, I get a JDBCConnectionException. - My db name is oreka. - Db username password is as below. - DB is set to port 3306. No software firewall on my server. Port 3306 = is opened up on the router. - Tomcat and mysql reside on the same machine. Is there something wrong with my =3D"hibernate.connection.url" ? My connection settings: <property = name=3D"hibernate.connection.url">jdbc:mysql://localhost/oreka</property>= <property name=3D"hibernate.connection.password">bwest</property> <property name=3D"hibernate.connection.username">root</property> Error Text: 08:54:57,015 root INFO - = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 08:54:57,015 root INFO - orkweb starting ... 08:54:57,687 net.sf.oreka.HibernateManager ERROR - Hibernate = error:org.hibernate.exception.JDBCConnectionException Brian |