Hi, > I study Sequoia 2.5 . > > When I use iSQL to work with Sequoia 2.5 . the iSQL reports error as > following: > > > iSQL-Viewer Console Ready... > [09:36:51] Using Driver Class(org.continuent.sequoia.driver.Driver) > Version 2.1 > [09:36:51] Driver States that it is not JDBC Compliant, Some Functions > May Not Work Correctly > Test sequoia,Error Details: As the JDBC specification states, a driver should report that it is compliant only if it fully passes the CTS (Compliance Test Suite). Even though Sequoia supports almost all aspects of the JDBC API, we do not claim to be fully compliant. This metadata can be safely ignored. > [10:00:31] There was an unexpected error while creating the service > (sequoia) could not be succesfully created. > Please check the system logs for more information. > [10:00:31] SQLException :: (SQLException occured whille attempt to > make a connection to URL[jdbc:sequoia://localhost/myDB]... nested > exception (Virtual database myDB not found on any of the controllers), > sqlcode=0, sqlstate=null) You don't have a virtual database called myDB loaded in the controller that runs on localhost. So either your JDBC URL is wrong or your virtual database configuration file does not mention the right virtual database name.
Thanks for your interest in Sequoia, Emmanuel -- Emmanuel Cecchet - Research scientist EPFL - LABOS/DSLAB - IN.N 317 Phone: +41-21-693-7558 _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
