We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法获取项目配置信息
2018-11-02 13:04:26.837 INFO 48364 --- [nio-3050-exec-1] c.d.s.c.service.impl.BaseOptServiceImpl : call get properties : http://192.168.3.93:3050/scca-config-server/config-client-demo/local/master
2018-11-02 13:04:26.929 WARN 48364 --- [nio-3050-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolved exception caused by Handler execution: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "timestamp" (class org.springframework.cloud.config.environment.Environment), not marked as ignorable (6 known properties: "state", "propertySources", "label", "version", "profiles", "name"]) at [Source: {"timestamp":1541135066902,"status":404,"error":"Not Found","message":"No message available","path":"/scca-config-server/config-client-demo/local/master"}; line: 1, column: 155] (through reference chain: org.springframework.cloud.config.environment.Environment["timestamp"])
The text was updated successfully, but these errors were encountered:
404,应该是配置中心的前缀配置与环境中配置的配置中心前缀不一致吧?或者对应的项目相关的内容不存在,具体你看看报错信息中的url:/scca-config-server/config-client-demo/local/master
Sorry, something went wrong.
No branches or pull requests
无法获取项目配置信息
2018-11-02 13:04:26.837 INFO 48364 --- [nio-3050-exec-1] c.d.s.c.service.impl.BaseOptServiceImpl : call get properties : http://192.168.3.93:3050/scca-config-server/config-client-demo/local/master
2018-11-02 13:04:26.929 WARN 48364 --- [nio-3050-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolved exception caused by Handler execution: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "timestamp" (class org.springframework.cloud.config.environment.Environment), not marked as ignorable (6 known properties: "state", "propertySources", "label", "version", "profiles", "name"])
at [Source: {"timestamp":1541135066902,"status":404,"error":"Not Found","message":"No message available","path":"/scca-config-server/config-client-demo/local/master"}; line: 1, column: 155] (through reference chain: org.springframework.cloud.config.environment.Environment["timestamp"])
The text was updated successfully, but these errors were encountered: