Hide
added a comment -
Installer triggers erlsrv to register as window service. As result, we won't directly talk to Window Service Control Manager about any errors. On windows, you always go to Task Manager to manage/monitor any services. In fact, Task Manager will restart any failed service with specified times. We don't need to worry about it.
The bottom line about the problem is that antivirus will block certain tcp/ip ports, or services that open those ports.
Show
added a comment - Installer triggers erlsrv to register as window service. As result, we won't directly talk to Window Service Control Manager about any errors. On windows, you always go to Task Manager to manage/monitor any services. In fact, Task Manager will restart any failed service with specified times. We don't need to worry about it.
The bottom line about the problem is that antivirus will block certain tcp/ip ports, or services that open those ports.