Solucionado (ver solução)
Solucionado
(ver solução)
7
respostas

Erro ao rodar ForumApplication

Alguém com a visão mais treinada pode ajudar?

2021-03-16 04:26:53.115  INFO 3284 --- [ctor-http-nio-1] d.c.b.a.server.services.StatusUpdater    : Couldn't retrieve status for Instance(id=b6ab891bfd02, version=0, registration=Registration(name=spring-boot-application, managementUrl=http://W7_64b-PC:8080/actuator, healthUrl=http://W7_64b-PC:8080/actuator/health, serviceUrl=http://W7_64b-PC:8080/, source=http-api), registered=true, statusInfo=StatusInfo(status=UNKNOWN, details={}), statusTimestamp=2021-03-16T07:26:51.008301800Z, info=Info(values={}), endpoints=Endpoints(endpoints={health=Endpoint(id=health, url=http://W7_64b-PC:8080/actuator/health)}), buildVersion=null, tags=Tags(values={}))

org.springframework.web.reactive.function.client.WebClientRequestException: failed to resolve 'W7_64b-PC' after 4 queries ; nested exception is java.net.UnknownHostException: failed to resolve 'W7_64b-PC' after 4 queries 
    at org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.lambda$wrapException$9(ExchangeFunctions.java:137) ~[spring-webflux-5.3.4.jar:5.3.4]
    Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
    |_ checkpoint ⇢ Request to GET health [DefaultWebClient]
Stack trace:
        at org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.lambda$wrapException$9(ExchangeFunctions.java:137) ~[spring-webflux-5.3.4.jar:5.3.4]
        at reactor.core.publisher.MonoErrorSupplied.subscribe(MonoErrorSupplied.java:70) ~[reactor-core-3.4.3.jar:3.4.3]
        at reactor.core.publisher.Mono.subscribe(Mono.java:4046) ~[reactor-core-3.4.3.jar:3.4.3]
7 respostas

Oi Giovane,

Foi erro no Spring Boot Admin.

Posta aqui os arquivos application.propertiesdos 2 projetos

solução!

Bom dia! No projeto do "spring boot admin" adicionei a versão 2.3.1.RELEASE no org.springframework.boot spring-boot-starter-parent 2.3.1.RELEASE e funcionou.

Opa Júlio, estou com o mesmo erro mas não consegui resolver. Você poderia compartilhar seus application.properties por favor.

Gustavo, boa tarde.

O seu projeto do spring-boot-admin está com a versão do spring 2.3.1.RELEASE?

Não, está com a 2.4.2 em ambos projetos.

Muda o spring-boot-admin para a versão do spring 2.3.1.RELEASE. Comigo funcionou dessa maneira.

Vou tentar, obrigado!