Connection refused. When trying to get configurations by spring cloud
jr0000
FREEOP

2 years ago

[org.springframework.cloud.config.client.ConfigServicePropertySourceLocator:273] Fetching config from server at : http://172.17.0.228:8770/

Connection refused. When trying to get configurations by spring cloud

I have a eureka server where I register the configuration service, when starting the microservice it tries to obtain the configurations through spring cloud config but it returns a Connection refused error.

In the local test environment I have no problems.

[2024-04-26 02:27:051] [ main ] [ INFO ] [org.springframework.cloud.config.client.ConfigServicePropertySourceLocator:301] Exception on Url - http://172.17.0.228:8770/:org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://172.17.0.228:8770/config-client/development";: Connection refused. Will be trying the next url if available

[2024-04-26 02:27:051] [ main ] [ ERROR] [org.springframework.boot.SpringApplication:824] Application run failed

0 Replies

Loading...