jpierson / x-akka-sharding

Experimentation with Akka.Cluster.Sharding
0 stars 0 forks source link

Errors starting up sharding example #2

Open jpierson opened 8 years ago

jpierson commented 8 years ago

Running the example app from master https://github.com/jpierson/x-akka-sharding/commit/c63b66c7accd471de5f9f0e4186b6220779d39fe I'm seeing the following errors.

x-akka-sharding

[INFO][8/3/2016 7:31:40 PM][Thread 0008][remoting] Starting remoting
[INFO][8/3/2016 7:31:40 PM][Thread 0008][remoting] Remoting started; listening on addresses : [akka.tcp://test@0.0.0.0:42647]
[INFO][8/3/2016 7:31:40 PM][Thread 0008][remoting] Remoting now listens on addresses: [akka.tcp://test@0.0.0.0:42647]
[INFO][8/3/2016 7:31:40 PM][Thread 0008][Cluster] Cluster Node [akka.tcp://test@0.0.0.0:42647] - Starting up...
[INFO][8/3/2016 7:31:40 PM][Thread 0008][Cluster] Cluster Node [akka.tcp://test@0.0.0.0:42647] - Started up successfully
[INFO][8/3/2016 7:31:41 PM][Thread 0010][[akka://test/system/cluster/core/daemon#2131753834]] Welcome from [akka.tcp://test@127.0.0.1:4053]
[ERROR][8/3/2016 7:31:41 PM][Thread 0021][Akka.Remote.Transport.Helios.TcpClientHandler] Error caught channel [[::ffff:127.0.0.1]:42670->[::ffff:127.0.0.1]:4053](Id=ChannelId(409264448))
Cause: System.Net.Sockets.SocketException (0x80004005): The I/O operation has been aborted because of either a thread exit or an application request
   at Helios.Channels.Sockets.SocketChannelAsyncOperation.Validate()
   at Helios.Channels.Sockets.AbstractSocketByteChannel.SocketByteChannelUnsafe.FinishRead(SocketChannelAsyncOperation operation)
[INFO][8/3/2016 7:31:41 PM][Thread 0013][akka://test/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-1] Message Disassociated from NoSender to akka://test/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-1 was not delivered. 1 dead letters encountered.
[INFO][8/3/2016 7:31:41 PM][Thread 0025][akka://test/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-1] Message Disassociated from NoSender to akka://test/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-1 was not delivered. 2 dead letters encountered.
[WARNING][8/3/2016 7:31:41 PM][Thread 0014][[akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-1#1586149292]] Association with remote system akka.tcp://test@127.0.0.1:4053 has failed; address is now gated for 5000 ms. Reason is: [Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)]
[ERROR][8/3/2016 7:31:41 PM][Thread 0014][akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-1] Disassociated
Cause: Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)
[INFO][8/3/2016 7:31:41 PM][Thread 0013][akka://test/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-1] Message DisassociateUnderlying from akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-1/endpointWriter to akka://test/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-1 was not delivered. 3 dead letters encountered.
[INFO][8/3/2016 7:31:41 PM][Thread 0010][akka://test/deadLetters] Message GossipStatus from akka://test/system/cluster/core/daemon to akka://test/deadLetters was not delivered. 4 dead letters encountered.
[INFO][8/3/2016 7:31:42 PM][Thread 0010][akka://test/deadLetters] Message Heartbeat from akka://test/system/cluster/core/daemon/heartbeatSender to akka://test/deadLetters was not delivered. 5 dead letters encountered.
[INFO][8/3/2016 7:31:42 PM][Thread 0026][akka://test/deadLetters] Message GossipStatus from akka://test/system/cluster/core/daemon to akka://test/deadLetters was not delivered. 6 dead letters encountered.
[INFO][8/3/2016 7:31:42 PM][Thread 0013][akka://test/deadLetters] Message Register from akka://test/user/sharding/aggregate to akka://test/deadLetters was not delivered. 7 dead letters encountered.
[INFO][8/3/2016 7:31:43 PM][Thread 0011][akka://test/deadLetters] Message Heartbeat from akka://test/system/cluster/core/daemon/heartbeatSender to akka://test/deadLetters was not delivered. 8 dead letters encountered.
[INFO][8/3/2016 7:31:43 PM][Thread 0011][akka://test/deadLetters] Message GossipStatus from akka://test/system/cluster/core/daemon to akka://test/deadLetters was not delivered. 9 dead letters encountered.
[WARNING][8/3/2016 7:31:46 PM][Thread 0015][[akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-2#1874605236]] Association with remote system akka.tcp://test@127.0.0.1:4053 has failed; address is now gated for 5000 ms. Reason is: [Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)]
[ERROR][8/3/2016 7:31:46 PM][Thread 0014][akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-2] Disassociated
Cause: Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)
[INFO][8/3/2016 7:31:46 PM][Thread 0013][[akka://test/user/sharding/aggregateCoordinator#464249473]] ClusterSingletonManager state change [Start -> Younger] Akka.Cluster.Tools.Singleton.Uninitialized
[WARNING][8/3/2016 7:31:49 PM][Thread 0012][[akka://test/system/cluster/core/daemon#2131753834]] Cluster Node [akka.tcp://test@0.0.0.0:42647] - Marking node(s) as UNREACHABLE [Member(address = akka.tcp://test@127.0.0.1:4053, status = Up, role=[lighthouse], upNumber=1)]. Node roles [sharding]
[WARNING][8/3/2016 7:31:52 PM][Thread 0014][[akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-3#935855602]] Association with remote system akka.tcp://test@127.0.0.1:4053 has failed; address is now gated for 5000 ms. Reason is: [Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)]
[ERROR][8/3/2016 7:31:52 PM][Thread 0014][akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-3] Disassociated
Cause: Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)
[WARNING][8/3/2016 7:31:58 PM][Thread 0014][[akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-4#95239237]] Association with remote system akka.tcp://test@127.0.0.1:4053 has failed; address is now gated for 5000 ms. Reason is: [Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)]
[ERROR][8/3/2016 7:31:58 PM][Thread 0017][akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-4] Disassociated
Cause: Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)
[WARNING][8/3/2016 7:32:04 PM][Thread 0016][[akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-5#1527542208]] Association with remote system akka.tcp://test@127.0.0.1:4053 has failed; address is now gated for 5000 ms. Reason is: [Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)]
[ERROR][8/3/2016 7:32:04 PM][Thread 0016][akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-5] Disassociated
Cause: Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)
[INFO][8/3/2016 7:32:08 PM][Thread 0026][[akka://test/system/cluster/core/daemon#2131753834]] Leader can currently not perform its duties, reachability status: [akka.tcp://test@0.0.0.0:42647 -> UniqueAddress: (akka.tcp://test@127.0.0.1:4053, 629387112): Unreachable [Unreachable] (1), ], member status: [$akka.tcp://test@0.0.0.0:42647 $Up seen=$True, $akka.tcp://test@127.0.0.1:4053 $Up seen=$False]
[WARNING][8/3/2016 7:32:10 PM][Thread 0014][[akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-6#1451208288]] Association with remote system akka.tcp://test@127.0.0.1:4053 has failed; address is now gated for 5000 ms. Reason is: [Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)]
[ERROR][8/3/2016 7:32:10 PM][Thread 0016][akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%40127.0.0.1%3A4053-6] Disassociated
Cause: Akka.Remote.EndpointDisassociatedException: Disassociated
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.Unhandled(Object message)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.<>c__DisplayClass11_0.<Become>b__0(Object m)
   at Akka.Actor.ActorCell.<>c__DisplayClass114_0.<Akka.Actor.IUntypedActorContext.Become>b__0(Object m)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.ReceivedTerminated(Terminated t)
   at Akka.Actor.ActorCell.AutoReceiveMessage(Envelope envelope)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)

Lighthouse

Topshelf.HostFactory: Configuration Result:
[Success] Name Lighthouse
[Success] Description Lighthouse Akka.NET Service Discovery
[Success] ServiceName Lighthouse
Topshelf.HostConfigurators.HostConfiguratorImpl: Topshelf v3.2.150.0, .NET Framework v4.0.30319.42000
Akka.Event.DummyClassForStringSources: Starting remoting
Akka.Event.DummyClassForStringSources: Remoting started; listening on addresses : [akka.tcp://test@127.0.0.1:4053]
Akka.Event.DummyClassForStringSources: Remoting now listens on addresses: [akka.tcp://test@127.0.0.1:4053]
Akka.Event.DummyClassForStringSources: Cluster Node [akka.tcp://test@127.0.0.1:4053] - Starting up...
Akka.Event.DummyClassForStringSources: Cluster Node [akka.tcp://test@127.0.0.1:4053] - Started up successfully
Topshelf.Hosts.ConsoleRunHost: The Lighthouse service is now running, press Control+C to exit.
Akka.Cluster.ClusterCoreDaemon: Node [akka.tcp://test@127.0.0.1:4053] is JOINING, roles [lighthouse]
Akka.Cluster.ClusterCoreDaemon: Leader is moving node [akka.tcp://test@127.0.0.1:4053] to [Up]
Akka.Cluster.ClusterCoreDaemon: Node [akka.tcp://test@0.0.0.0:42647] is JOINING, roles [sharding]
Akka.Remote.EndpointWriter: AssociationError [akka.tcp://test@127.0.0.1:4053] <- akka.tcp://test@0.0.0.0:42647: Error [Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.] [   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
   at System.RuntimeType.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
   at System.Type.GetType(String typeName, Boolean throwOnError)
   at Wire.ValueSerializers.ObjectSerializer.<>c.<GetTypeFromManifestName>b__16_0(Byte[] b)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Wire.ValueSerializers.ObjectSerializer.GetTypeFromManifestName(Stream stream, DeserializerSession session)
   at Wire.Serializer.GetDeserializerByManifest(Stream stream, DeserializerSession session)
   at Wire.Serializer.Deserialize[T](Stream stream)
   at Akka.Serialization.WireSerializer.FromBinary(Byte[] bytes, Type type)
   at Akka.Serialization.Serialization.Deserialize(Byte[] bytes, Int32 serializerId, String manifest)
   at Akka.Remote.Serialization.MessageContainerSerializer.FromBinary(Byte[] bytes, Type type)
   at Akka.Serialization.Serialization.Deserialize(Byte[] bytes, Int32 serializerId, String manifest)
   at Akka.Remote.MessageSerializer.Deserialize(ActorSystem system, SerializedMessage messageProtocol)
   at Akka.Remote.DefaultMessageDispatcher.Dispatch(IInternalActorRef recipient, Address recipientAddress, SerializedMessage message, IActorRef senderOption)
   at Akka.Remote.EndpointReader.<Reading>b__11_1(InboundPayload inbound)
   at lambda_method(Closure , Object , Action`1 , Action`1 , Action`1 )
   at Akka.Tools.MatchHandler.PartialHandlerArgumentsCapture`4.Handle(T value)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.OnReceive(Object message)
   at Akka.Actor.UntypedActor.Receive(Object message)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)]
Akka.Remote.ReliableDeliverySupervisor: Association with remote system akka.tcp://test@0.0.0.0:42647 has failed; address is now gated for 5000 ms. Reason is: [System.IO.FileNotFoundException: Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null'
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.<SupervisorStrategy>b__20_0(Exception ex)
   at Akka.Actor.LocalOnlyDecider.Decide(Exception cause)
   at Akka.Actor.OneForOneStrategy.Handle(IActorRef child, Exception x)
   at Akka.Actor.SupervisorStrategy.HandleFailure(ActorCell actorCell, Exception cause, ChildRestartStats failedChildStats, IReadOnlyCollection`1 allChildren)
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)

=== Pre-bind state information ===
LOG: DisplayName = Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null
 (Fully-specified)
LOG: Appbase = file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : Wire, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\jeff\source\x-akka-sharding\Lighthouse\bin\Debug\Lighthouse.vshost.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding.DLL.
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding/Akka.Cluster.Sharding.DLL.
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding.EXE.
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding/Akka.Cluster.Sharding.EXE.
]
Akka.Event.DummyClassForStringSources: Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null'
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.<SupervisorStrategy>b__20_0(Exception ex)
   at Akka.Actor.LocalOnlyDecider.Decide(Exception cause)
   at Akka.Actor.OneForOneStrategy.Handle(IActorRef child, Exception x)
   at Akka.Actor.SupervisorStrategy.HandleFailure(ActorCell actorCell, Exception cause, ChildRestartStats failedChildStats, IReadOnlyCollection`1 allChildren)
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)

=== Pre-bind state information ===
LOG: DisplayName = Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null
 (Fully-specified)
LOG: Appbase = file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : Wire, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\jeff\source\x-akka-sharding\Lighthouse\bin\Debug\Lighthouse.vshost.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding.DLL.
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding/Akka.Cluster.Sharding.DLL.
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding.EXE.
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding/Akka.Cluster.Sharding.EXE.

Akka.Actor.OneForOneStrategy: Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null'
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.<SupervisorStrategy>b__20_0(Exception ex)
   at Akka.Actor.LocalOnlyDecider.Decide(Exception cause)
   at Akka.Actor.OneForOneStrategy.Handle(IActorRef child, Exception x)
   at Akka.Actor.SupervisorStrategy.HandleFailure(ActorCell actorCell, Exception cause, ChildRestartStats failedChildStats, IReadOnlyCollection`1 allChildren)
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)

=== Pre-bind state information ===
LOG: DisplayName = Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null
 (Fully-specified)
LOG: Appbase = file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : Wire, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\jeff\source\x-akka-sharding\Lighthouse\bin\Debug\Lighthouse.vshost.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding.DLL.
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding/Akka.Cluster.Sharding.DLL.
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding.EXE.
LOG: Attempting download of new URL file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/Akka.Cluster.Sharding/Akka.Cluster.Sharding.EXE.

Akka.Actor.LocalActorRef: Message Disassociated from akka://test/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2F%2Ftest%40%5B%3A%3Affff%3A127.0.0.1%5D%3A42670-1 to akka://test/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%400.0.0.0%3A42647-1/endpointWriter/endpointReader-akka.tcp%3A%2F%2Ftest%400.0.0.0%3A42647-1 was not delivered. 1 dead letters encountered.
Akka.Actor.LocalActorRef: Message Disassociated from NoSender to akka://test/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2F%2Ftest%40%5B%3A%3Affff%3A127.0.0.1%5D%3A42670-1 was not delivered. 2 dead letters encountered.
Akka.Remote.RemoteActorRefProvider+RemoteDeadLetterActorRef: Message GossipStatus from akka://test/system/cluster/core/daemon to akka://test/deadLetters was not delivered. 3 dead letters encountered.
Akka.Cluster.ClusterCoreDaemon: Leader is moving node [akka.tcp://test@0.0.0.0:42647] to [Up]
Akka.Remote.RemoteActorRefProvider+RemoteDeadLetterActorRef: Message Heartbeat from akka://test/system/cluster/core/daemon/heartbeatSender to akka://test/deadLetters was not delivered. 4 dead letters encountered.
Akka.Remote.RemoteActorRefProvider+RemoteDeadLetterActorRef: Message GossipEnvelope from akka://test/system/cluster/core/daemon to akka://test/deadLetters was not delivered. 5 dead letters encountered.
Akka.Remote.RemoteActorRefProvider+RemoteDeadLetterActorRef: Message Heartbeat from akka://test/system/cluster/core/daemon/heartbeatSender to akka://test/deadLetters was not delivered. 6 dead letters encountered.
Akka.Remote.RemoteActorRefProvider+RemoteDeadLetterActorRef: Message GossipEnvelope from akka://test/system/cluster/core/daemon to akka://test/deadLetters was not delivered. 7 dead letters encountered.
Akka.Remote.RemoteActorRefProvider+RemoteDeadLetterActorRef: Message Heartbeat from akka://test/system/cluster/core/daemon/heartbeatSender to akka://test/deadLetters was not delivered. 8 dead letters encountered.
Akka.Remote.RemoteActorRefProvider+RemoteDeadLetterActorRef: Message GossipEnvelope from akka://test/system/cluster/core/daemon to akka://test/deadLetters was not delivered. 9 dead letters encountered.
Akka.Remote.EndpointWriter: AssociationError [akka.tcp://test@127.0.0.1:4053] <- akka.tcp://test@0.0.0.0:42647: Error [Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.] [   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type)
   at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
   at System.RuntimeType.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
   at System.Type.GetType(String typeName, Boolean throwOnError)
   at Wire.ValueSerializers.ObjectSerializer.<>c.<GetTypeFromManifestName>b__16_0(Byte[] b)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Wire.ValueSerializers.ObjectSerializer.GetTypeFromManifestName(Stream stream, DeserializerSession session)
   at Wire.Serializer.GetDeserializerByManifest(Stream stream, DeserializerSession session)
   at Wire.Serializer.Deserialize[T](Stream stream)
   at Akka.Serialization.WireSerializer.FromBinary(Byte[] bytes, Type type)
   at Akka.Serialization.Serialization.Deserialize(Byte[] bytes, Int32 serializerId, String manifest)
   at Akka.Remote.Serialization.MessageContainerSerializer.FromBinary(Byte[] bytes, Type type)
   at Akka.Serialization.Serialization.Deserialize(Byte[] bytes, Int32 serializerId, String manifest)
   at Akka.Remote.MessageSerializer.Deserialize(ActorSystem system, SerializedMessage messageProtocol)
   at Akka.Remote.DefaultMessageDispatcher.Dispatch(IInternalActorRef recipient, Address recipientAddress, SerializedMessage message, IActorRef senderOption)
   at Akka.Remote.EndpointReader.<Reading>b__11_1(InboundPayload inbound)
   at lambda_method(Closure , Object , Action`1 , Action`1 , Action`1 )
   at Akka.Tools.MatchHandler.PartialHandlerArgumentsCapture`4.Handle(T value)
   at Akka.Actor.ReceiveActor.ExecutePartialMessageHandler(Object message, PartialAction`1 partialAction)
   at Akka.Actor.ReceiveActor.OnReceive(Object message)
   at Akka.Actor.UntypedActor.Receive(Object message)
   at Akka.Actor.ActorBase.AroundReceive(Receive receive, Object message)
   at Akka.Actor.ActorCell.ReceiveMessage(Object message)
   at Akka.Actor.ActorCell.Invoke(Envelope envelope)]
Akka.Remote.ReliableDeliverySupervisor: Association with remote system akka.tcp://test@0.0.0.0:42647 has failed; address is now gated for 5000 ms. Reason is: [System.IO.FileNotFoundException: Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null'
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.<SupervisorStrategy>b__20_0(Exception ex)
   at Akka.Actor.LocalOnlyDecider.Decide(Exception cause)
   at Akka.Actor.OneForOneStrategy.Handle(IActorRef child, Exception x)
   at Akka.Actor.SupervisorStrategy.HandleFailure(ActorCell actorCell, Exception cause, ChildRestartStats failedChildStats, IReadOnlyCollection`1 allChildren)
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)

=== Pre-bind state information ===
LOG: DisplayName = Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null
 (Fully-specified)
LOG: Appbase = file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : Wire, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\jeff\source\x-akka-sharding\Lighthouse\bin\Debug\Lighthouse.vshost.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: The same bind was seen before, and was failed with hr = 0x80070002.
]
Akka.Event.DummyClassForStringSources: Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null'
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.<SupervisorStrategy>b__20_0(Exception ex)
   at Akka.Actor.LocalOnlyDecider.Decide(Exception cause)
   at Akka.Actor.OneForOneStrategy.Handle(IActorRef child, Exception x)
   at Akka.Actor.SupervisorStrategy.HandleFailure(ActorCell actorCell, Exception cause, ChildRestartStats failedChildStats, IReadOnlyCollection`1 allChildren)
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)

=== Pre-bind state information ===
LOG: DisplayName = Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null
 (Fully-specified)
LOG: Appbase = file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : Wire, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\jeff\source\x-akka-sharding\Lighthouse\bin\Debug\Lighthouse.vshost.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: The same bind was seen before, and was failed with hr = 0x80070002.

Akka.Actor.OneForOneStrategy: Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. System.IO.FileNotFoundException: Could not load file or assembly 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null'
   at Akka.Remote.EndpointWriter.PublishAndThrow(Exception reason, LogLevel level)
   at Akka.Remote.EndpointWriter.<SupervisorStrategy>b__20_0(Exception ex)
   at Akka.Actor.LocalOnlyDecider.Decide(Exception cause)
   at Akka.Actor.OneForOneStrategy.Handle(IActorRef child, Exception x)
   at Akka.Actor.SupervisorStrategy.HandleFailure(ActorCell actorCell, Exception cause, ChildRestartStats failedChildStats, IReadOnlyCollection`1 allChildren)
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)
--- End of stack trace from previous location where exception was thrown ---
   at Akka.Actor.ActorCell.HandleFailed(Failed f)
   at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)

=== Pre-bind state information ===
LOG: DisplayName = Akka.Cluster.Sharding, Version=1.1.1.28, Culture=neutral, PublicKeyToken=null
 (Fully-specified)
LOG: Appbase = file:///C:/Users/jeff/source/x-akka-sharding/Lighthouse/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : Wire, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\jeff\source\x-akka-sharding\Lighthouse\bin\Debug\Lighthouse.vshost.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: The same bind was seen before, and was failed with hr = 0x80070002.
jpierson commented 8 years ago

Manually adding the following package reference to packages.config for the Lighthouse project appears to resolve these errors.

<package id="Akka.Cluster.Sharding" version="1.1.1.28-beta" targetFramework="net452" />
<package id="Akka.Persistence" version="1.1.1.28-beta" targetFramework="net452" />

It was unexpected to me that Lighthouse required a reference to Akka.Cluster.Sharding even though it is supposed to only be acting as a seed for the cluster.