我尝试在 Tomcat 服务器上使用 akka 2.1.0。但是我收到一个错误,要求我也将配置库放在类路径中。
好吧,这不是问题。我将Typesafe的配置库,版本1.0.0(最新)放在lib文件夹中。但是,我总是得到错误
8d31597e-1b6e-4be5-9773-4fb7e0591312akka.ConfigurationException: Akka JAR version [2.1.0] does not match the provided config version [2.0]
at akka.actor.ActorSystem$Settings.<init>(ActorSystem.scala:172)
at akka.actor.ActorSystemImpl.<init>(ActorSystem.scala:465)
at akka.actor.ActorSystem$.apply(ActorSystem.scala:111)
at akka.actor.ActorSystem$.apply(ActorSystem.scala:93)
lib文件夹中的jar文件是:
- akka-actor_2.10-2.1.0.jar
- config-1.0.0.jar
- scala-library-2.10.0.jar
这个问题从何而来?