升级devops-service到0.19.3失败

  • Choerodon平台版本: 0.19.0

  • 遇到问题的执行步骤: DevOps服务升级

  • 文档地址:

  • 环境信息(如:节点信息):

  • 报错日志:

  • exec java -jar /devops-service.jar
    12:57:21.755 [main] INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2f739827: startup date [Wed Nov 06 12:57:21 CST 2019]; root of context hierarchy
    12:57:22.475 [main] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 ‘javax.inject.Inject’ annotation found and supported for autowiring
    12:57:22.849 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean ‘org.springframework.retry.annotation.RetryConfiguration’ of type [org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$b7d97d19] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
    12:57:22.887 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean ‘configurationPropertiesRebinderAutoConfiguration’ of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$de2fe7f1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

    . ____ _ __ _ _
    /\ / __ _ () __ __ _ \ \ \
    ( ( )_
    _ | '_ | '| | ’ / ` | \ \ \
    \/ )| |)| | | | | || (| | ) ) ) )
    ’ |
    | .__|| ||| |_, | / / / /
    =========|
    |==============|/=////
    :: Spring Boot :: (v2.0.6.RELEASE)

2019-11-06 12:57:23.993 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://config-server.framework:8010/
2019-11-06 12:57:24.198 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Connect Timeout Exception on Url - http://config-server.framework:8010/. Will be trying the next url if available
2019-11-06 12:57:25.223 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://config-server.framework:8010/
2019-11-06 12:57:25.243 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Connect Timeout Exception on Url - http://config-server.framework:8010/. Will be trying the next url if available
2019-11-06 12:57:26.765 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://config-server.framework:8010/
2019-11-06 12:57:26.784 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Connect Timeout Exception on Url - http://config-server.framework:8010/. Will be trying the next url if available
2019-11-06 12:57:28.810 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://config-server.framework:8010/
2019-11-06 12:57:28.827 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Connect Timeout Exception on Url - http://config-server.framework:8010/. Will be trying the next url if available
2019-11-06 12:57:30.849 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://config-server.framework:8010/
2019-11-06 12:57:30.866 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Connect Timeout Exception on Url - http://config-server.framework:8010/. Will be trying the next url if available
2019-11-06 12:57:32.887 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://config-server.framework:8010/
2019-11-06 12:57:32.905 INFO 8 — [ main] c.c.c.ConfigServicePropertySourceLocator : Connect Timeout Exception on Url - http://config-server.framework:8010/. Will be trying the next url if available

  • 原因分析:

    配置服务地址不争取?

  • 疑问:

    配置服务地址不争取,那要改什么地方

helm的升级命令加上
--set env.open.SPRING_CLOUD_CONFIG_URI= ${url} \
可以设置参数