Re: [akka-user] null context in postStop (2.1.4)

2014-05-07 Thread Barry Kaplan
ent) // DeviceRulesProcessor.scala:250 case _ => } ... On Wednesday, May 7, 2014 6:09:04 PM UTC-7, Barry Kaplan wrote: > > Can't reproduce in a test yet, but it does happen from time to time: > > java.lang.NullPointerException: null > at > systeminsights.devicerules.service.

Re: [akka-user] null context in postStop (2.1.4)

2014-05-07 Thread Barry Kaplan
Can't reproduce in a test yet, but it does happen from time to time: java.lang.NullPointerException: null at systeminsights.devicerules.service.DeviceRulesProcessor.postStop(DeviceRulesProcessor.scala:250) ~[vimana.jar:2.0] at akka.actor.dungeon.FaultHandling$class.finishTerminate(FaultHandlin

[akka-user] null context in postStop (2.1.4)

2014-02-20 Thread Barry Kaplan
In my postStop the context is null. This is for an FSM actor. Is it expected that context can be null in postStop? If not, I will try to build a test case. -barry -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: http://akka.io/faq/ >> Search t