Endre,

I am sorry, but I do not see how this error can be in my code. It is not 
even reach my actor even though the print out from deadletter has the right 
actor.

I am using the correct logger, I just happened to paste the previous by 
mistake from Master which uses the play logger (which by the way has no 
problem printing from within akka): 

https://github.com/chanan/java-cqrs-starter/blob/feature/ask-not-working/app/actors/GameActor.java#L42

This line is never printed instead I get: 

[INFO] [05/09/2015 07:44:15.456] 
[GameClusterSystemQuery-akka.actor.default-dispatcher-21] 
[akka://GameClusterSystemQuery/user/$a/$a] Message 
[com.example.protocols.Queries$PlayerNameResponse] from 
Actor[akka.tcp://GameClusterSystemQuery@127.0.0.1:2553/user/sharding/PlayerRegionQuery/Test-1#1475000342]
 
to Actor[akka://GameClusterSystemQuery/user/$a/$a#234612887] was not 
delivered. [1] dead letters encountered. This logging can be turned off or 
adjusted with configuration settings 'akka.log-dead-letters' and 
'akka.log-dead-letters-during-shutdown'.

Which exactly matches the sender() that the cluster is using:

[INFO] [05/09/2015 07:44:15.450] 
[GameClusterSystemQuery-akka.actor.default-dispatcher-30] 
[akka.tcp://GameClusterSystemQuery@127.0.0.1:2553/user/sharding/PlayerRegionQuery/Test-1]
 
Sender: 
Actor[akka.tcp://GameClusterSystemQuery@127.0.0.1:61165/user/$a/$a#234612887]


I am not sure how my code has anything to do with this issue since my code 
is never reached.

-- 
>>>>>>>>>>      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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to