Problema
Al levantar un servicio en Windows muchas veces tiene conflicto porque el puerto ya se esta utilizando
Solución
Para verificar los puertos que se estan utilizando en windows abrir ventana de CMD con provilegios de administrrador y escribir lo siguiente
netstat -anb | more
ejemplo:
C:\WINDOWS\system32>netstat -anb | more
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
RpcSs
[svchost.exe]
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
Can not obtain ownership information
TCP 0.0.0.0:1468 0.0.0.0:0 LISTENING
[Syslogd_Service.exe]
TCP 0.0.0.0:1536 0.0.0.0:0 LISTENING
Can not obtain ownership information
TCP 0.0.0.0:1537 0.0.0.0:0 LISTENING
EventLog
[svchost.exe]
TCP 0.0.0.0:1538 0.0.0.0:0 LISTENING
[lsass.exe]
TCP 0.0.0.0:1539 0.0.0.0:0 LISTENING
Schedule
[svchost.exe]
TCP 0.0.0.0:1540 0.0.0.0:0 LISTENING
[spoolsv.exe]
TCP 0.0.0.0:1541 0.0.0.0:0 LISTENING