I guess that is what I did
localhost:1090 > load virtualdatabase configuration
/usr/sequoia-2.10.1/config/virtualdatabase/itecban-recovery-mysql.xml
XML file /usr/sequoia-2.10.1/config/virtualdatabase/itecban-recovery-mysql.xml
successfully sent to Sequoia controller.
localhost:1090 > load virtualdatabase configuration
/usr/sequoia-2.10.1/config/virtualdatabase/itecban-mysql.xml
Loading of virtual databases configuration file failed (because of
Failed to create JDBC RecoveryLog).

I started the controller, then I loaded first the recovery database
xml configuration, second I loaded the user database.

I am only running 1 controller in one node. So I guess I am doing
something wrong
Thanks

Should I change the itecban-mysql.xml and point directly to mysql
instead of passing throught sequoia? I will try it though.

On 10/31/06, Emmanuel Cecchet <[EMAIL PROTECTED]> wrote:
Alfonso,

> localhost:1090 > load virtualdatabase configuration
> /usr/sequoia-2.10.1/config/virtualdatabase/itecban-mysql.xml
> Loading of virtual databases configuration file failed (because of
> Failed to create JDBC RecoveryLog).
>
> ...
> 10:13:47,261 ERROR controller.xml.DatabasesParser Failed to create
> JDBC RecoveryLog
> java.lang.RuntimeException: Unable to connect to the database:
> java.sql.SQLException: Failed to get connection
> (java.sql.SQLException: No controller is available to accept
> connections)
> ...
You decided to implement your recovery log using another Sequoia cluster
as defined below:
>            <RecoveryLog driver="org.continuent.sequoia.driver.Driver"
>
> url="jdbc:sequoia://localhost:25325/ITECBAN_RECOVERY_DB"
>                      login="itecban"
>                      password="itecban">
You must first start that recovery db cluster before starting the other
one. A controller will refuse to load a virtual database if it cannot
setup the recovery database (which in your case does not seem to be
available).

Hope this helps,
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


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

Reply via email to