It appears that I have answered my own question. I started the gossip server after starting the controller, then started my other controller and they see each other now. Sorry for the bother.

Thanks!




On Feb 1, 2008, at 12:53 AM, Collin Schaafsma wrote:

Hi folks.

I have installed sequoia 2.10.9 on Red Hat 5 x86_64. I have appia-3.3.1 installed and I'm using the default config for gossipserver.sh.

I am able to start my controllers on both servers only when the gossip server is not running. Problem is without the gossip server my controllers don't see each other. Here is the piece of my appia.xml file.

<channel name="TCP SEQ Channel" template="tcp_sequencer" initialized="yes"> <memorymanagement size="40000000" up_threshold="15000000" down_threshold="7000000" />
        <chsession name="hederalayer">
                <parameter name="gossip_address">224.1.1.5</parameter>
        </chsession>
</channel>

I have tried with and without the default port.

Here is the error I get..

java.net.BindException: Address already in use
        at java.net.PlainDatagramSocketImpl.bind(Native Method)
        at java.net.DatagramSocket.bind(DatagramSocket.java:368)
        at java.net.MulticastSocket.<init>(MulticastSocket.java:147)
        at java.net.MulticastSocket.<init>(MulticastSocket.java:112)
at org.continuent.appia.protocols.udpsimple.UdpSimpleSession.handleMultic astInit(UdpSimpleSession.java:272) at org.continuent.appia.protocols.udpsimple.UdpSimpleSession.handle (UdpSimpleSession.java:161) at org.continuent.appia.core.EventScheduler.consumeEvent (EventScheduler.java:173)
        at org.continuent.appia.core.Appia.instanceRun(Appia.java:141)
at org.continuent.hedera.appia.AppiaThread.run (AppiaThread.java:96)
Error creating/joining the multicast socket

I must be missing something obvious, but the docs say to start the gossip server up first. Everything else works fine... I just can't get my controllers to see each other with or without the gossip server. Please let me know if you need me to provide more info and configs.

If anyone can help I would greatly appreciate it.

Collin





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

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

Reply via email to