0

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

skaffman
  • 398,947
  • 96
  • 818
  • 769
goofballLogic
  • 37,883
  • 8
  • 44
  • 62

1 Answers1

1

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.

mattk
  • 1,335
  • 1
  • 14
  • 19