Miles,
The problem is once I start sequoia using the default controller.xml
file. It starts up correctly, but then when I try to load the driver
from the CLI:
localhost:1090 > load driver com.mysql.jdbc.Driver
Failed to load driver com.mysql.jdbc.Driver
(java.lang.ClassNotFoundException: com.mysql.jdbc.Driver)
You are trying to load the MySQL driver in the console and not in the
controller. If you want to use the console to connect to a MySQL
database (without going through the controller), add the MySQL driver to
the console classpath (edit console.sh or use the CLASSPATH_XTRA
environment variable that is automatically appended to the CLASSPATH).
Just copy the MySQL JDBC driver jar file in the controller's drivers/
directory as indicated in the documentation if you want the driver to be
accessible by the controller.
So of course my real virtual database xml config isn't working because
of this. The log just shows:
ERROR Loading of virtual databases configuration file failed (because
of Failed to create JDBC RecoveryLog).
No, this is unrelated, you probably have a problem in your recovery log
configuration. That is another issue.
Thanks for your interest in Sequoia,
Emmanuel
--
Emmanuel Cecchet
FTO @ Frog Thinker
Open Source Development & Consulting
--
Web: http://www.frogthinker.org
email: [EMAIL PROTECTED]
Skype: emmanuel_cecchet
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia