Skip to content

Instantly share code, notes, and snippets.

@cessationoftime
Created June 16, 2012 22:44
Show Gist options
  • Save cessationoftime/2942709 to your computer and use it in GitHub Desktop.
Save cessationoftime/2942709 to your computer and use it in GitHub Desktop.
Akka port forwarding error. RouterInternetIP = 74.74.74.74
[DEBUG] [2012-06-16 18:20:43,514] [node-akka.actor.default-dispatcher-9] (akka.actor.ActorSystemImpl) : RemoteServerClientConnected@akka://node@192.168.10.250:2552: Client[akka://node@192.168.56.1:2552]
[ERROR] [2012-06-16 18:20:43,528] [node-akka.actor.default-dispatcher-9] (NettyRemoteTransport(akka://node@192.168.10.250:2552)) : dropping message TextMessage(Magnan,test) for non-local recipient akka://node@74.74.74.74:2559/user/chatDisplayBox arriving at akka://node@192.168.10.250:2552 inbound address is akka://node@192.168.10.250:2552
[ERROR] [2012-06-16 18:21:01,448] [node-akka.actor.default-dispatcher-18] (NettyRemoteTransport(akka://node@192.168.10.250:2552)) : dropping message TextMessage
(Magnan,huh) for non-local recipient akka://node@74.74.74.74:2559/user/chatDisplayBox arriving at akka://node@192.168.10.250:2552 inbound address is akka://node@192.168.10.250:2552
[DEBUG] [2012-06-16 18:23:14,663] [node-akka.actor.default-dispatcher-18] (RemoteClient(akka://node)) : Starting remote client connection to [akka://node@74.74.74.74:2552|/74.74.74.74]
[ERROR] [2012-06-16 18:23:15,693] [node-akka.actor.default-dispatcher-19] (akka.actor.ActorSystemImpl) : RemoteClientError@akka://node@74.74.74.74:2552: Error[java.net.ConnectException: Connection refused: no further information]
[ERROR] [2012-06-16 18:23:15,703] [node-akka.actor.default-dispatcher-19] (akka.actor.ActorSystemImpl) : RemoteClientError@akka://node@74.74.74.74:2552: Error[java.net.ConnectException: Connection refused: no further information]
[DEBUG] [2012-06-16 18:23:15,718] [node-akka.actor.default-dispatcher-19] (akka.serialization.Serialization(akka://node)) : Using serializer[akka.serialization.JavaSerializer] for message [com.psyonik.node.gui.room.textchat.TextMessage]
[ERROR] [2012-06-16 18:23:15,733] [node-akka.actor.default-dispatcher-19] (akka.actor.ActorSystemImpl) : RemoteClientError@akka://node@74.74.74.74:2552: Error[java.nio.channels.ClosedChannelException]
[WARN] [2012-06-16 18:23:15,737] [node-akka.actor.default-dispatcher-19] (akka.actor.ActorSystemImpl) : RemoteClientWriteFailed@akka://node@74.74.74.74:2552: MessageClass[scala.Tuple3] Error[java.nio.channels.ClosedChannelException]
[DEBUG] [2012-06-16 18:23:15,739] [node-akka.actor.default-dispatcher-19] (RemoteClient(akka://node)) : Shutting down remote client [ActiveRemoteClient@akka://node@74.74.74.74:2552]
[INFO] [2012-06-16 18:23:15,743] [node-akka.actor.default-dispatcher-19] (akka.actor.ActorSystemImpl) : RemoteClientShutdown@akka://node@74.74.74.74:2552
[DEBUG] [2012-06-16 18:23:15,756] [node-akka.actor.default-dispatcher-19] (RemoteClient(akka://node)) : [ActiveRemoteClient@akka://node@74.74.74.74:2552] has been shut down
[DEBUG] [2012-06-16 18:23:41,902] [node-akka.actor.default-dispatcher-18] (RemoteClient(akka://node)) : Starting remote client connection to [akka://node@74.74.74.74:2552|/74.74.74.74]
[ERROR] [2012-06-16 18:23:42,905] [node-akka.actor.default-dispatcher-20] (akka.actor.ActorSystemImpl) : RemoteClientError@akka://node@74.74.74.74:2552: Error[java.net.ConnectException: Connection refused: no further information]
[ERROR] [2012-06-16 18:23:42,906] [node-akka.actor.default-dispatcher-20] (akka.actor.ActorSystemImpl) : RemoteClientError@akka://node@74.74.74.74:2552: Error[java.net.ConnectException: Connection refused: no further information]
[WARN] [2012-06-16 18:23:42,907] [node-akka.actor.default-dispatcher-20] (akka.actor.ActorSystemImpl) : RemoteClientWriteFailed@akka://node@74.74.74.74:2552: MessageClass[scala.Tuple3] Error[java.nio.channels.ClosedChannelException]
[ERROR] [2012-06-16 18:23:42,907] [node-akka.actor.default-dispatcher-20] (akka.actor.ActorSystemImpl) : RemoteClientError@akka://node@74.74.74.74:2552: Error[java.nio.channels.ClosedChannelException]
[DEBUG] [2012-06-16 18:23:42,908] [node-akka.actor.default-dispatcher-20] (RemoteClient(akka://node)) : Shutting down remote client [ActiveRemoteClient@akka://node@74.74.74.74:2552]
[INFO] [2012-06-16 18:23:42,909] [node-akka.actor.default-dispatcher-20] (akka.actor.ActorSystemImpl) : RemoteClientShutdown@akka://node@74.74.74.74:2552
[DEBUG] [2012-06-16 18:23:42,909] [node-akka.actor.default-dispatcher-20] (RemoteClient(akka://node)) : [ActiveRemoteClient@akka://node@74.74.74.74:2552] has been shut down
[ERROR] [2012-06-16 18:26:55,584] [node-akka.actor.default-dispatcher-18] (NettyRemoteTransport(akka://node@192.168.10.250:2552)) : dropping message TextMessage(Magnan,what) for non-local recipient akka://node@74.74.74.74:2559/user/chatDisplayBox arriving at akka://node@192.168.10.250:2552 inbound address is akka://node@192.168.10.250:2552
@cessationoftime
Copy link
Author

I am receiving the messages from the remote ActorSystem, but it doesn't think the message is being received by the correct recipient system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment