Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS Build Controller service HTTP code 500: System.ServiceModel.ServiceActivationException

Tags:

tfs

I have configured the TFS 2013 build service but the build controller fails after 5 seconds with error

Please contact your administrator. There was an error contacting the server. Technical information (for administrator): HTTP code 500: System.ServiceModel.ServiceActivationException

I tried modifying the web.config Program Files\Microsoft Team Foundation Server 12.0\Application Tier\Message Queue but no luck

http://social.msdn.microsoft.com/Forums/vstudio/en-US/a48e3951-d984-4648-ad24-a18ed09de97b/tfs-2012-builds-stuck-at-just-started?forum=tfsbuild

like image 863
Bindya Avatar asked Mar 18 '26 17:03

Bindya


2 Answers

Take a look at Task Manager on the machine where your TFS Repository lives. We have this problem whenever its memory utilization is greater than 95%.

like image 87
MatrixManAtYrService Avatar answered Mar 21 '26 04:03

MatrixManAtYrService


Had the same issue and in our case it was resolved after lowering the memory usage of the server.

like image 32
Jimi Avatar answered Mar 21 '26 04:03

Jimi