CruiseControl.Net 尝试从模板创建 VM 时失败并出现异常

CruiseControl.Net failing with exception when trying to create VM from template

我继承了对产品的支持,该产品在 2.5 年没有出现问题后现在抛出以下异常: "ThoughtWorks.CruiseControl.Core.CruiseControlException: Error creating VM [Unable to create VM based on [Template_VS2013]. Error: The specified key, name, or identifier 'Template_VS2013' already exists.]"

我无法直接访问生产环境,但似乎密钥和名称实际上并不存在。我继承了一些支持文档,其中指出此错误是由于服务器上缺少 space 而代码为 运行 但有 TB 的可用磁盘 space.

代码是 C# 使用 CruiseControl.Net

有人知道是什么原因造成的吗?

谢谢

这似乎是由缓存的 VMWare 错误引起的:https://communities.vmware.com/thread/476449

我们目前正在研究解决方法/修复