TeamCity 构建代理不断显示“无法开始升级:连接重置”
我的 TeamCity 代理不断尝试从 TeamCity 服务器下载升级。它总是下载文件,然后无法启动安装,并出现错误:
警告 - jetbrains.buildServer.AGENT - 无法启动升级:连接重置
我的服务器正在 http://localhost:9912
如何停止这个无休止的循环?
从 JetBrains 下载最新版本的 TeamCity
My TeamCity agent is contniually trying to download upgrades from the TeamCity server. It always downloads the files, then fails to start the installation, with the error:
WARN - jetbrains.buildServer.AGENT - Unable to start upgrade: Connection reset
My server is running at http://localhost:9912
How do I stop this endless cycle?
Latest version of TeamCity downloaded from JetBrains
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜您正在将代理作为 AD 帐户运行,而不是在计算机帐户下运行。
在具有升级管理权限的帐户下运行代理服务。我不记得它试图编写的具体内容,但如果它是标准用户,则不会。
I'm guessing you're running the agent as an AD account rather than under the machine account.
Run the agent service under an account with administrative permissions for the upgrade. I don't remember the specifics of what it's trying to write but it won't if it's a standard user.