2

我正在尝试在 linux 虚拟机上安装 google wave 服务器作为本地主机。我遵循了 wave-protocol 安装 wiki 上给出的所有说明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 AM org.waveprotocol.wave.examples.fedone.ServerMain 主要严重:运行服务器时出现 IOException:地址已在使用中

在 run-config.sh 脚本中,我将主机名设置为我的主机名,将域名设置为 localhost。但我似乎无法通过证书问题。我使用了 wiki 上提供的生成自签名证书脚本来生成我的证书,但它不起作用。是因为我使用的是本地主机吗?

4

2 回答 2

3

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 )

Hope it helped

于 2011-10-15T16:30:30.460 回答
1

发现openfire当前版本有一个bug。

于 2010-08-05T01:03:11.347 回答