I tried to migrate from the embedded derby database to PostgreSQL without success. I managed to get the connections settings on the system.yaml config but now it is failing on initialization with the following error: org.postgresql.util.PSQLException: ERROR: relation "artifactory_servers" does not exist This is on artifactory version 7.6.3 running on Windows Server 2019, connecting to ..
Category : artifactory

I’m using Artifactory Community edition for C++ with the intention of caching some repositories, such as conan-center, as well as having a local repository for my own conan recipes. Currently I have configured 3 remote repositories as in the image below After that I created a virtual repository that includes all 3 remote repositories as ..
I am using Ansible win_chocolatey module to setup packages to my remote servers and I am using custom source (artifactory here). In Artifactory I have a remote repository pointing to chocolatey.org. The repo type is nuget and i am using virtual to have this remote repo mapped to it. I have tried using both virtual ..
When upgrading Jfrog Artifactory from 6.16.2 -> 7.12.6 on a Windows machine, following the official instructions (Link) i am getting the following error in artifactory-service.log 2021-01-23T12:22:20.896Z [jfrt ] [ERROR] [87face30ccb5d82c] [ctoryContextConfigListener:126] [art-init ] – Application could not be initialized: UNAVAILABLE: Network closed for unknown reason 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:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at ..
We are trying to setup Chocolatey for our windows deployments in our infrastructure but we are running into below issue with accessing jfrog Artifactory repos behind corporate proxy with Chocolatey. Error: [NuGet] This operation is not supported for a relative URI. Our current setup: Central jfrog artifactory server which is accessed through our nginx proxies(diff ..
I am trying to run Artifactory in a Docker container on Windows 10 locally on my laptop. However, when I launch the docker container with this command: docker run –name artifactory -v $env:JFROG_HOME/artifactory/var/:/var/opt/jfrog/artifactory -d -p 8081:8081 -p 8082:8082 docker.bintray.io/jfrog/artifactory-cpp-ce:latest And I try to access: http://192.168.17.1/artifactory, I eventually get: { "errors" : [ { "status" : ..
I am looking for an integration of JFrog Artifactory into the Windows Explorer, my idea is something like “TortoiseArtifactory”. Does anyone know of such a possibility? Regards, DW Source: Sta..
Recent Comments