Gérard, On 5/24/07, Gérard BUNEL <[EMAIL PROTECTED]> wrote:
Doing some tests on constraints violations, using mysql DB, I've got a ClassNotFoundException about a MySQL Exception class (see below). I've checked the jar in the drivers directory and this class exists in the jar. What's wrong here ? It seems that's appia that generates this exception. Any help should be welcome
IIRC, it's a classloader problem. I don't remember exactly what the problem was but it's a common problem with Sequoia/PostgreSQL installations. We used to add the PostgreSQL driver jar in the classpath of the controller to fix the problem. You have a CLASSPATH_XTRA environment variable to do that (not sure about the name, check it in the controller.sh script). HTH -- Guillaume _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
