Have you added the dependency (jar in classpath)? Otherwise, raise an issue in the github repo of the external in-memory journal plugin.
/Patrik > 21 apr 2014 kl. 09:41 skrev Tim Pigden <[email protected]>: > > Hi > I can't get the in-memory-journal to configure. > > The documentation says simply use: > > akka.persistence.journal.plugin = "in-memory-journal" > > but this gives me an error: > > default-akka.actor.default-dispatcher-4 No configuration setting found for > key 'in-memory-journal' > akka.actor.ActorInitializationException: exception during creation > > It was in trying to resolve that that I found the hidden internal one which > is intialised like this > > akka.persistence.journal.plugin = "akka.persistence.journal.inmem" > > I'm using Akka 2.3.0 by the way > > Any suggestions (other than to continue using the akka one for testing) > -- > >>>>>>>>>> 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. -- >>>>>>>>>> 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.
