- 
        1. Re: AutoDiscovery doesn't work while multicast is enabledbelaban Nov 30, 2002 6:36 PM (in response to citystory)Have you set bind_addr correctly ? I suggest to search this forum for "bind_addr" and read the replies. This may correct your problem. 
 Bela
- 
        2. Re: AutoDiscovery doesn't work while multicast is enabledcitystory Dec 2, 2002 5:29 AM (in response to citystory)Dear bela, 
 Thanks for your reply.
 I already set UDP(bind_addr=127.0.0.1;mcast_addr=...)
 Citystory
- 
        3. Re: AutoDiscovery doesn't work while multicast is enabledbelaban Dec 2, 2002 11:23 AM (in response to citystory)Note that 127.0.0.1 doesn't work on Solaris 8 boxes (for example). It *does* work on Linux 2.4 kernels. 
 Do you still have min_wait_time in the UNICAST config for JavaGroups ? You'll need to remove it.
 Also, to see what's going on you'll need to enable tracing in JavaGroups (see my earlier posts, search for javagroups.properties).
 Bela
- 
        4. Re: AutoDiscovery doesn't work while multicast is enabledcitystory Dec 9, 2002 10:56 AM (in response to citystory)Hi bela, 
 I tested java org.javagroups.demos.Draw
 When I draw on one white board, another board is also updated. However, both title bars shows only "1" member instead of "2". What is wrong going?
 ps. I used IP UDP Multicast and bind to interface lo
- 
        5. Re: AutoDiscovery doesn't work while multicast is enabledcitystory Dec 9, 2002 11:02 AM (in response to citystory)Hi bela, 
 I test java org.javagroups.demos.Draw
 Drawing on one whiteboard also updates the other whiteboard
 However, both title bars display only "1" member instead of "2"
 ps. I used UDP multicast on lo interface
- 
        6. Re: AutoDiscovery doesn't work while multicast is enabledcitystory Dec 9, 2002 11:03 AM (in response to citystory)Hi bela, 
 I test java org.javagroups.demos.Draw
 Drawing on one whiteboard also updates the other whiteboard
 However, both title bars display only "1" member instead of "2"
 ps. I used UDP multicast on lo interface
 
    