Xavier,

The second database is added thanks to the following code :

vd.addBackend(backupBackend, false);

//Always one checkpoint
vd.enableBackendFromCheckpoint("backup", (String) vd
.viewCheckpointNames().get(0));
Do you execute that code through JMX?
All seems to works but in the log, I see the following error message:
2006/10/24 16:56:02 FATAL [aseWorkerThread-cockpitDB]
RequestManager.cockpitDB       - Runtime exception in begin.
java.lang.NullPointerException
        at
org.continuent.sequoia.controller.scheduler.AbstractScheduler.addSuspend
edRequest(AbstractScheduler.java:2128)
Looking at the code it looks like an uninitialized total order queue for the virtual database. I don't know how you managed to do this? Did you try to setup your whole virtual database programmatically ?

Could you provide us with your config file for further investigation?

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

Reply via email to