Created
June 16, 2012 22:44
-
-
Save cessationoftime/2942709 to your computer and use it in GitHub Desktop.
Akka port forwarding error. RouterInternetIP = 74.74.74.74
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DEBUG] [2012-06-16 18:20:43,514] [node-akka.actor.default-dispatcher-9] (akka.actor.ActorSystemImpl) : RemoteServerClientConnected@akka://[email protected]:2552: Client[akka://[email protected]:2552] | |
[ERROR] [2012-06-16 18:20:43,528] [node-akka.actor.default-dispatcher-9] (NettyRemoteTransport(akka://[email protected]:2552)) : dropping message TextMessage(Magnan,test) for non-local recipient akka://[email protected]:2559/user/chatDisplayBox arriving at akka://[email protected]:2552 inbound address is akka://[email protected]:2552 | |
[ERROR] [2012-06-16 18:21:01,448] [node-akka.actor.default-dispatcher-18] (NettyRemoteTransport(akka://[email protected]:2552)) : dropping message TextMessage | |
(Magnan,huh) for non-local recipient akka://[email protected]:2559/user/chatDisplayBox arriving at akka://[email protected]:2552 inbound address is akka://[email protected]:2552 | |
[DEBUG] [2012-06-16 18:23:14,663] [node-akka.actor.default-dispatcher-18] (RemoteClient(akka://node)) : Starting remote client connection to [akka://[email protected]:2552|/74.74.74.74] | |
[ERROR] [2012-06-16 18:23:15,693] [node-akka.actor.default-dispatcher-19] (akka.actor.ActorSystemImpl) : RemoteClientError@akka://[email protected]: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://[email protected]: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://[email protected]: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://[email protected]: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://[email protected]:2552] | |
[INFO] [2012-06-16 18:23:15,743] [node-akka.actor.default-dispatcher-19] (akka.actor.ActorSystemImpl) : RemoteClientShutdown@akka://[email protected]:2552 | |
[DEBUG] [2012-06-16 18:23:15,756] [node-akka.actor.default-dispatcher-19] (RemoteClient(akka://node)) : [ActiveRemoteClient@akka://[email protected]: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://[email protected]:2552|/74.74.74.74] | |
[ERROR] [2012-06-16 18:23:42,905] [node-akka.actor.default-dispatcher-20] (akka.actor.ActorSystemImpl) : RemoteClientError@akka://[email protected]: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://[email protected]: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://[email protected]: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://[email protected]: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://[email protected]:2552] | |
[INFO] [2012-06-16 18:23:42,909] [node-akka.actor.default-dispatcher-20] (akka.actor.ActorSystemImpl) : RemoteClientShutdown@akka://[email protected]:2552 | |
[DEBUG] [2012-06-16 18:23:42,909] [node-akka.actor.default-dispatcher-20] (RemoteClient(akka://node)) : [ActiveRemoteClient@akka://[email protected]:2552] has been shut down | |
[ERROR] [2012-06-16 18:26:55,584] [node-akka.actor.default-dispatcher-18] (NettyRemoteTransport(akka://[email protected]:2552)) : dropping message TextMessage(Magnan,what) for non-local recipient akka://[email protected]:2559/user/chatDisplayBox arriving at akka://[email protected]:2552 inbound address is akka://[email protected]:2552 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am receiving the messages from the remote ActorSystem, but it doesn't think the message is being received by the correct recipient system