刚刚在一个盒子上安装了一个新版本的TFS 2015,一切正常,现在我正在尝试让构建工作,但是我一遍又一遍地重复下面的错误。
我正在使用构建服务的默认本地服务auth,但我也得到了与自定义用户相同的错误。 VSO代理显示为在服务和TFS管理控制台中运行,但是只要我启动队列,它就会坐在那里等待构建服务。
我在网上找到的所有错误都有堆栈跟踪,比我的信息更多。如果您感兴趣here是D:\ Program Files \ Microsoft Team Foundation Server 14.0 \ Build_diag中最新日志条目的要点。
有没有人有任何想法?
TF53010: The following error has occurred in a Team Foundation component or extension:
Date (UTC): 12/3/2015 1:24:00 AM
Machine:
Application Domain: TfsJobAgent.exe
Assembly: Microsoft.TeamFoundation.Framework.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v4.0.30319
Service Host:
Process Details:
Process Name: TfsJobAgent
Process Id: 1584
Thread Id: 2216
Account name: NT AUTHORITY\LOCAL SERVICE
Detailed Message: There was an error during job agent execution. The operation will be retried. Similar errors in the next five minutes may not be logged.
Exception Message: Exception has been thrown by the target of an invocation. (type TargetInvocationException)
Exception Stack Trace: at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance[T]()
at Microsoft.TeamFoundation.Framework.Server.ComponentCreator`1.Create(ISqlConnectionInfo connectionInfo, Int32 commandTimeout, Int32 deadlockPause, Int32 maxDeadlockRetries, ITFLogger logger)
at Microsoft.TeamFoundation.Framework.Server.TeamFoundationResourceManagementService.CreateComponentRaw[TComponent](ISqlConnectionInfo connectionInfo, Int32 commandTimeout, Int32 deadlockPause, Int32 maxDeadlockRetries, Boolean handleNoResourceManagementSchema, Boolean verifyServiceVersion, Boolean throwExceptions, ITFLogger logger)
at Microsoft.TeamFoundation.Framework.Server.JobApplication.SetupInternal()
at Microsoft.TeamFoundation.Framework.Server.JobServiceUtil.RetryOperationsUntilSuccessful(RetryOperations operations, Int32 maxTries, Int32& delayOnExceptionSeconds)
Inner Exception Details:
Exception Message: External component has thrown an exception. (type SEHException)
Exception Stack Trace: at Microsoft.TeamFoundation.Framework.Server.DatabaseManagementComponent15..ctor()