Re: [akka-user] NoSuchMethodError: Akka 2.5-M2 and Akka-Http 10.0.4

2017-03-08 Thread Patrik Nordwall
The line numbers doesn't match 2.5-M2. See https://github.com/akka/akka/blob/v2.5-M2/akka-stream/src/main/scala/akka/stream/stage/GraphStage.scala#L142 It looks like you are using 2.4.17 of akka-stream See

[akka-user] NoSuchMethodError: Akka 2.5-M2 and Akka-Http 10.0.4

2017-03-07 Thread Rob Crawford
>From my understanding of the binary compatibility statement, these should work together, but after I start an Akka-http server, I get this exception: java.lang.NoSuchMethodError: akka.actor.ActorCell.addFunctionRef(Lscala/Function2;)Lakka/actor/FunctionRef; at