Re: [akka-user] Akka Persistance NullPointerException during actor start up

2017-11-02 Thread Prashanth Ayyavu
Thanks Patrick. Yes it is. During recovery - One of the event persisted in (possibly) having a null field. This thread can be closed. On Thu, Nov 2, 2017 at 2:37 PM, Patrik Nordwall wrote: > Isn’t it thrown from PersistentDeviceActor.scala:183 ? > > /Patrik > > tis 31 okt. 2017 kl. 20:34 skrev :

Re: [akka-user] Akka Persistance NullPointerException during actor start up

2017-11-02 Thread Patrik Nordwall
Isn’t it thrown from PersistentDeviceActor.scala:183 ? /Patrik tis 31 okt. 2017 kl. 20:34 skrev : > Hi Akka gurus, > >1. We use Akka in a production setup >2. We use Cassandra as a back up for akka-persistence. >3. One of the PersistentActors throwed NullPointerException during >

[akka-user] Akka Persistance NullPointerException during actor start up

2017-10-31 Thread prashanth . ayyavu
Hi Akka gurus, 1. We use Akka in a production setup 2. We use Cassandra as a back up for akka-persistence. 3. One of the PersistentActors throwed NullPointerException during startup. *The Akka libraries used :* "com.typesafe.akka" %% "akka-actor" % "2.4.17", "com.typesafe.akka" %%