Hi,

What JDBC url are you using to access your controller one?
What error do you get when you try to connect?
Do you have any firewall setup on your client on controller machine?
If you want more information from the Sequoia driver, you can append '?debugLevel=debug' to your JDBC url.

Keep us posted with your progress,
Emmanuel

I am a newbie to Sequoia, and having problem connecting to Sequoia controller.

Basically, I set up two controllers on two Debian box, trying to realize HA for a common virtual database.

controller one @ 192.168.5.1 <http://192.168.5.1>
controller two @ 192.168.5.2 <http://192.168.5.2>

I have no problem starting both controllers, and I can connect to controller [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>, but I couldn't connect to controller [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>. The configurations on both controllers are identical except changes being made to reflect the difference between 192.168.5.1 <http://192.168.5.1> and 192.168.5.2 <http://192.168.5.2>. In addition, I can telnet to 192.168.5.1:1090 <http://192.168.5.1:1090>, which means port 1090 is working; also i can connect to controller [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> using the [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>, which indicates that the JMX is working as well on 192.168.5.1 <http://192.168.5.1>. I couldn't figure out! why.

*Here is the configuration from /etc/hosts
*
127.0.0.1 <http://127.0.0.1>          localhost
192.168.5.1 <http://192.168.5.1>     prod0

*and here is the controller configuration .*

<SEQUOIA-CONTROLLER>
    <Controller ipAddress="192.168.5.1 <http://192.168.5.1>" port="25322">
        <JmxSettings>
            <RmiJmxAdaptor port="1090"/>
        </JmxSettings>

<VirtualDatabase configFile="postgresl-cluster.xml" virtualDatabaseName="test" autoEnableBackends="true"/> <VirtualDatabase configFile="postgresl-cluster-filestore.xml" virtualDatabaseName="file" autoEnableBackends="true"/>
    </Controller>
</SEQUOIA-CONTROLLER>

it's the same on 192.168.5.2 <http://192.168.5.2>, except changing the ipAddress to 192.168.5.2 <http://192.168.5.2>.

Any advise will be appreciated.
------------------------------------------------------------------------

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


--
Emmanuel Cecchet
FTO @ Frog Thinker Open Source Development & Consulting
--
Web: http://www.frogthinker.org
email: [EMAIL PROTECTED]
Skype: emmanuel_cecchet

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

Reply via email to