I already had applicaiton.conf and reference.conf in that folder, but I did 
not pull yet
In both conf files I have 

akka.persistence {
  journal.plugin = "inmemory-journal"
  snapshot-store.plugin = "inmemory-snapshot-store"
}


Still when I run the object app the Akka exception says

Caused by: java.lang.IllegalArgumentException: requirement failed: 
'reference.conf' is missing persistence plugin config path: 
'inmemory-journal'

I´ll read the link that you post. I will get ideas form there. Thanks!

El sábado, 4 de febrero de 2017, 9:04:01 (UTC+1), Konrad Malawski escribió:
>
> You're missing src/main/reference/application.conf 
> https://github.com/politrons/Akka/pull/1
>
> Please read: 
> http://doc.akka.io/docs/akka/current/general/configuration.html
> and https://github.com/typesafehub/config
>
> Happy hakking
>
>
> -- 
> Konrad `ktoso` Malawski
> Akka <http://akka.io> @ Lightbend <http://lightbend.com>
>
> On 4 February 2017 at 00:59:33, Politrons ([email protected] <javascript:>) 
> wrote:
>
> I´m doing some practical examples with Akka. Everything fine so far. But 
> now that I start looking Akka persistence, in all blogs that I read they 
> said that I need to configure the persistence in the application.conf 
>
> akka { 
> persistence { 
> journal.plugin = "inmemory-journal" 
> snapshot-store.plugin = "inmemory-snapshot-store" 
> } 
> } 
> My project it´s just a gradle project. And I don't understand how to glue 
> this config file with my test cases that need to use the in memory 
> persistence. 
>
> Someone can point me in the right direction about how to glue the config 
> with my example execution. 
>
> Here you can see the code 
>
> https://github.com/politrons/Akka/tree/master/src/main/scala/persistence 
>
> When I run my object App I receive this error 
>
> Caused by: java.lang.IllegalArgumentException: requirement failed: default 
> journal plugin is not configured, see 'reference.conf' 
>
> -- 
> >>>>>>>>>> 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] <javascript:>. 
> To post to this group, send email to [email protected] 
> <javascript:>. 
> Visit this group at https://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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to