4,375 questions
-1
votes
0
answers
49
views
Artifactory OSS 7.133.15 - Frontend Javascript 404's on login page
I am building an artifactory instances on Ubuntu 22.04 using Artifactory OSS 7.133.15 (latest). When visiting the login page once artifactory starts, I get many errors in the browser console log, ...
0
votes
0
answers
46
views
Mirror Shopware Store in Private Artifactory
I want to access the plugins from the Shopware Store through a private JFrog Artifactory so that I don't have to share the Store Bearer Key with all Developers.
I have created a remote composer ...
7
votes
3
answers
404
views
Artifactory JCR 7.133.3 Unable to view repositories with error Unsupported operation: federated
After upgrading Artifactory JCR from 7.125.9 to 7.133.3 I am unable to view the existing repositories on the UI. An error appears "Unsupported operation: federated". The logs have a stack ...
6
votes
0
answers
188
views
JFrog Artifactory is not accessible; RejectedExecutionException
From time to time, our production JFrog Artifactory instance becomes partially unavailable. During these incidents, the login page does not load and all user authentication requests fail, although ...
0
votes
1
answer
663
views
Artifactory JCR 7.125.8 login stuck on “Pending…” after entering admin/password (Ubuntu 22.04 VM) [closed]
I'm installing JFrog Artifactory JCR 7.125.8 inside an Ubuntu 22.04 VM (on Proxmox), though I don't believe the VM environment affects the issue and im using the official Linux Archive installation ...
4
votes
1
answer
562
views
How to replace a Twine upload with uv publish?
We have an internal tool that was distributed simply by users cloning the git repository. The purpose of the tool is to configure newly created virtual machines for later testing our "real" ...
0
votes
0
answers
130
views
Can't configure Podman to perform unqualified image search in Artifactory Docker repository
I am in the process of setting up a local Docker repository on Artifactory to be used with Podman. My goal is for this Docker repository to be the only one my users have access to. My users will be ...
3
votes
1
answer
748
views
Artifactory OSS - HTTP 404 Not found after initial setup
I am having an issue while trying to set up Artifactory Open Source on an Ubuntu 24.04 LTS virtual private server running PostgreSQL for home lab purposes. I fetched the following commands as Debian ...
-3
votes
2
answers
226
views
Helm push to JFrog Artifactory fails: invalid repository
I have a HelmOCI repository set on my JFrog Artifactory.
I am using the following command to push my chart to the repository:
helm push my-chart-1.0.0-oci.tgz oci://my-jfrog-artifactory/my-oci-helm --...
1
vote
1
answer
82
views
How to stop the WARN log message "File not applicable to be shipped based on modified time."
I'm using the Artifactory v7.111.12 container version. Every time I start the container, the following WARN log message is output.
2025-09-05T09:17:56.509Z [jfob ] [WARN ] [47310a6f3489220e] [...
0
votes
1
answer
116
views
About loading proxy settings when starting Artifactory
We're using the container version of Artifactory v7.111.12.
Every time I start the container, the following WARN log message is output.
[jfcon] [INFO] [145d274e21573d26] [entitlements_service.go:133] [...
0
votes
1
answer
107
views
How to make Jfrog Xrayscan work with appended builds?
I’m trying to figure out how to use JFrog CLI with appended builds. We have multiple containers running, and each container creates a build that is then appended into a final aggregated build. ...
0
votes
0
answers
63
views
Artifactory upload creates duplicate nested paths
I'm uploading a signed .exe to Artifactory from GitHub Actions, but the target path keeps getting duplicated (nested inside itself).
Expected upload to: <repo>/artifactory/project/signed-exe/
...
0
votes
0
answers
107
views
Unable to find NuGet packages from local repo associated to virtual repo in Artifactory
I'm unable to find NuGet packages originally deployed to a local repository in JFrog Artifactory from a virtual repository. The local repo is bound/associated to the virtual repo.
For the local repo, ...
1
vote
0
answers
235
views
JFrog Artifactory issue with Docker repository
We are using an instance of JFrog Artifactory Cloud. In it, I set up a Docker repository for our private Docker images.
I can push to and pull from it with no problems, however I get an error when I ...