Re: [akka-user] (AKKA V2.3.9) Akka configured seed nodes are leaving cluster and unreachable/reachable warning message is getting logged. ::: Spring Class (ClassPathXmlApplicationContext) serializatio

2016-08-24 Thread Patrik Nordwall
and remote deployment Props is also a suspect ons 24 aug. 2016 kl. 20:48 skrev Justin du coeur : > It's not so much "how to avoid" -- you are presumably trying to send > something that contains a reference to that Context, and you need to *not* > do so. It's unlikely to have anything to do with y

Re: [akka-user] (AKKA V2.3.9) Akka configured seed nodes are leaving cluster and unreachable/reachable warning message is getting logged. ::: Spring Class (ClassPathXmlApplicationContext) serializatio

2016-08-24 Thread Justin du coeur
It's not so much "how to avoid" -- you are presumably trying to send something that contains a reference to that Context, and you need to *not* do so. It's unlikely to have anything to do with your configuration -- you're probably doing something illegal in your code. I doubt there's any way to k

Re: [akka-user] (AKKA V2.3.9) Akka configured seed nodes are leaving cluster and unreachable/reachable warning message is getting logged. ::: Spring Class (ClassPathXmlApplicationContext) serializatio

2016-08-24 Thread vipin mandloi
Hello, Thanks for your quick response. *How can i avoid sending ClassPathXmlApplicationContext ?* I didn't have any custom code for serialization. I'm using akka provided cluster message Serializer serializers { akka-cluster = "akka.cluster.protobuf.ClusterMessageSerializer" } serialization-

Re: [akka-user] (AKKA V2.3.9) Akka configured seed nodes are leaving cluster and unreachable/reachable warning message is getting logged. ::: Spring Class (ClassPathXmlApplicationContext) serializatio

2016-08-24 Thread Patrik Nordwall
Then you must avoid sending ClassPathXmlApplicationContext. It's not serializable, and should not be, so you can't send it. On Wed, Aug 24, 2016 at 10:08 AM, vipin mandloi wrote: > Hello, > > > Thanks a lot for the response. > > *Enabled remote debugging , Error - "Failed to write message to Tra