Hi Ralf Thanks for the instructions on your blog. I've followed them, but I'm stuck at the moment at the same point described above.
I.e. I get receipts from wavesandbox.com, but I'm not seeing anything in the wave sandbox client. Did that turn out to be a certificate issue? I'm using StartSSl certificates... Thanks Benjamin On Nov 3, 7:06 pm, 24z <[email protected]> wrote: > We've executed all steps outlined in the various wiki articles to set > up federation. We're using a CAcert.org issued certificate/key. We've > set ping-server in run-server.sh to wavesandbox.com. > > Below is the console output when running ./run-server.sh. > > Can anybody confirm that we're in deed getting connected to the Wave > sandbox? > > When doing > > /new > /open 0 > /add <name>@wavesandbox.com > > in the console client, no new waves appear at the > <name>@wavesandbox.com user. Also vice-versa: When adding a user > running on our wave server from within wavesandbox.com, the new wave > does not appear in the console client. Any ideas? > > CONSOLE OUTPUT: > > wave:~/wave-protocol# ./run-server.sh > Nov 3, 2009 6:58:31 PM > org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl <init> > INFO: Wave Server configured to host local domains: [24zlabs.com] > Nov 3, 2009 6:58:31 PM org.waveprotocol.wave.examples.fedone.ServerMain > $RpcInetSocketAddressFactory <init> > INFO: Starting client frontend on host: 24zlabs.com port: 9876 > Nov 3, 2009 6:58:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > initialize > INFO: initializing with JID: wave.24zlabs.com > Nov 3, 2009 6:58:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > start > INFO: connected to XMPP server with JID: wave.24zlabs.com > Nov 3, 2009 6:58:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.XmppDisco > sendDiscoItemsGet > INFO: Trying to discover remote server: wavesandbox.com > Nov 3, 2009 6:58:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > processPacket > INFO: received XMPP packet: > > <iq type="get" id="443-20" from="component.24zlabs.com" to="wave. > 24zlabs.com"> > <query xmlns="http://jabber.org/protocol/disco#info"/> > </iq> > Nov 3, 2009 6:58:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > processIqPacket > INFO: key for this error is org.xmpp.packet.IQ:component.24zlabs.com: > 443-20 > Nov 3, 2009 6:58:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > sendPacket > INFO: sent XMPP packet: > <iq type="result" id="443-20" from="wave.24zlabs.com" to="component. > 24zlabs.com"> > <query xmlns="http://jabber.org/protocol/disco#info"> > <identity category="collaboration" type="google-wave" name="Google > Prototype Wave Server - FedOne"/> > <feature var="http://waveprotocol.org/protocol/0.2/waveserver"/> > </query> > </iq> > Nov 3, 2009 6:58:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > sendPacket > INFO: sent XMPP packet: > <iq type="get" id="221-0" to="wavesandbox.com" from="wave. > 24zlabs.com"> > <query xmlns="http://jabber.org/protocol/disco#items"/> > </iq> > Nov 3, 2009 6:58:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > sendPacket > INFO: key for this error is org.xmpp.packet.IQ:wavesandbox.com:221-0 > Nov 3, 2009 6:58:32 PM > org.waveprotocol.wave.examples.fedone.ServerMain run > INFO: Starting server > Nov 3, 2009 7:00:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > processPacket > INFO: received XMPP packet: > > <iq type="error" id="221-0" to="wave.24zlabs.com" > from="wavesandbox.com"> > <query xmlns="http://jabber.org/protocol/disco#items"/> > <error code="404" type="cancel"> > <remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp- > stanzas"/> > </error> > </iq> > Nov 3, 2009 7:00:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > processIqPacket > INFO: key for this error is org.xmpp.packet.IQ:wavesandbox.com:221-0 > Nov 3, 2009 7:00:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > sendPacket > INFO: sent XMPP packet: > <iq type="get" id="4719-1" to="wave.wavesandbox.com" from="wave. > 24zlabs.com"> > <query xmlns="http://jabber.org/protocol/disco#info"/> > </iq> > Nov 3, 2009 7:00:32 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > sendPacket > INFO: key for this error is org.xmpp.packet.IQ:wave.wavesandbox.com: > 4719-1 > Nov 3, 2009 7:00:33 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > processPacket > INFO: received XMPP packet: > > <iq type="result" id="4719-1" from="wave.wavesandbox.com" to="wave. > 24zlabs.com"> > <query xmlns="http://jabber.org/protocol/disco#info"> > <identity category="collaboration" type="google-wave" name="Google > Wave Server"/> > <feature var="http://waveprotocol.org/protocol/0.2/waveserver"/> > </query> > </iq> > Nov 3, 2009 7:00:33 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > processIqPacket > INFO: key for this error is org.xmpp.packet.IQ:wave.wavesandbox.com: > 4719-1 > Nov 3, 2009 7:00:33 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.XmppDisco > $DiscoItemIterator run > INFO: Discovered remote JID: wave.wavesandbox.com for wavesandbox.com > Nov 3, 2009 7:00:33 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > transmitDummyMessage > INFO: sending ping message: > > <message type="normal" to="wave.wavesandbox.com" from="wave. > 24zlabs.com" id="7802-2"> > <ping xmlns="http://waveprotocol.org/protocol/0.2/waveserver"/> > <request xmlns="urn:xmpp:receipts"/> > </message> > Nov 3, 2009 7:00:33 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > sendPacket > INFO: sent XMPP packet: > <message type="normal" to="wave.wavesandbox.com" from="wave. > 24zlabs.com" id="7802-2"> > <ping xmlns="http://waveprotocol.org/protocol/0.2/waveserver"/> > <request xmlns="urn:xmpp:receipts"/> > </message> > Nov 3, 2009 7:00:33 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > processPacket > INFO: received XMPP packet: > > <message type="normal" id="7802-2" from="wave.wavesandbox.com" > to="wave.24zlabs.com"> > <received xmlns="urn:xmpp:receipts"/> > </message> > Nov 3, 2009 7:00:33 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > processMessageReceipt > INFO: got ping response from wavesandbox.com > > <message type="normal" id="7802-2" from="wave.wavesandbox.com" > to="wave.24zlabs.com"> > <received xmlns="urn:xmpp:receipts"/> > </message> -- 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.
