Title: ALTRAN OUEST
OK, I've found the problem.
In each VDB config, I 've put the same URL for a database backend: jdbc:mysql://localhost/MATISSE.

It seems that the configuration check compares the URLs from the different backends.
But here localhost on host1 is not localhost on host2.
This comparison is not really correct.

Gerard

Gérard BUNEL a écrit :
Hello,

I'm currently testing some Sequoia configuration to manage failover. So I've 2 controllers holding each a VDB with each one backend.
When launch 1st controller an load VDB config. All is OK.
But when I try to load the VDB config on the second controller the following happens:

11:01:09,872 ERROR controller.virtualdatabase.MATISSEDB Virtual database configuration is not compatible with other controller settings.
11:01:10,889 ERROR controller.jmx.MBeanServer Register mbean of type sequoia:VirtualDataBase=MATISSEDB,type=VirtualDataBase.RequestManager.ParsingCache failed with error sequoia:type=VirtualDataBase.RequestManager.ParsingCache,VirtualDataBase=MATISSEDB ({2})
11:01:10,893 ERROR controller.xml.DatabasesParser The virtual database MATISSEDB could not be added to the controller (because of Error while joining group MATISSEDB (org.continuent.sequoia.common.exceptions.ControllerException: Virtual database configuration is not compatible with other controller settings.))
java.lang.Exception: Error while joining group MATISSEDB (org.continuent.sequoia.common.exceptions.ControllerException: Virtual database configuration is not compatible with other controller settings.)
        at org.continuent.sequoia.controller.virtualdatabase.DistributedVirtualDatabase.joinGroup(DistributedVirtualDatabase.java:651)
        at org.continuent.sequoia.controller.xml.DatabasesParser.endElement(DatabasesParser.java:685)
        at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1528)
        at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
 
The 2 VDB config are identical except for the name and hosts of their respective backends.
So, What's these incompatibilities mentionned in the logs ?
Any advice should be appreciated.

Gerard
--

Gérard BUNEL
Chef de Projet
____________________________________________________________________


Technopôle Brest Iroise
Site du Vernis – CS 23866
29238 Brest Cedex 3
Tél : + 33 2 98 05 43 21
Fax : + 33 2 98 05 20 34
www.altran.com


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


--

ALTRAN OUEST

Gérard BUNEL
Chef de Projet
____________________________________________________________________


Technopôle Brest Iroise
Site du Vernis – CS 23866
29238 Brest Cedex 3
Tél : + 33 2 98 05 43 21
Fax : + 33 2 98 05 20 34
www.altran.com

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

Reply via email to