Advertisement
Guest User

Untitled

a guest
Jun 16th, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. 2016-06-16 20:13:06.3987 WARN EndpointWriter AssociationError [akka.tcp://reversegeocoder@127.0.0.1:53769] -> akka.tcp://reversegeocoder@127.0.0.1:4053: Error [Invalid address: akka.tcp://reversegeocoder@127.0.0.1:4053] []
  2. 2016-06-16 20:13:06.4117 WARN DummyClassForStringSources Tried to associate with unreachable remote address [akka.tcp://reversegeocoder@127.0.0.1:4053]. Address is now gated for 5000 ms, all messages to this address will be delivered to dead letters. Reason: [Invalid address: akka.tcp://reversegeocoder@127.0.0.1:4053] Caused by: [Akka.Remote.Transport.InvalidAssociationException: Association failure ---> System.NullReferenceException: Object reference not set to an instance of an object
  3. at Helios.Topology.NodeBuilder.FromEndpoint (System.Net.IPEndPoint endPoint) <0x9241770 + 0x00027> in <filename unknown>:0
  4. at Helios.Net.Connections.TcpConnection.SetLocal (System.Net.Sockets.Socket client) <0x92416e8 + 0x0003b> in <filename unknown>:0
  5. at Helios.Net.Connections.TcpConnection.Open () <0x3dbf278 + 0x002eb> in <filename unknown>:0
  6. at Akka.Remote.Transport.Helios.HeliosHelpers.Open () <0x6229b78 + 0x00018> in <filename unknown>:0
  7. at Akka.Remote.Transport.Helios.CommonHandlers.Open () <0x62294d0 + 0x0002b> in <filename unknown>:0
  8. at Akka.Remote.Transport.Helios.HeliosTcpTransport.AssociateInternal (Akka.Actor.Address remoteAddress) <0x3dbc558 + 0x00041> in <filename unknown>:0
  9. at Akka.Remote.Transport.Helios.HeliosTransport+<Associate>d__27.MoveNext () <0x3dbc298 + 0x000ab> in <filename unknown>:0
  10. --- End of inner exception stack trace ---]
  11. 2016-06-16 20:13:06.4207 ERROR OneForOneStrategy Invalid address: akka.tcp://reversegeocoder@127.0.0.1:4053
  12. Akka.Remote.InvalidAssociation: Invalid address: akka.tcp://reversegeocoder@127.0.0.1:4053 ---> Akka.Remote.Transport.InvalidAssociationException: Association failure ---> System.NullReferenceException: Object reference not set to an instance of an object
  13. at Helios.Topology.NodeBuilder.FromEndpoint (System.Net.IPEndPoint endPoint) <0x9241770 + 0x00027> in <filename unknown>:0
  14. at Helios.Net.Connections.TcpConnection.SetLocal (System.Net.Sockets.Socket client) <0x92416e8 + 0x0003b> in <filename unknown>:0
  15. at Helios.Net.Connections.TcpConnection.Open () <0x3dbf278 + 0x002eb> in <filename unknown>:0
  16. at Akka.Remote.Transport.Helios.HeliosHelpers.Open () <0x6229b78 + 0x00018> in <filename unknown>:0
  17. at Akka.Remote.Transport.Helios.CommonHandlers.Open () <0x62294d0 + 0x0002b> in <filename unknown>:0
  18. at Akka.Remote.Transport.Helios.HeliosTcpTransport.AssociateInternal (Akka.Actor.Address remoteAddress) <0x3dbc558 + 0x00041> in <filename unknown>:0
  19. at Akka.Remote.Transport.Helios.HeliosTransport+<Associate>d__27.MoveNext () <0x3dbc298 + 0x000ab> in <filename unknown>:0
  20. --- End of inner exception stack trace ---
  21. --- End of inner exception stack trace ---
  22. at Akka.Remote.EndpointWriter.PublishAndThrow (System.Exception reason, LogLevel level) <0x9244b08 + 0x001d3> in <filename unknown>:0
  23. at Akka.Remote.EndpointWriter.<Initializing>b__24_1 (Akka.Actor.Failure failure) <0x9244750 + 0x000d7> in <filename unknown>:0
  24. at (wrapper dynamic-method) System.Object:lambda_method (System.Runtime.CompilerServices.Closure,object,System.Action`1<Akka.Remote.EndpointManager/Send>,System.Action`1<Akka.Actor.Status/Failure>,System.Action`1<Akka.Remote.EndpointWriter/Handle>)
  25. at Akka.Tools.MatchHandler.PartialHandlerArgumentsCapture`4[T,T1,T2,T3].Handle (Akka.Tools.MatchHandler.T value) <0x3db8ea8 + 0x0003f> in <filename unknown>:0
  26. at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler (System.Object message, Akka.Tools.MatchHandler.PartialAction`1 partialAction) <0x6206db0 + 0x00015> in <filename unknown>:0
  27. at Akka.Actor.ReceiveActor.OnReceive (System.Object message) <0x6206d80 + 0x0001f> in <filename unknown>:0
  28. at Akka.Actor.UntypedActor.Receive (System.Object message) <0x6206d60 + 0x00017> in <filename unknown>:0
  29. at Akka.Actor.ActorBase.AroundReceive (Akka.Actor.Receive receive, System.Object message) <0x6206d20 + 0x00016> in <filename unknown>:0
  30. at Akka.Actor.ActorCell.ReceiveMessage (System.Object message) <0x6206aa8 + 0x00038> in <filename unknown>:0
  31. at Akka.Actor.ActorCell.Invoke (Envelope envelope) <0x6206850 + 0x00157> in <filename unknown>:0
  32. --- End of stack trace from previous location where exception was thrown ---
  33. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x9248600 + 0x0002b> in <filename unknown>:0
  34. at Akka.Actor.ActorCell.HandleFailed (Akka.Dispatch.SysMsg.Failed f) <0x9246ad0 + 0x0016b> in <filename unknown>:0
  35. at Akka.Actor.ActorCell.SystemInvoke (Envelope envelope) <0x61c5138 + 0x000d3> in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement