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 Patrik Nordwall
Take a look here: https://www.playframework.com/documentation/2.4.x/JavaAkka#Configuration On Mon, May 30, 2016 at 2:41 PM, Akka Team wrote: > The reference.conf contains default configuration for Akka, it is nothing > you need to add or change, it is shipped together

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

2016-05-30 Thread Akka Team
The reference.conf contains default configuration for Akka, it is nothing you need to add or change, it is shipped together with the classes in the akka-actor artifact. Your IDE should let you look at the contents of dependencies, it will be in the root directory of the akka-actor jar-file. 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:

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

2016-05-30 Thread Viktor Klang
You didn't change the timeout value. On Mon, May 30, 2016 at 1:16 PM, Suraj Mundada wrote: > I am still getting the timeout exception and every time I have to restart > my prod server to fix the issue. > > I also tried following: > > akka { > > loggers =

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

2016-05-13 Thread Patrik Nordwall
You can try to increase the timeout. You find the property in reference.conf of akka-actor. /Patrik fre 13 maj 2016 kl. 11:11 skrev 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

[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