You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy the artifactory's latest version 7.25.7 using docker-compose as the root user. All the containers are up and running while checking using the docker ps command.
While traversing through the logs, I can see below ERRORS and WARN messages. Will appreciate it if someone can please guide or provide me with pointers to debug these issues with Artifactory so that logs will be clean.
As per the logs /api/system/ping call is returning 404 and 503 error code. Artifactory's latest version has 8081 and 8082 ports.
I have checked if ports are opened or not using nmap?
For non-root user's they are opened but not for the root user.
Will there be a need to open the port for the root user, to fix this issue?
I also tried to run the curl command for ports 8081 and 8082 from the root and non-root user and getting the response as OK.
Could someone point to fix it?
WARN logs for readiness test
artifactory | 2021-09-15T04:26:58.700Z [jfrou] [WARN ] [7826cf59c765d71c] [local_topology.go:256 ] [main ] - Readiness test failed with the following error: "required node services are missing or unhealthy"
Could someone please suggest the fix?
ERROR message for go code where timeout value exceeds and didn't got any response
Hi all. This repository is deprecated.
I suggest you move to use the official distributions of Artifactory and use latest versions. There are many improvements.
As for the errors, some of them are simply the initial negotiations between multiple services until they are all aligned and ready to serve.
I highly recommend moving the our Helm Charts. We are heavily investing in Kubernetes deployments and this is how we also run our cloud service.
Hello,
I am trying to deploy the artifactory's latest version 7.25.7 using docker-compose as the root user. All the containers are up and running while checking using the
docker ps
command.While traversing through the logs, I can see below ERRORS and WARN messages. Will appreciate it if someone can please guide or provide me with pointers to debug these issues with Artifactory so that logs will be clean.
a snippet of logs where ERROR and WARN are there.
artifactory | 2021-09-15T04:26:47.140Z [jffe ] [ERROR] [ ] [ ] [main ] - ArtifactoryClient::http [get] request to /api/system/ping failed with 404 code
artifactory | 2021-09-15T04:26:50.163Z [jffe ] [ERROR] [ ] [ ] [main ] - ArtifactoryClient::http [get] request to /api/system/ping failed with 503 code
artifactory | 2021-09-15T04:26:51.176Z [jffe ] [ERROR] [ ] [ ] [main ] - ArtifactoryClient::http [get] request to /api/system/ping failed with 503 code
artifactory | 2021-09-15T04:26:52.177Z [jffe ] [INFO ] [ ] [ ] [main ] - pinging artifactory, attempt number 20
artifactory | 2021-09-15T04:26:52.225Z [jffe ] [ERROR] [ ] [ ] [main ] - ArtifactoryClient::http [get] request to /api/system/ping failed with 503 code
As per the logs /api/system/ping call is returning 404 and 503 error code. Artifactory's latest version has 8081 and 8082 ports.
I have checked if ports are opened or not using nmap?
For non-root user's they are opened but not for the root user.
Will there be a need to open the port for the root user, to fix this issue?
I also tried to run the curl command for ports 8081 and 8082 from the root and non-root user and getting the response as OK.
Could someone point to fix it?
artifactory | 2021-09-15T04:26:58.700Z [jfrou] [WARN ] [7826cf59c765d71c] [local_topology.go:256 ] [main ] - Readiness test failed with the following error: "required node services are missing or unhealthy"
Could someone please suggest the fix?
artifactory | 2021-09-15T05:06:46.079Z [jfmd ] [ERROR] [185a73aa77c702e4] [compatibility_logger.go:28 ] [main ] - Project update error: rpc error: code = DeadlineExceeded desc = context deadline exceeded [access_client]
artifactory | 2021-09-14T12:48:51.887Z [jfmd ] [INFO ] [20f799211ef4f8 ] [accessclient.go:58 ] [main ] - Cluster join: Retry 10: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
artifactory | 2021-09-14T12:48:51.997Z [jfevt] [INFO ] [2c9fae248f2f3455] [access_thin_client.go:103 ] [main ] - Cluster join: Retry 10: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access/api/v1/system/ping': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [startup]
artifactory | 2021-09-14T12:48:52.236Z [jfob ] [INFO ] [1103f38fe7c944fd] [access_thin_client.go:103 ] [main ] - Cluster join: Retry 10: Service registry ping failed, will retry. Error: failed connecting to local router at address 'http://localhost:8046/access/api/v1/system/ping': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [startup]
As per the below article, we can ignore the above ERROR and WARN, if
curl localhost:8082/access/api/v1/system/ping
send back's OK.https://stackoverflow.com/questions/68951713/artifactory-oss-metadata-service-logs-project-update-error
Kindly confirm, if this is the case? Or there is a fix for these errors?
Please find the docker-compose file and the complete logs
Logs
The text was updated successfully, but these errors were encountered: