Team Foundation Server 构建时出现问题
我们在 TFS2010 中有多个项目集合,其中一个特定集合出现以下错误。
TF215097:为构建定义 \xxxxx\xxxx 测试构建初始化构建时发生错误:请求通道在 00:04:59.9843751 之后等待回复时超时。增加传递给 Request 调用的超时值或增加 Binding 上的 SendTimeout 值。分配给此操作的时间可能是较长超时的一部分。
我对 TFS 相当陌生,希望能指出正确的方向。
We have several project collections in TFS2010 and one particular collection is getting the following error.
TF215097: An error occurred while initializing a build for build definition \xxxxx\xxxx Test Build: The request channel timed out while waiting for a reply after 00:04:59.9843751. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
I'm fairly new to TFS and would appreciate and pointers in the right direction.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
解决了!!!我们的构建服务器通过 NLB 与我们的应用程序层通信。刚刚检查了 NLB 配置,发现其中一个应用程序层 NIC 已恢复为 169.xxx 地址。从 NLB 中删除,重新配置 NIC,添加到 NLB,一切正常!!!
SOLVED!!!! Our Build Servers talk to our App Tiers through NLB. Just checked the NLB Config and found that one of the App Tiers NIC's had reverted to a 169.x.x.x address. Removed from NLB, Reconfigured NIC, Added to NLB, All working!!!
您可以发布诊断构建输出吗?
队列新建 ->参数选项卡 ->记录详细程度 ->诊断。构建后,发布相关日志文件部分。
此时我可以给你一个相当可靠的猜测;然而,有了这些信息,我们应该能够准确地判断发生了什么。
Can you post the diagnostic build output?
Queue New Build -> Parameters Tab -> Logging Verbosity -> Diagnostic. After it builds, post the relative log file section.
I can give you a pretty solid guess at this point; however, with that information we should be able to tell exactly what is going on.