On 10/4/07, Wladimir Boton <[EMAIL PROTECTED]> wrote: > I got to turn on the log. > > I am getting the following error and I don“t know what to do. > > 2007-10-04 20:00:08,546 [http-8080-Processor25] DEBUG > org.acegisecurity.ui.webapp.AuthenticationProcessingFilter - Authentication > request failed: org.acegisecurity.AuthenticationServiceException: Could not > get JDBC Connection; nested exception is > org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of > class '' for connect URL 'null'; nested exception is > org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get > JDBC Connection; nested exception is > org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of > class '' for connect URL 'null'
That wonderful Tomcat error message usually means that something is wrong with your database connection configuration, for example incorrect database URL, username or password, or perhaps your JDBC driver jar is not the Tomcat classpath. - Dave
