在服务器上安装TFS安装程序,遗憾的是,我们无法使用用于大量通信的标准端口8080。在TFS管理控制台中,已在以下区域中将URL更改为8087 ...
当在Team Foundation Server资源管理器中并开始构建时,我在开始时收到以下错误,我相信它正在尝试检索源。
F215097: An error occurred while initializing a build for build definition \Liberty-test\TFS-test:
Exception Message: One or more errors occurred. (type AggregateException)
Exception Stack Trace: at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at Microsoft.TeamFoundation.Build.Client.FileContainerHelper.GetFile(TfsTeamProjectCollection projectCollection, String itemPath, Stream outputStream)
at Microsoft.TeamFoundation.Build.Client.FileContainerHelper.GetFileAsString(TfsTeamProjectCollection projectCollection, String itemPath)
接着是最后一次内部异常...
Exception Message: No connection could be made because the target machine actively refused it 172.28.20.207:8080 (type SocketException)
Exception Stack Trace: at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
注意当我尝试检索源时使用的IP:8080,例如: 172.28.20.207:8080
它仍然是8080,试图确定此IP /端口的来源以及如何将其设置为8087.