Re: [akka-user] Re: Logger specified in config can't be loaded [akka.event.slf4j.Slf4jLogger]

2016-10-23 Thread Patrik Nordwall
There is a config setting for the 5 seconds timeout, you can try to increase it. sön 23 okt. 2016 kl. 16:18 skrev Andrew James Ramirez < andrewjamesrami...@gmail.com>: > Try doing > > sbt clean update compile > > > > > On Thursday, October 20, 2016 at 11:52:48 PM UTC+8, Gerard Vico wrote: > >

[akka-user] Re: Logger specified in config can't be loaded [akka.event.slf4j.Slf4jLogger]

2016-10-23 Thread Andrew James Ramirez
Try doing sbt clean update compile On Thursday, October 20, 2016 at 11:52:48 PM UTC+8, Gerard Vico wrote: > > Hi, > > I am working in a project with Scala and Akka. Two days ago, I can't > launch the test because this error is thrown: > > [WARN] [10/20/2016 15:47:32.743] [pool-1-thread-1]

Re: [akka-user] Start gradle project with IDEA annd akka

2016-10-23 Thread Daniel Vigovszky
Hi, I made an example repo for you: https://github.com/vigoo/scala-akka-gradle-example vigoo Denis S ezt írta (időpont: 2016. okt. 23., V, 9:20): > Hi, i am looking for any example how to start project properly with gradle > akka and IDEA. But can't find anything. I have

[akka-user] Start gradle project with IDEA annd akka

2016-10-23 Thread Denis S
Hi, i am looking for any example how to start project properly with gradle akka and IDEA. But can't find anything. I have empty project, may somebody to explain how build.gradle should look like? -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >>

[akka-user] Akka-http Java DSL - How to POST indeterminate length data stream to server

2016-10-23 Thread Wolfie
I have an akka-http (Java DSL) problem that I'm unable to figure out how to do. I could use some help. I have a long running Source that emits newline delimited ByteString messages of an indeterminate number that I want to POST to a webserver. Verifying the response was successful at the end