thanks Roland for taking care of it. What about the second part of my email concerning the problem I have recovering the PersistentFSM:
---------------------------------------------------------- There are also three objects that you can run FiniteStateMachineSpes -> Main AlmostPersistentFSMSpec -> AlmostPersistentMain PersistentFSMSpec -> PersistentMain If you try to run PersistentMain the first time, it looks OK, journal is written, etc., etc. Then you kill the process, and you run it a second time. akka-persistence is not able to restore the state because PersistentImpl messages are sent (instead of Persistent). You see in the log: [DEBUG] [05/06/2014 13:15:42.274] [default-akka.actor.default-dispatcher-7] [akka://default/user/persistentUnderTest] processing Event(PersistentImpl(Done(List(゜⋓想춌鋋)),1,/user/persistentUnderTest,false,List(),Actor[akka://default/user/persistentUnderTest#161253413]),List()) from Actor[akka://default/user/persistentUnderTest#161253413] [WARN] [05/06/2014 13:15:42.275] [default-akka.actor.default-dispatcher-7] [akka://default/user/persistentUnderTest] unhandled event PersistentImpl(Done(List(゜⋓想춌鋋)),1,/user/persistentUnderTest,false,List(),Actor[akka://default/user/persistentUnderTest#161253413]) in state waiting [DEBUG] [05/06/2014 13:15:42.275] [default-akka.actor.default-dispatcher-7] [akka://default/user/persistentUnderTest] processing Event(PersistentImpl(Done(List(ꍎ穽ᮯ适ࡣ, ゜⋓想춌鋋)),2,/user/persistentUnderTest,false,List(),Actor[akka://default/user/persistentUnderTest#161253413]),List()) from Actor[akka://default/user/persistentUnderTest#161253413] [WARN] [05/06/2014 13:15:42.275] [default-akka.actor.default-dispatcher-7] [akka://default/user/persistentUnderTest] unhandled event PersistentImpl(Done(List(ꍎ穽ᮯ适ࡣ, ゜⋓想춌鋋)),2,/user/persistentUnderTest,false,List(),Actor[akka://default/user/persistentUnderTest#161253413]) in state waiting ... What am I doing wrong here? ---------------------------------------------------------- > I filed a bug linking to your repository, so please keep that around > until this is fixed. no problem as long as github does not complain about it :) Best regards -- >>>>>>>>>> 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.
