You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@juddi.apache.org by freeman <fc...@yahoo.com> on 2004/02/12 19:27:03 UTC

DB connection was not aquired

hi everyone,

i've tried installing juddi a couple of times
and i get all the way but get stuck on

- DB connection was not aquired. (Cannot create JDBC
driver of class '' for connect URL 'null')
- SELECT COUNT(*) FROM PUBLISHER failed (null)

this looks like it can't find the driver class or db
url

but in the jUDDI Properties it lists them fine
juddi.jdbcDriver: com.mysql.jdbc.Driver
juddi.jdbcURL: jdbc:mysql://localhost/juddi

does anyone know how i tell juddi to use these
properties to create the datasource ?

thanks

freeman