Cannot start TFS Build service: Error 1227
- by Joni
When I try to start the TFS 2008 Build service on the port 9191 I get the following error message:
Windows could not start the Visual
Studio Team Foundation Build service
on Local Computer.
Error 1227: The network transport
endpoint already has an address
associated with it.
If I use another port it works, but I need it to be the default, 9191.
I tried using the following commands
wcfhttpconfig.exe free 9191
wcfhttpconfig.exe reserve Domain\ServiceAccount 9191
Both commands succeeses, but the service does not start.
I will appreciate any help!