Neil,
I have two machines each running a controller.

Each machine has an SSL tunnel from port 8800 to
port 7800 on the remote machine.

When I run my controllers, server 1 gives me this
error:
Virtual database configuration is not compatible with other controller
settings.

And server 2 gives me this one:
Backends cannot be shared between controllers
Sequoia detects backend sharing by comparing URLs. As you are probably using jdbc:...://localhost:8800 for each backend, Sequoia thinks that you are sharing the same backend (and usually localhost is not allowed because it prevents the usage of the transfer backend command). One thing you can do to fool this detection mechanism is use localhost for one backend and 127.0.0.1 for the other one (we are just doing String comparison if I remember well).

Hope this helps,
Emmanuel

--
Emmanuel Cecchet
Chief Scientific Officer, 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