I get a lot of Errors which look like this:
2025-02-03T12:27:02.488Z [jfrt ] [INFO ] [420c95a5f291269f] [.m.OnlineMonitorServiceImpl:61] [ttp-nio-8081-exec-17] - Creating online scheduler for docker-gcr-remote
2025-02-03T12:27:02.489Z [jfrt ] [WARN ] [420c95a5f291269f] [rV2RemoteGetCatalogHandler:124] [ttp-nio-8081-exec-17] - Unable to fetch catalog for docker-gcr-remote:
com.googlemon.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Can't fetch token for repo: docker-gcr-remote realm: scope:repository:_catalog?n=1000:pull
Caused by: java.lang.IllegalStateException: Can't fetch token for repo: docker-gcr-remote realm: scope:repository:_catalog?n=1000:pull
2025-02-03T12:27:02.891Z [jfrt ] [INFO ] [6dc8e78b20dc4b1d] [.m.OnlineMonitorServiceImpl:61] [ttp-nio-8081-exec-11] - Creating online scheduler for docker-ghcr-remote
2025-02-03T12:27:02.893Z [jfrt ] [WARN ] [6dc8e78b20dc4b1d] [rV2RemoteGetCatalogHandler:124] [ttp-nio-8081-exec-11] - Unable to fetch catalog for docker-ghcr-remote:
com.googlemon.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Can't fetch token for repo: docker-ghcr-remote realm: scope:repository:user/image:pull
Caused by: java.lang.IllegalStateException: Can't fetch token for repo: docker-ghcr-remote realm: scope:repository:user/image:pull
2025-02-03T12:27:03.678Z [jfrt ] [INFO ] [a4657d195d9657d6] [.m.OnlineMonitorServiceImpl:61] [ttp-nio-8081-exec-15] - Creating online scheduler for docker-gitlab-remote
2025-02-03T12:27:03.680Z [jfrt ] [WARN ] [a4657d195d9657d6] [rV2RemoteGetCatalogHandler:124] [ttp-nio-8081-exec-15] - Unable to fetch catalog for docker-gitlab-remote:
com.googlemon.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Can't fetch token for repo: docker-gitlab-remote realm: scope:registry:catalog:*
2025-02-03T12:27:19.771Z [jfrt ] [INFO ] [bcb22f5471296042] [.m.OnlineMonitorServiceImpl:61] [http-nio-8081-exec-9] - Creating online scheduler for docker-redhat-remote
2025-02-03T12:27:19.773Z [jfrt ] [WARN ] [bcb22f5471296042] [rV2RemoteGetCatalogHandler:114] [http-nio-8081-exec-9] - Unable to fetch catalog from '': HTTP/1.1 503 Service Unavailable
2025-02-03T12:27:20.935Z [jfrt ] [INFO ] [9f52069ce9ecdfdf] [.m.OnlineMonitorServiceImpl:61] [http-nio-8081-exec-3] - Creating online scheduler for docker-remote
2025-02-03T12:27:20.936Z [jfrt ] [WARN ] [9f52069ce9ecdfdf] [rV2RemoteGetCatalogHandler:124] [http-nio-8081-exec-3] - Unable to fetch catalog for docker-remote:
com.googlemon.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Can't fetch token for repo: docker-remote realm: scope:registry:catalog:*
Caused by: java.lang.IllegalStateException: Can't fetch token for repo: docker-remote realm: scope:registry:catalog:*
2025-02-03T12:27:25.783Z [jfrt ] [INFO ] [d1bfc01ad98eed24] [.m.OnlineMonitorServiceImpl:61] [ttp-nio-8081-exec-18] - Creating online scheduler for docker-gcr-remote
2025-02-03T12:27:25.785Z [jfrt ] [WARN ] [d1bfc01ad98eed24] [rV2RemoteGetCatalogHandler:124] [ttp-nio-8081-exec-18] - Unable to fetch catalog for docker-gcr-remote:
com.googlemon.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Can't fetch token for repo: docker-gcr-remote realm: scope:repository:_catalog?:pull
Caused by: java.lang.IllegalStateException: Can't fetch token for repo: docker-gcr-remote realm: scope:repository:_catalog?:pull
I found this:
I added this to my config:
artifactory.docker.cache.remote.repo.tags.and.catalog=/,,,,,,,
But it doesn't work. Its again one of those undocumented Options in Artifactory which are pretty annoying to be honest. :/
Does anybody found a correct way to remove the errors?