Peter Courcoux wrote [10/23/2006 12:57 AM]:
...
23:35:04,535 INFO controller.RequestManager.trident Setting new virtual database schema.
23:35:04,535 INFO  sequoia.controller.cache Setting new database schema.
23:35:04,557 INFO  controller.recoverylog.RecoverThread Recovery completed
Exception in thread "RecoverThread for backend localhost" java.lang.NullPointerException at org.continuent.sequoia.controller.recoverylog.RecoverThread.startRecovery(RecoverThread.java:648) at org.continuent.sequoia.controller.recoverylog.RecoverThread.run(RecoverThread.java:174) 23:35:04,568 WARN backend.DatabaseBackend.localhost Unable to get information for locatorsUpdateCopy


RecoverThread.java:648:

    // find the correct enforceTableLocking option for this backend
boolean enforceTableLocking = requestManager.getLoadBalancer().waitForCompletionPolicy
        .isEnforceTableLocking();


Line 648 in v1.55 (sequoia-2.10.1) == line 687 in v1.57 (head).

What does your vdb.xml configuration file say ?

A+O.

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

Reply via email to