Hi Dominik On Wed, 2004-07-21 at 12:49, Dominik Rau wrote: > Hi. > > Gerrit Voss wrote: > > >hmm even more strange a rebuild of OpenSG fixed this one over here. > >During your update did you just update OpenSG and run make again > >or did you do a full rebuild ??. Could you update OpenSG and run > >a full rebuild just to make sure everything is current. > > > Ok, done: cvs update, make clean & make - but unfortunately, nothing > changed here. It still doesn't work. > > >If despite > >of this the clustering still does not work we have to dig deeper ;-( > >Just for verification could you try to run both client & server on > >the same machine and let me know the results just to eliminate the > >network (but from the log this should not make a difference). > > > > > StreamSock works fine if I run the server and the client on the same > machine, MultiCast does not. The logs are attached.
The problem can be that your machine thinks it's name is "localhost". This often happens if /etc/hosts only contains this line 127.0.0.1 localhost If this is true try adding your machines IP and name to this file. Also make sure that the hostname command doesn't return "localhost", by setting the host name (hostname opensgbox) if necessary. /Rasmus -- Rasmus Agerholm Research Assistant VR Media Lab (+45) 9635 8792 Niels Jernes Vej 14 DK-9220 Aalborg Phone: (+45) 9635 8784 Fax: (+45) 9815 2444 http://www.vrmedialab.dk/~rasta ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
