Artifactory 无法更新存储库 - 存储库聚合了另一个包类型不匹配的存储库

Artifactory Failed to update repository - Repository aggregates another repository that has a mismatching package type

我在 Artifactory 中有一个虚拟存储库,其中包含几个不同回购类型的存储库。

当我尝试将 Maven 存储库添加到虚拟存储库时,它会抛出一条错误消息 "Failed to update repository" 并且在日志中显示:

2016-03-29 17:15:50,814 [http-nio-8082-exec-16] [INFO ] (o.a.u.r.s.a.c.r.UpdateRepositoryConfigService:43) - Updating repository MyCompany-dev
2016-03-29 17:15:50,814 [http-nio-8082-exec-16] [ERROR] (o.a.u.r.s.a.c.r.UpdateRepositoryConfigService:48) - Failed to update repository MyCompany-dev: Repository 'MyCompany-dev' aggregates another repository 'org.python.pypi' that has a mismatching package type Pypi

我们是运行版本:

Artifactory Professional 4.5.1 版本 40117

神器网站建议

"Combining and chaining repositories that use different layouts should work out-of-the-box."

https://www.jfrog.com/confluence/display/RTF/Repository+Layouts

所以我不确定为什么它会抛出一个错误提示它无法将 maven 存储库添加到虚拟存储库,因为那里已经有一个 pypi 存储库?

您将布局与包类型混淆了 - 正如您提到的那样,支持将多个不同的布局聚合到一个虚拟存储库中,但是不可能将多个不同的包类型聚合到一个虚拟存储库中某种类型的虚拟存储库(在您的情况下 - Pypi 虚拟存储库不能包含 Maven 存储库或除 Pypi 之外的任何其他类型)。

查看更多here and here