Re: [akka-user] LoggerInitializationException - Akka logger timing out in Play application

2016-05-31 Thread Suraj Mundada
I looked at https://www.playframework.com/documentation/2.4.x/JavaAkka#Configuration It talks about only 2 parameters akka.actor.default-dispatcher.fork-join-executor.pool-size-max = 64 akka.actor.debug.receive = on I looked up these parameters on

Re: [akka-user] LoggerInitializationException - Akka logger timing out in Play application

2016-05-30 Thread Suraj Mundada
I am using Akka in Play 2.4.6 application and could not find reference.conf in my play application. Also, there is no reference available in Play or Akka docs how I can add it in Play application. Can you please share this info? Thanks, Suraj -- >> Read the docs:

[akka-user] LoggerInitializationException - Akka logger timing out in Play application

2016-05-13 Thread Suraj Mundada
Hi, I am using Play 2.4.6 on CentOS 6 server with Java 8 for deploying production application. I am using Akka actors for doing my async tasks and sending email is one the tasks. >From last 2 days, I am getting following exception: akka.ConfigurationException: Could not start logger due to