运行 服务器发生 Actor 错误
Actor error while running the server
我是 运行 Ubuntu 14 中的演员。它是使用自动安装脚本安装的。
在 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
你能告诉我哪里出了问题吗?
谢谢
您需要使用 actor-cli 生成加密密钥:
actor-cli key -c -o /etc/actor/key1
我是 运行 Ubuntu 14 中的演员。它是使用自动安装脚本安装的。 在 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
你能告诉我哪里出了问题吗? 谢谢
您需要使用 actor-cli 生成加密密钥:
actor-cli key -c -o /etc/actor/key1