I am trying to install a google wave server on a linux virtual machine as local host. I followed all the instructions given on the wave-protocol installation wiki http://code.google.com/p/wave-protocol/wiki/Installation but i'm getting this error when I run the run-server.sh script.
$ ./run-server.sh Jul 23, 2010 10:02:24 AM org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl INFO: Wave Server configured to host local domains: [muranaka-desktop] Jul 23, 2010 10:02:24 AM org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl SEVERE: Failed to add our own signer info to the certificate store org.waveprotocol.wave.crypto.SignatureException: Certificate validation failure
couldn't connect to XMPP server:org.xmpp.component.ComponentException: conflict Jul 23, 2010 10:02:25 AM org.waveprotocol.wave.examples.fedone.ServerMain run INFO: Starting server Jul 23, 2010 10:02:25 AM org.waveprotocol.wave.examples.fedone.ServerMain main SEVERE: IOException when running server: Address already in use
In the run-config.sh script i set the hostname to my host name and domain name to localhost. But I cant seem to get passed the certificate issue. I used the generate self signed certificates script provided on the wiki to generate my certificates but it doesn't work. is it because im using a localhost?
Found out openfire current version has a bug.