谷歌Wave服务器安装
我正在尝试在 Linux 虚拟机上安装 google wave 服务器作为本地主机。我遵循了 wave-protocol 安装 wiki < 上给出的所有说明a href="http://code.google.com/p/wave-protocol/wiki/Installation" rel="nofollow noreferrer">http://code.google.com/p/wave-protocol/wiki/Installation 但当我运行 run-server.sh 脚本时出现此错误。
<强> $ ./run-server.sh 2010 年 7 月 23 日上午 10:02:24 org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl 信息:Wave Server 配置为托管本地域:[muranaka-desktop] 2010 年 7 月 23 日上午 10:02:24 org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl 严重:无法将我们自己的签名者信息添加到证书存储中 org.waveprotocol.wave.crypto.SignatureException:证书验证失败
无法连接到 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 main 严重:运行服务器时出现 IOException:地址已在使用中
在 run-config.sh 脚本中,我将主机名设置为我的主机名,将域名设置为 localhost。但我似乎无法通过证书问题。我使用 wiki 上提供的生成自签名证书脚本来生成我的证书,但它不起作用。是因为我使用的是本地主机吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
实际上,您可以跳过测试并仅通过运行来构建实际产品:(
面临同样的问题,但此页面挽救了这一天:http://mail-archives.apache.org/mod_mbox/incubator-wave-dev/201109.mbox/%3CCADgFs89 3OjBcGqJRqXFzkxHZU6wnEfoPDXjXutK6_oasSJOjOg@ mail.gmail.com%3E )
希望有帮助
You can actually skip tests and build the actual product just by running:
( 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 )
Hope it helped
发现openfire当前版本有一个bug。
Found out openfire current version has a bug.