Hi Joe, Thanks for the reply. Am checking this.
One doubt. Can the wave server configuration done in a sub-domain? Say sub-domains fed.cordys.co.in and wave.fed.cordys.co.in. But Start-SSL domain validation needs main domain for generating certificates. I got the certificate for the main domain and tested. Wave server throws connection time out exception. ---------------------------------------------------------------------------------------------------------------------- 21 Dec, 2009 4:29:35 AM org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl <init> INFO: Wave Server configured to host local domains: [fed.cordys.co.in] 21 Dec, 2009 4:29:35 AM org.waveprotocol.wave.examples.fedone.ServerMain $RpcInetSocketAddressFactory <init> INFO: Starting client frontend on host: 192.168.10.38 port: 9876 couldn't connect to XMPP server:org.xmpp.component.ComponentException: java.net.SocketTimeoutException: connect timed out 21 Dec, 2009 4:29:37 AM org.waveprotocol.wave.examples.fedone.ServerMain run INFO: Starting server ---------------------------------------------------------------------------------------------------------------------- Is always the main domain validated as per protocol? Regards Sathish On Dec 10, 11:36 pm, Joe Gregorio <[email protected]> wrote: > You appear to have an A record for the wave subdomain, but do not appear > to have an A record for the domain itself: > > $ dig +short -t A cordys.co.in > ~ > $ dig +short -t A wave.cordys.co.in > 210.210.79.29 > ~ > > The first lookup needs to resolve because that is what you > are pointing your SRV records at: > > $ dig +short -t SRV _xmpp-server._tcp.cordys.co.in > 10 0 5269 cordys.co.in. > ~ > $ dig +short -t SRV _xmpp-server._tcp.wave.cordys.co.in > 10 0 5269 cordys.co.in. > ~ > > Thanks, > -joe > > -- > Joe Gregorio > Developer Advocate, Google Wave > > > > On Thu, Dec 10, 2009 at 10:19 AM, Sathish <[email protected]> wrote: > > Hi > > > I am trying to configure a wave server in my custom domain. > > Ubuntu + openfire and the server is behind a firewall with port 5269 > > open. > > > I get the following error when I start the server. > > > INFO: Couldn't find wave on wavesandbox.com > > wavesandbox.com does not appear to have wave > > > I see the following error in Openfire logs.Can anyone help me solving > > the Validation FAILED error? > > > --------------------------------------------------------------------------- > > --------------------------------------------------------------------------- > > --------------------------------------------------------- > > > 2009.12.10 20:27:59 LocalOutgoingServerSession: OS - Trying to connect > > to wave.wavesandbox.com:5269(DNS lookup: xmpp-server3.l.google.com: > > 5268) > > 2009.12.10 20:28:00 LocalOutgoingServerSession: OS - Plain connection > > to wave.wavesandbox.com:5269 successful > > 2009.12.10 20:28:00 LocalOutgoingServerSession: OS - About to try > > connecting using server dialback XMPP 1.0 with: wave.wavesandbox.com > > 2009.12.10 20:28:00 ServerDialback: OS - Sent dialback key to host: > > wave.wavesandbox.com id: 2084659B1794C314 from domain: > > wave.cordys.co.in > > 2009.12.10 20:28:01 ServerDialback: OS - Validation FAILED from: > > wave.wavesandbox.com id: 2084659B1794C314 for domain: > > wave.cordys.co.in > > 2009.12.10 20:28:01 LocalOutgoingServerSession: OS - Error, SERVER > > DIALBACK with wave.wavesandbox.com failed > > 2009.12.10 20:28:01 LocalOutgoingServerSession: OS - Going to try > > connecting using server dialback with: wave.wavesandbox.com > > 2009.12.10 20:28:02 ServerDialback: OS - Trying to connect to > > wave.wavesandbox.com:5269(DNS lookup: xmpp-server3.l.google.com:5268) > > 2009.12.10 20:28:02 ServerDialback: OS - Connection to > > wave.wavesandbox.com:5269 successful > > 2009.12.10 20:28:02 ServerDialback: OS - Sent dialback key to host: > > wave.wavesandbox.com id: A1B60DEABEE1C081 from domain: > > wave.cordys.co.in > > 2009.12.10 20:28:04 ServerDialback: OS - Validation FAILED from: > > wave.wavesandbox.com id: A1B60DEABEE1C081 for domain: > > wave.cordys.co.in > > 2009.12.10 20:28:04 LocalOutgoingServerSession: OS - Trying to connect > > to wavesandbox.com:5269(DNS lookup: wavesandbox.com:5269) > > 2009.12.10 20:30:04 OutgoingSessionPromise: Error sending packet to > > remote server: > > <iq type="get" id="2882-1" to="wave.wavesandbox.com" > > from="wave.cordys.co.in"> > > <query xmlns="http://jabber.org/protocol/disco#info"/> > > </iq> > > java.lang.Exception: Failed to create connection to remote server > > at org.jivesoftware.openfire.server.OutgoingSessionPromise > > $PacketsProcessor.sendPacket(OutgoingSessionPromise.java:252) > > at org.jivesoftware.openfire.server.OutgoingSessionPromise > > $PacketsProcessor.run(OutgoingSessionPromise.java:216) > > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask > > (ThreadPoolExecutor.java:886) > > at java.util.concurrent.ThreadPoolExecutor$Worker.run > > (ThreadPoolExecutor.java:908) > > at java.lang.Thread.run(Thread.java:619) > > > --------------------------------------------------------------------------- > > --------------------------------------------------------------------------- > > --------------------------------------------------------- > > > Sathish > > > -- > > > 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 > > athttp://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.
