I’m playing around with Teamcity 7 RC and its NuGet feed, and stumbled upon some weird behavior when trying to add an authenticated feed with missing credentials (to see what would happen). Don’t know if the problem is caused by Octopus or TeamCity, but when clicking “Create” in the add feed dialog the API/Feeds/Add POST request hangs, while the cpu and memory usage of both w3wp.exe and the TeamCity process goes through the roof.
Another note, when adding a feed with an invalid url Octopus returns status code 500, which led me to believe that Octopus was crashing for some reason. Returning 400 (or something in the 4xx range) would make more sense here.
Just a small update to this. Today I changed the Teamcity password, which caused the feed password to change. This meant that the NuGet feed in Octopus now had invalid credentials, and the same thing happened when I tried using Octopus. CPU went high on both w3wp and TeamCity.
Were you ever able to get octopus to work with a teamcity nuget feed? I am trying to add an unauthenticated guest nuget feed and I keep getting “Error: 500 - Server error: Arithmetic operation resulted in an overflow.”
This isnt with an authenticated feed however. Any help would be appreciated.
I got octopus working with a TeamCity nuget feed. I didn’t try the public feed, rather had to specify a username/password. Not sure if integrated security works.
Not sure, I don’t have direct access to the octopus server. The problem only occurs when nuget (TeamCity) requires auth and the username/password is incorrect or left blank.