Hi, On Jun 1, 2006, at 5:49 PM, Dylan Hansen wrote: Hi Nuno, thanks for your work on this! Hum... strange. I used the Hedera ChannelPerformanceTest and it worked. You can try that without Sequoia, for instance by running a gossip server. Just set the classpath to the new jar file and run the gossip server shell script and you will see the debug messages for sure.
Ok, so this could be because of the gossip service.
As a gossip service, Appia is using (as default configuration) the address 224.1.1.5, and the default port is 10000. If this address can be used in your network, they should see each other. If not, you can try to change this to an available address. This is changed in the following arameter: <parameter name="gossip_address">224.1.1.5</parameter>
A good way of testing this kind of problems is NOT using a multicast address as gossip. Instead of this, it is better to use a gossip server like this: 1) start a gossip server in one of the machines, for instance in 192.168._.11 bin/gossipServer.sh -solo -debug With the -debug option, you will see a periodic println with a list of peers. Something like: appia:gossipServer:GossipServerSession: handleTimer clients={} 2) set the gossip_address parameter (in the appia.xml file) to the address where is running the gossip server. For instance: <parameter name="gossip_address">192.168._.11</parameter> 3) start the controllers. When you start the controllers, their addresses should appear in the list that the gossip server periodically prints. Can you post the result here? I hope this helps to solve this issue. Cheers, -- Nuno Carvalho University of Lisbon, Portugal |
_______________________________________________ Hedera mailing list [email protected] https://forge.continuent.org/mailman/listinfo/hedera
