TFS构建错误 - 初始化构建定义的构建 - 错误的端口

时间:2015-11-18 01:47:35

标签: tfs build

在服务器上安装TFS安装程序,遗憾的是,我们无法使用用于大量通信的标准端口8080。在TFS管理控制台中,已在以下区域中将URL更改为8087 ...

  • 应用程序层使用"更改URL"
  • 应用程序层/团队项目集合 - 更改了URL
  • 构建配置 - 构建服务以进行收集
  • 在IIS中,将端口8080更改为" tfs"网络应用

当在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.

0 个答案:

没有答案