Eureka客户端在获取注册表时不断崩溃

时间:2019-06-27 21:44:00

标签: spring spring-boot netflix-eureka jhipster-registry

我正尝试将群集部署到Google Cloud中以进行测试。

我有一个微服务环境。

Eureka服务器已正确部署。 我的其他服务之一也已正确部署。 但是我的Zuul Gateway应用不断崩溃,没有显示错误。

这是我崩溃前收到的最后一条消息:

2019-06-27 21:33:08.976  INFO 1 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration

这是我的网关配置:

eureka:
    instance:
        prefer-ip-address: true
    client:
        service-url:
            defaultZone: http://admin:${jhipster.registry.password}@localhost:8761/eureka/

我的其他服务配置(基本相同):

eureka:
    instance:
        prefer-ip-address: true
    client:
        service-url:
            defaultZone: http://admin:${jhipster.registry.password}@localhost:8761/eureka/

可能是什么问题?有想法吗?

0 个答案:

没有答案