I'm trying to run a service in my local and this is what I get from the error log.
I tried searching on how to install the service but there are none that show on how to install it.
I think these answers here can answer your question.
But basically, first you need to install your service using
your_service.exe install
And then, you can start it using
your_service.exe start