Re: [akka-user] missing serialization-bindings for ClusterSingletonProxy$TryToIdentifySingleton$ [akka-cluster-2.5.3]

2017-11-02 Thread Patrik Nordwall
You are probably running with config akka.actor.serialize-messages = on It could be fixed by TryToIdentifySingleton extends NoSerializationVerificationNeeded, please open a pull request if you like. /Patrik On Thu, Nov 2, 2017 at 1:11 PM, Christophe Pache wrote: > Hello

[akka-user] missing serialization-bindings for ClusterSingletonProxy$TryToIdentifySingleton$ [akka-cluster-2.5.3]

2017-11-02 Thread Christophe Pache
Hello everyone! I notice in our logs the following exception and would like to understand what is really happening: java.io.NotSerializableException: No configured serialization-bindings for > class [akka.cluster.singleton.ClusterSingletonProxy$TryToIdentifySingleton > $] In my opinion,