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.handleMulticas tInit(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

Reply via email to