Hi Christian,
controller : 2.10.6 on windows 2000 pro
postgres : 8.2.3 on debian server
java : 1.5.0_07
i use 2 same databases (with different names) on the same postgres server (a debian distribution). I have a controller with 1 virtualdatabase déclared. In the virtualdatabase configuration file, I had disabled the recoverylog section in the first time. This configuration works on windows 2000. After, I enabled the recoverylog section and i configured the database on a different server. But when i launch the controller and i try to connect on the virtualdatabase (with squirrel), i can't connect to the controller and i receive a message that say the jdbc drivers is not compliant !!!
You should get at least a warning in the log telling you which operation couldn't be performed on the driver. Main causes for a driver to be reported as non-compliant are: - impossible to get a JDBC connection: invalid driver class name or driver not found in classpath, invalid JDBC url, invalid username/password, database misconfiguration (user not created, connection not authorized from controller node IP address, ...), ... - invalid connection test statement: in your case you are using connectionTestStatement="select now();" and you should remove the trailing semicolon.

Hope this helps,
Emmanuel

--
Emmanuel Cecchet
Chief Scientific Officer, 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

Reply via email to