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 <gregory.l.kar...@gmail.com>:

> 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 = 
> system.actorOf(Props(classOf[ImpalaDriver]).withRouter(SmallestMailboxRouter(impalaExecutePoolSize)),
>  "Impala-Driver")
>
> All the methods of this actor are wrapped in a try catch block and we do not 
> restart this actor. We do have a restart hook that could perhaps cause an 
> exception.
>
> --
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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