I am getting java.lang.AbstractMethodError when trying to start app with using of cluster-sharding. I think it was started with this commit
https://github.com/ktoso/akka/commit/33fbfec2228c4e0432780ac73e5178c3c279aef3 java.lang.AbstractMethodError: akka.cluster.sharding.ShardCoordinator.recovery()Lakka/persistence/Recovery; at akka.persistence.Eventsourced$class.aroundPreStart(Eventsourced.scala:176) at akka.cluster.sharding.ShardCoordinator.aroundPreStart(ShardCoordinator.scala:361) at akka.actor.ActorCell.create(ActorCell.scala:580) at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:456) at akka.actor.ActorCell.systemInvoke(ActorCell.scala:478) at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:281) at akka.dispatch.Mailbox.run(Mailbox.scala:222) at akka.dispatch.Mailbox.exec(Mailbox.scala:233) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) And I can not fix this. Need help. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
