Re: [akka-user] Akka router

2017-01-14 Thread Patrik Nordwall
Hard to say what is wrong based on that info, but the target actor is stopped. Perhaps it didn't start successfully (exc from constructor or preStart)? /Patrik PS. How old is 2.2.3? lör 14 jan. 2017 kl. 13:38 skrev Greg Karlin : > I am receiving the following exception: exception occurred > akka

Re: [akka-user] Dispatcher Problem

2017-01-14 Thread Patrik Nordwall
The host:port is not included in such address strings if it's the address of current local ActorSystem. The message is sent from 4001 and arrives at 4000 but when dispatching it to actor /user/speaker there is no actor running at that path. Perhaps you didn't start it or it has been stopped? /Patr

[akka-user] Akka router

2017-01-14 Thread Greg Karlin
I am receiving the following exception: exception occurred akka.pattern.AskTimeoutException: Recipient[Actor[akka://default/user/Impala-Driver#1662621168]] had already been terminated. We are using akka 2.2.3. The impala driver is behind a router and is defined as follows: val impalaDriver =