I've installed the MySQL JDBC driver on my CentOS 5 system and set up the
path to the .jre in the classpath. I can verify that the jvm can find the
driver by running:

java com.mysql.jdbc.Driver

and I get:

Exception in thread "main" java.lang.NoSuchMethodError: main

So, from the JVM's perspective, the driver is there.

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)


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).

Any ideas on what could be going on here? I've tried manually editing the
CLASSPATH setup used in the "controller.sh" startup script to point to the
mysql driver, but it still doesn't work.

TIA for any help.
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to