运行服务器时出现Actor错误

时间:2016-04-18 10:18:20

标签: actor-platform

我在Ubuntu 14中运行Actor。它是使用自动安装脚本安装的。 在installing actor.im并运行服务器之后,我运行了webApp,在控制台中说:

AuthKeyActor: Sending RequestStartAuth
app.js:102 AuthKeyActor: Received ResponseStartAuth
app.js:102 AuthKeyActor: Sending RequestGetServerKey
app.js:102 AuthKeyActor: Crashing connection
app.js:102 AuthKeyActor: onConnectionDie
app.js:102 AuthKeyActor: Too old: ignoring

在服务器日志中,它说:

18:18:29.665UTC DEBUG akka.io.TcpListener akka.tcp://actor-server@[MY.IP]:2552/system/IO-TCP/selectors/$a/1 New connection accepted
18:18:29.670UTC DEBUG im.actor.server.frontend.WsFrontend$ WsFrontend$(akka://actor-server) New HTTP Connection /[CLIENT.IP]:1283
18:18:31.905UTC DEBUG akka.actor.ActorSystemImpl akka.actor.ActorSystemImpl(actor-server) Closing connection conn-ws-3
你能告诉我那里有什么问题吗? 感谢

1 个答案:

答案 0 :(得分:1)

您需要使用actor-cli生成加密密钥:

actor-cli key -c -o /etc/actor/key1
相关问题