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()
a. What version of Event Store and the Manager is this?
b. Have you tried running the Manager in interactive mode to ensure that it can start the database node etc just fine?
I ran using interactive mode - The event store runs and I am able to open the UI locally. However, I cannot open the UI from a different machine. Also this error message is logged repeatedly in the console window - "Error while retrieving cluster members through DNS) "
When I install and run as a service, I cannot even access the UI from the local machine and no db files are created.
I got it working !!! I was running the install command from the current directory, so was not providing the full path of manager.config. I am assuming the service was looking for the config file in the system32 directory.