artifactory 相关问题

Artifactory是一个企业级通用二进制存储库管理器,供超过25种不同的依赖管理器使用,包括Maven,Docker,npm,PyPi等,并支持企业功能,如本地,云或混合拓扑,多站点复制,高可用性,分片,可插拔存储,自定义元数据,查询语言等等。

在 Artifactory 中发布 Bundle v2 促销

我已经实现了 Bundle Releases v2。我已经添加了所需的环境(DEV/QA/STAGING/PROD)。 该捆绑包应该在创建时命名和版本,现在我正在逐步将我的捆绑包升级为专业版...

回答 1 投票 0

允许匿名浏览包

启用匿名访问后,匿名用户可以使用搜索查找软件包,但不能直接浏览可用的软件包。登录后,所有包都显示,没有

回答 1 投票 0

Ansible get_url 返回 400

当使用 Ansible get_url 从 jfrog 下载文件时,它总是返回 400。而使用curl 尝试此操作效果非常好。 带有 get_url 的 Ansible 任务不起作用: - 名称:下载文件 ...

回答 1 投票 0

为什么 jf 可以在 cli 中工作,但 spec 不起作用?

这个效果很好 jf rt 搜索 piz-mvn-nightly --recursive=true --include-dirs=true 但我制作了 .spec 文件 { “文件”:[ { “aql”:{ “项目.查找”:{ &q...

回答 1 投票 0

打开 LDAP 限制组中用户的访问权限

我正在尝试将artifactory(maven 存储库)连接到我们开放的ldap。 我想限制仅对“开发人员”组中的用户进行访问。 遗憾的是我还远远不是 LDAP 专家。这就是目前的问题...

回答 2 投票 0

Artifactory从版本6.x升级到7.x失败

我正在尝试将当前的神器 6.23.1 升级到 7.10.1 所有升级日志都正常,但是当我重新启动服务时,出现以下错误: [root ~]# cat /opt/jfrog/artifactory/var/log/console....

回答 2 投票 0

Jenkins 离线安装插件

在Linux服务器上安装了Jenkins并想要手动安装一些插件。 我想安装 Blue Ocean 和 Artifactory。 对于这两个插件,我下载了 hpi 文件并尝试安装它,...

回答 3 投票 0

Windows 10,“hosts”文件自动更改

我的“hosts”文件(C:\Windows\System32\drivers tc\hosts)始终会自动更改自身。 该文件包括我的项目工件 IP 地址,并且它总是被注释或...

回答 2 投票 0

Pip 在内部 Artfactory 上失败并出现 ReadTimeoutError

TLDR:Pip/mamba/conda 因任意包的超时问题而不断失败。 Pip 设置为从内部工件中提取。 pip.conf 的内容 [全球的] 索引 URL = https://用户:密码@

回答 1 投票 0

如何在 Go 中使用 Artifactory 进行身份验证?

我无法真正理解极其简洁的文档 - 我的用例是我在 Artifactory 的已知 URL 上有一个文件,我想下载它。为此,我需要使用

回答 1 投票 0

从 7.55.8 升级到 7.98.8 后,SAML 配置损坏了

我们最近将 Artifactory 升级到了最新版本。大多数事情似乎都有效,但我们现有的 SAML 配置损坏了。当尝试登录时,我们得到: {“错误”:[{“代码”:&

回答 1 投票 0

无法禁用包清理 - 日志中出现错误

从artifactory-oss:7.90.14更新到artifactory-oss:7.98.8后,我们每天晚上00:06都会遇到以下错误: 无法获取包清理运行统计信息。 org.artifactory.rest.Exception.

回答 1 投票 0

货物注册表验证:无法登录/发布到 JFrog Artifactory 中的私人货物仓库

我正在尝试使用Cargo cli 将Cargo pkg 发布到在Jfrog 工件中配置的联合Cargo 存储库。 当我尝试从本地计算机通过 CargoPublish 命令发布时,出现 401 错误 `e...

回答 1 投票 0

Artifactory-cpp-ce - 升级到最新版本后出现“不支持的操作:联合”

将artifactory-cpp-ce(conan版本)从7.10.6升级到7.98.8后,我开始在日志中看到一个新错误,如下所示:2024-11-15T12:27:58.199Z [jfrt ] [错误] [1c6a13511b3b7426] [c....

回答 1 投票 0

无法创建名为“android”的发布,因为此容器不支持单独按名称创建元素

我正在使用 Gradle 在 Artifactory 上发布许多变体,并按照我在网上找到的示例,我使用了以下代码: 出版{ 出版物{ android.buildTypes.all {

回答 1 投票 0

JFrog 从旧 POD 到新 POD 的人工迁移 [7.15.4 实例到 7.90.14 rev 实例 K8s pod]

你好,有人可以帮助我吗? 我在将系统导出到 azip 时遇到问题,错误提示“500 内部”。 在此输入图像描述 以下是我使用过的设置......

回答 1 投票 0

将 S3 Minio 对象存储连接到 Artifactory 时出错

可能是什么问题?也许我需要向binarystore.xml 添加更多参数。我也不明白为什么如果我指定了 9000,它会尝试连接到端口 443。 二进制存储.xml 文件: 可能是什么问题?也许我需要向binarystore.xml 添加更多参数。我也不明白为什么如果我指定了 9000,它会尝试连接到端口 443。 binarystore.xml 文件: <config version="2"> <chain template="s3-storage-v3"/> <provider id="s3-storage-v3" type="s3-storage-v3"> <endpoint>http://s3_minio_ip:9000</endpoint> <identity>username</identity> <credential>password</credential> <path></path> <bucketName>test</bucketName> </provider> </config> 启动Artifactory时遇到错误: 2024-10-21T09:28:22.624Z [jfrt ] [WARN ] [f030324f462f1e16] [ifactoryApplicationContext:288] [art-init ] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'blobInfoServiceImpl' defined in URL [jar:file:/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/artifactory-addons-common-7.59.13.jar!/org/artifactory/addon/common/blobinfo/BlobInfoServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'replicatorServiceImpl' defined in URL [jar:file:/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/artifactory-addons-common-7.59.13.jar!/org/artifactory/addon/common/replicator/ReplicatorServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'artifactDistributionStatusWriterServiceImpl': Unsatisfied dependency expressed through field 'taskService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'taskServiceImpl': Unsatisfied dependency expressed through field 'addonsManager'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'addonsManagerImpl': Unsatisfied dependency expressed through method 'setEntitlementService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'JFConnectServiceImpl': Unsatisfied dependency expressed through method 'setAccessService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessServiceImpl': Unsatisfied dependency expressed through method 'setCentralConfigService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'centralConfig': Unsatisfied dependency expressed through field 'authService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityServiceImpl': Unsatisfied dependency expressed through method 'setBuildService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'buildServiceImpl': Unsatisfied dependency expressed through method 'setUploadService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'uploadServiceImpl': Unsatisfied dependency expressed through method 'setTrafficService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'trafficServiceImpl': Unsatisfied dependency expressed through method 'setRepositoryService' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'repositoryServiceImpl': Unsatisfied dependency expressed through field 'storageService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'storageServiceImpl': Unsatisfied dependency expressed through method 'setBinaryStore' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'artifactoryBinaryServiceImpl': Unsatisfied dependency expressed through method 'setBinaryService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'binaryInternalService': Invocation of init method failed; nested exception is com.amazonaws.SdkClientException: Unable to execute HTTP request:Connect to 172.17.14.223:443 [/172.17.14.223] failed: Connection refused 2024-10-21T09:28:22.636Z [jfrt ] [ERROR] [f030324f462f1e16] [ctoryContextConfigListener:126] [art-init ] - Application could not be initialized: Connection refused java.lang.reflect.InvocationTargetException: null at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.artifactory.lifecycle.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:267) at org.artifactory.lifecycle.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:122) 从错误来看,表明AWS SDK正在尝试使用端口443进行连接;但是,在配置中,我们指定了端口 9000。默认情况下,Artifactory 使用 HTTPS(端口 443),可以通过 binstore.xml 中的 useHttp 参数控制。 尝试更新binarystore.xml,如下所示并进行测试: <config version="2"> <chain template="s3-storage-v3"/> <provider id="s3-storage-v3" type="s3-storage-v3"> <endpoint>http://s3_minio_ip</endpoint> <useHttp>true</useHttp> <port>9000</port> <identity>username</identity> <credential>password</credential> <path>filestore</path> <enablePathStyleAccess>true</enablePathStyleAccess> <bucketName>test</bucketName> </provider> </config> 有关每个参数的更多信息,您可以参考 JFrog wiki:Amazon S3 模板参数。 此外,确认 Artifactory/服务器的代理变量。如果到 S3(s3_minio) 的连接不需要代理,则端点应包含在 no_proxy 变量中。

回答 1 投票 0

如何解决需要额外身份验证的 Swift Package 依赖?

我已经为 xcframework 创建了一个 Swift 包,我们无法将其包含在 git 存储库中(这样做会破坏签名)。 Swift 包只有一个 .binaryTarget,它托管在我们的 JFrog acco 上...

回答 1 投票 0

如何通过 JFrog Artifactory 代理存储库使用 Rust 货物?

我正在尝试设置货物以使用 Artifactory 代理到 crates.io 注册表。 我公司的 Artifactory 团队根据 JFrog 的官方文档为我设置了它 说明“设置...

回答 1 投票 0

Helm 依赖项:无法获取 https://...../index.yaml :401 Jfrog Artifactory

在尝试更新上传到私有 JFROG Artifactory 的 helm 图表的依赖项时,我在 index.yaml 拉取中收到 401 错误。 Helm Chart.yaml 描述:测试API api版本:v2 呐...

回答 1 投票 0

最新问题
© www.soinside.com 2019 - 2025. All rights reserved.