I wrote up a blog post about a week ago about trying to debug why Federation might not be working. You can read it at
Debugging Wave Server Configuration http://www.orient-lodge.com/node/3859 (comments, suggestions, etc appreciated) Following the debugging there, I note that dig +short -t SRV _xmpp-server._tcp.devunity.com does not return anything. You might want to set up an SRV record, even thought it isn't absolutely necessary. More importantly telnet devunity.com 5269 times out. So, if you try to contact any other wave servers, they can't contact you back. Try poking a hole in the firewall for 5269 wavesandbox is a weird waveserver to start federation with. dig +short -t SRV _xmpp-server._tcp.wavesandbox.com doesn't return anything. telnet wavesandbox.com 5269 times out. However, telnet wave.wavesandbox.com 5269 connects, and that is ultimately where the connection goes, so the error messages you get below really aren't telling you why you can't connect. If you want to test, try adding [email protected] to one of your waves, and/or joining the Google Wave Federation Testing discussion on the Google Wave Preview. Aldon -----Original Message----- From: [email protected] [mailto:[email protected]]on Behalf Of Leeron Sent: Tuesday, December 15, 2009 2:45 PM To: Wave Protocol Subject: Couldn't find wave on wavesandbox.com What am I missing here? I've set up the FedOne server on my machine, and everything seem to work fine - beside the most important thing, federation. My FedOne is saying: "Couldn't find wave on wavesandbox.com" Openfire says: <iq type="error" id="3932-3" to="wave.devunity.com" from="wave.wavesandbox.com"> <query xmlns="http://jabber.org/protocol/disco#info"/> <error code="404" type="cancel"> <remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp- stanzas"/> </error> </iq> And on the openfire log, i see: [org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoing Session (LocalOutgoingServerSession.java:258)] Error trying to connect to remote server: wavesandbox.com(DNS lookup: wavesandbox.com:5269) Are there any known issues that cause that particular problem? Something about my configuration? Any clue will be much appreciated. Thanks, Leeron -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en. -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
