-
Can windows manager be used to run a single event store node as a service or is it used only when setting up a cluster?
-
I am trying to setup a single node eventstore with windows manager. Most likely I am providing something wrong…I have not been able to get event store working and also I cannot stop the service cleanly. When I try to stop the service, it hangs and writes the following to the event log. Any thoughts?
Failed to stop service. System.NullReferenceException:
Object reference not set to an instance of an object.
at
EventStore.Manager.Windows.Service.EventStoreManagerService.OnStop() in
c:\projects\eventstore-commercialha\src\EventStore.Manager.Windows\Service\EventStoreManagerService.cs:line
38
at
System.ServiceProcess.ServiceBase.DeferredStop()