Hi Collin, I would echo Stefan that I'm able to get it to run without invoking the gossip server.
Cheers, Robert On 2/1/08 11:10 AM, "Stefan Lischke" <[EMAIL PROTECTED]> wrote: > Hi Collin, > > You really need the gossip server? The gossip server is for environments > where you find frequently changes (add,remove) of nodes. If your setup > is static, you can work without gossip server and define the nodes > directly in the appia config. serach a little bit on this list, we > discussed such an example before. > > hth > > Stefan > > Collin Schaafsma wrote: >> 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.handleMulticastIni >>> t(UdpSimpleSession.java:272) >>> at >>> org.continuent.appia.protocols.udpsimple.UdpSimpleSession.handle(UdpSimpleSe >>> ssion.java:161) >>> at >>> org.continuent.appia.core.EventScheduler.consumeEvent(EventScheduler.java:17 >>> 3) >>> 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] >>> <mailto:[email protected]> >>> https://forge.continuent.org/mailman/listinfo/sequoia >> >> >> +----------------------------------------------------------------------+ >> | Z1 SecureMail Gateway Info - http://www.zertificon.com | >> +----------------------------------------------------------------------+ >> | - Die Nachricht war weder verschluesselt noch digital unterschrieben | >> +----------------------------------------------------------------------+ >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Sequoia mailing list >> [email protected] >> https://forge.continuent.org/mailman/listinfo/sequoia > > _______________________________________________ > Sequoia mailing list > [email protected] > https://forge.continuent.org/mailman/listinfo/sequoia -- Robert Hodges, CTO, Continuent, Inc. Email: [EMAIL PROTECTED] Mobile: +1-510-501-3728 Skype: hodgesrm _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
