Hy,

I'm using sequoia 2.10.1.

I use one virtual database configured to use the RAIDB-1 redundant
algorithm.
During the start-up, only one backend is added to the Virtual database.

Later a new backend, which will be the backup of the first backend, is
added to the virtualdatabase.

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));


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)
        at
org.continuent.sequoia.controller.scheduler.AbstractScheduler.begin(Abst
ractScheduler.java:919)
        at
org.continuent.sequoia.controller.requestmanager.RequestManager.doBegin(
RequestManager.java:1660)
        at
org.continuent.sequoia.controller.requestmanager.RequestManager.begin(Re
questManager.java:1636)
        at
org.continuent.sequoia.controller.virtualdatabase.VirtualDatabase.begin(
VirtualDatabase.java:1147)
        at
org.continuent.sequoia.controller.virtualdatabase.VirtualDatabaseWorkerT
hread.begin(VirtualDatabaseWorkerThread.java:1817)
        at
org.continuent.sequoia.controller.virtualdatabase.VirtualDatabaseWorkerT
hread.run(VirtualDatabaseWorkerThread.java:448)

How can I get rid of this?

Thanks,

Xavier.

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

Reply via email to