Bug #66
opa.xml and mysql-connector-java: errors not clear
| Status: | New | Start: | 03/31/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | installation-problem | Spent time: | - | |
| Target version: | 2.0 | Velocity: | 0.00 beans per hour | |
| Story points | - | |||
| Velocity based estimate | - | |||
| Remaining hours |
Description
despite having a /usr/share/java/mysql-connector-java.jar (installed from libmysql-java package), and what I think is a working
jdbc string: jdbc:mysql://localhost:3306/opa?autoReconnect=true, I get errors:
org.apache.jasper.JasperException: javax.servlet.jsp.JspException: javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: "java.sql.SQLException: No suitable driver found for jdbc/opa"
much documentation out there suggests that the driver may in fact be found, but that the connection string may have a wrong syntax.