简体   繁体   English

无法在本地创建项目 azure devops 2019

[英]unable to create a project azure devops 2019 on premises

I have azure DevOps server on premises, and I want to create a new project but I can't.我在本地有 azure DevOps 服务器,我想创建一个新项目,但我不能。 even though I'm using the admin account.即使我使用的是管理员帐户。 I can create new collection, but I can't create new projects, here's the log when I check it我可以创建新集合,但我不能创建新项目,这是我检查时的日志

++ Executing - Operation: ProjectCreate, Group: ProjectCreate.TfsTeamBuild
[09:35:38.947] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[09:35:38.947] Executing step: Create the Team Project
[09:35:38.947]   Executing step: 'Create the Team Project' Build.CreateTeamProject (7 of 12)
[09:38:43.323]   [Error] The file exists.
[09:38:43.427]   System.IO.IOException: The file exists.
[09:38:43.427]      at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
[09:38:43.427]      at System.IO.Path.InternalGetTempFileName(Boolean checkHost)
[09:38:43.427]      at Microsoft.TeamFoundation.Build.Server.ProcessTemplate.UpdateCachedProcessParameters(IVssRequestContext requestContext, VersionSpec versionSpec)
[09:38:43.427]      at Microsoft.TeamFoundation.Build.Server.TeamFoundationBuildService.AddProcessTemplates(IVssRequestContext requestContext, IList`1 processTemplates)
[09:38:43.427]      at Microsoft.TeamFoundation.Build.Server.TeamFoundationBuildService.CreateBuiltInProcessTemplates(IVssRequestContext requestContext, String teamProjectUri, Boolean isUpgrade)
[09:38:43.427]      at Microsoft.TeamFoundation.Build.Server.TeamFoundationBuildService.CreateTeamProject(IVssRequestContext requestContext, String projectUri, IList`1 permissions)
[09:38:43.427]      at Microsoft.TeamFoundation.Server.Servicing.TFCollection.BuildStepPerformer.CreateTeamProject(ServicingContext servicingContext)
[09:38:43.427]      at Microsoft.TeamFoundation.Framework.Server.TeamFoundationStepPerformerBase.PerformHostStep(String servicingOperation, ServicingOperationTarget target, IServicingStep servicingStep, String stepData, ServicingContext servicingContext)
[09:38:43.427]      at Microsoft.TeamFoundation.Framework.Server.TeamFoundationStepPerformerBase.PerformStep(String servicingOperation, ServicingOperationTarget target, String stepType, String stepData, ServicingContext servicingContext)
[09:38:43.427]      at Microsoft.TeamFoundation.Framework.Server.ServicingStepDriver.PerformServicingStep(ServicingStep step, ServicingContext servicingContext, ServicingStepGroup group, ServicingOperation servicingOperation, Int32 stepNumber, Int32 totalSteps)
[09:38:43.427] Step failed: Create the Team Project. Execution time: 3 minutes and 4 seconds.
[09:38:43.427]   [StepDuration] 184.3850653
[09:38:43.427]   [GroupDuration] 184.4857136
[09:38:43.777]   [OperationDuration] 204.5521056
[09:38:43.787]   Clearing dictionary, removing all items

But there's no existing file the project name is unique.但是没有现有文件,项目名称是唯一的。 any kind of support it'll be appreciated thanks & regards任何形式的支持将不胜感激谢谢和问候

Looks like you need to make sure AzureJobAgent in Services is running.看起来您需要确保服务中的 AzureJobAgent 正在运行。 Mine was set to Manual.我的设置为手动。 Set it to Automatic and it should start when needed.将其设置为自动,它应该在需要时启动。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM