Neil,
Octopus classloader cannot find classes in jar files that are not explicitly added to CLASSPATH. You can either add mysql-connector-java-5.0.3-bin.jar to the XTRA_CLASSPATH environment variable or unjar it in the drivers/ directory so that Octopus can find the classes. However, I would strongly recommend to use MySQLBackuper instead of Octopus to backup/restore MySQL databases.I placed mysql-connector-java-5.0.3-bin.jar in the drivers directory of my sequoia installation (2.10.2 binary). ... Caused by: org.webdocwf.util.loader.LoaderException: Can't find driver class : org.gjt.mm.mysql.Driver ... 39 more Caused by: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver at java.net.URLClassLoader$1.run(URLClassLoader.java:200)Is there someplace I need to tell the sequoia distribution about the mysql driver jar file?
Thanks for your interest in Sequoia, Emmanuel -- Emmanuel Cecchet Chief Architect, Continuent Blog: http://emanux.blogspot.com/ Open source: http://www.continuent.org Corporate: http://www.continuent.com Skype: emmanuel_cecchet Cell: +33 687 342 685 _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
