针对你提出的“apollo配置中心could not find config for namespace”问题,以下是一些可能的解决步骤和原因分析,帮助你进行故障排查: 检查Apollo配置中心是否正常运行: 确保Apollo配置中心的服务器正常运行,并且网络连接没有问题。 可以通过访问Apollo Portal(管理界面)来检查配置中心的状态。 确认namespace名称是否正确,...
ip=127.0.0.1&messages=%7B%22details%22%3A%7B%22pf-core%2Bplatform-tw%2Bapplication%22%3A5%2C%22pf-core%2Bdefault%2Bapplication%22%3A3%7D%7D [Cause: [status code: 404] Could not find config for namespace - appId: 201909261015778899, cluster: platform-tw, namespace: application, please...
ip=127.0.0.1&messages=%7B%22details%22%3A%7B%22pf-core%2Bplatform-tw%2Bapplication%22%3A5%2C%22pf-core%2Bdefault%2Bapplication%22%3A3%7D%7D[Cause:[statuscode:404]Couldnotfindconfigfornamespace-appId:201909261015778899,cluster:platform-tw,namespace:application,pleasecheckwhethertheconfigsarereleas...
在使用spring项目接入携程 apollo 的时候,报了一个错误:Cause: [status code: 404] Could not find config for namespace - appId: housing102, cluster: default, namespace: application, please check whether the configs are released in Apollo! 仔细看了以下源码才发现,原来是因为namesapce下没有初始化配置...
String namespace = (String)i$.next(); Config config = ConfigService.getConfig(namespace); composite.addPropertySource(this.configPropertySourceFactory.getConfigPropertySource(namespace, config)); } environment.getPropertySources().addFirst(composite); ...
apollo拉不到关联namespace配置 @apolloconfig 本章将介绍如何在Apollo配置中心中删除已经发布的项目。 一、前言 之前一直学习SpringCloud, 对于配置中心,一直也是采用的Spring Cloud Config,但是用久了,发现很多地方满足不了要求,同时也感觉很low(个人看法勿喷)。在学习Spring cloud config 的时候也有听到过携程的apollo...
apollo: bootstrap: enabled: true namespaces: application.yml 默认依然会拉取 application.properties 但是我发布application.properties,导致启动时报警告 Cause: [status code: 404] Could not find config for namespace - appId: housing102, cluster: default, nam
调用apollo openapi 创建namespacehttps://apollo.xxx.com/openapi/v1/apps/database-v2/appnamespaces,headers: {'Authorization': 'xxx', 'Content-Type': 'application/json;charset=UTF-8'},post data: {"name": "xxx", "appId": "database-v2", "format": "properties", "isPublic": true, "data...
ip=160.18.15.177&messages=%7B%22details%22%3A%7B%22spring-cloud-application%2Bdefault%2Bapplication%22%3A1%7D%7D [Cause: [status code: 404] Could not find config for namespace - appId: spring-cloud-application, cluster: default, namespace: application, please check whether the configs are ...
ip=192.168.208.1 [Cause: [status code: 404] Could not find config for namespace - appId: test, cluster: default, namespace: testyml, please check whether the configs are released in Apollo!] 有报错,根本不慌 报错为 http://192.168.208.102:8080/configs/test/default/testyml?ip=192.168.208.1...