简体   繁体   English

Google Wave服务器安装

[英]Google Wave Server Installation

I am trying to install a google wave server on a linux virtual machine as local host. 我正在尝试在Linux虚拟机上将Google Wave服务器安装为本地主机。 I followed all the instructions given on the wave-protocol installation wiki 我按照wave-protocol安装Wiki上给出的所有说明进行操作 http://code.google.com/p/wave-protocol/wiki/Installation but i'm getting this error when I run the run-server.sh script. http://code.google.com/p/wave-protocol/wiki/安装,但是运行run-server.sh脚本时出现此错误。

$ ./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 $ ./run-server.sh 2010年7月23日上午10:02:24 org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl信息:Wave服务器配置为托管本地域:[muranaka-desktop] 2010年7月23日上午10:02:24 org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl严重:无法将我们自己的签名者信息添加到证书存储区org.waveprotocol.wave.crypto.SignatureException:证书验证失败

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 无法连接到XMPP服务器:org.xmpp.component.ComponentException:冲突2010年7月23日上午10:02:25 org.waveprotocol.wave.examples.fedone.ServerMain运行信息:启动服务器2010年7月23日10:02 :25:上午org.waveprotocol.wave.examples.fedone.ServerMain主要SEVERE:运行服务器时出现IOException:地址已在使用中

In the run-config.sh script i set the hostname to my host name and domain name to localhost. 在run-config.sh脚本中,我将主机名设置为我的主机名,将域名设置为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. 我使用了Wiki提供的“生成自签名证书”脚本来生成我的证书,但是它不起作用。 is it because im using a localhost? 是因为我使用本地主机吗?

You can actually skip tests and build the actual product just by running: 您实际上可以通过运行以下步骤跳过测试并构建实际产品:

ant compile-gwt
ant dist-server

( Faced the same problem, but this page saved the day: http://mail-archives.apache.org/mod_mbox/incubator-wave-dev/201109.mbox/%3CCADgFs893OjBcGqJRqXFzkxHZU6wnEfoPDXjXutK6_oasSJOjOg@mail.gmail.com%3E ) (面临相同的问题,但是此页面保存了一天: http : //mail-archives.apache.org/mod_mbox/incubator-wave-dev/201109.mbox/%3CCADgFs893OjBcGqJRqXFzkxHZU6wnEfoPDXjXutK6_oasSJOjOg@mail.gmail.com.%

Hope it helped 希望能有所帮助

发现openfire当前版本存在错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM