On Thu, Jan 7, 2010 at 4:42 AM, Dale Francis <[email protected]> wrote: > Hey, > > I am trying to build a fedone server for some testing with work. I > ahve managed to get the server itlesf setup, installed openfire on it > and configured it. i followed the tutorial > http://jamespurser.com.au/blog/How_To_-_Install_WRS_On_Windows > > I can get the waveserver to run and start up i can then get the client > to connect to it without any problems but when i try to create a new > wave the client does a one minute timeout and the server comes up with > the following error. i dont like dumping big blocks of text but have a > look below and let me know if you need any other info > > C:\Wave-Devel\wave-protocol>java -jar dist\fedone-server-0.2.jar -- > client_frontend_hostname=127.0.0.1 --client_frontend_port=9876 -- > xmpp_component_name=wave --xmpp_server_hostname=OBSWaveSer > ver.OBSWaveDomain.local --xmpp_server_ip=$XMPP_SERVER_HOSTNAME -- > xmpp_server_port=5275 --xmpp_server_secret=secret -- > xmpp_server_ping="acmewave.com" --certificate_private_key=OBSWave.key > --c > ertificate_files=OBSWave.cert -- > certificate_domain=OBSWaveServer.OBSWaveDomain.local -- > waveserver_disable_verification=true -- > waveserver_disable_signer_verification=true > > 07/01/2010 8:29:43 PM > org.waveprotocol.wave.examples.fedone.waveserver.CertificateManagerImpl > <init> > WARNING: ** SIGNATURE VERIFICATION DISABLED ** see flag > "waveserver_disable_verification" > 07/01/2010 8:29:43 PM > org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl <init> > INFO: Wave Server configured to host local domains: > [OBSWaveServer.OBSWaveDomain.local] > 07/01/2010 8:29:43 PM org.waveprotocol.wave.examples.fedone.ServerMain > $RpcInetSocketAddressFactory <init> > INFO: Starting client frontend on host: 127.0.0.1 port: 9876 > couldn't connect to XMPP server:org.xmpp.component.ComponentException: > java.net.UnknownHostException: $XMPP_SERVER_HOSTNAME
Looks like $XMPP_SERVER_HOSTNAME isn't getting expanded into its value. Is XMPP_SERVER_HOSTNAME set as an environment variable? -joe > 07/01/2010 8:29:43 PM org.waveprotocol.wave.examples.fedone.ServerMain > run > INFO: Starting server > 07/01/2010 8:29:49 PM > org.waveprotocol.wave.examples.fedone.rpc.ServerRpcProvider$Connection > <init> > INFO: New Connection set up from java.nio.channels.SocketChannel > [connected local=/127.0.0.1:9876 remote=/127.0.0.1:58075] > 07/01/2010 8:30:59 PM > org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl > isLocalWavelet > INFO: ### WS is local? [WaveId:obswaveserver.obswavedomain.local!w > +BS5rTvYJipq2]/[WaveletId:obswaveserver.obswavedomain.local!conv+root] > = false > 07/01/2010 8:30:59 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.XmppDisco > sendDiscoItemsGet > INFO: Trying to discover remote server: > obswaveserver.obswavedomain.local > 07/01/2010 8:30:59 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > sendPacket > INFO: sent XMPP packet: > <iq type="get" id="7636-1" to="obswaveserver.obswavedomain.local" > from="wave.obswaveserver.obswavedomain.local"> > <query xmlns="http://jabber.org/protocol/disco#items"/> > </iq> > 07/01/2010 8:30:59 PM > org.waveprotocol.wave.examples.fedone.federation.xmpp.WaveXmppComponent > sendPacket > INFO: key for this error is > org.xmpp.packet.IQ:obswaveserver.obswavedomain.local:7636-1 > > > > Any help from you guys would be greatly appreciated > > -- > 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. -- Joe Gregorio Developer Advocate, Google Wave
-- 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.
