微服务无法获取nacos配置问题排查

微服务无法获取nacos配置问题排查

老东家给客户私有化部署中数安后子系统微服务及网关都无法启动日志显示从nacos获取到的配置文件为空

```bash
12:45:50.148 [main] INFO  main c.a.n.c.c.i.LocalConfigInfoProcessor - [<clinit>,195] - LOCAL_SNAPSHOT_PATH:/root/nacos/config
12:45:50.252 [main] INFO  main c.a.n.c.c.i.Limiter - [<clinit>,53] - limitTime:5.0
12:45:50.384 [main] WARN  main c.a.c.n.c.NacosPropertySourceBuilder - [loadNacosData,87] - Ignore the empty nacos configuration and get it based on dataId[Application.yaml] & group[prod-plus]
12:45:50.413 [main] WARN  main c.a.c.n.c.NacosPropertySourceBuilder - [loadNacosData,87] - Ignore the empty nacos configuration and get it based on dataId[ServiceSystem] & group[prod-plus]
12:45:50.440 [main] WARN  main c.a.c.n.c.NacosPropertySourceBuilder - [loadNacosData,87] - Ignore the empty nacos configuration and get it based on dataId[ServiceSystem.yaml] & group[prod-plus]
12:45:50.469 [main] WARN  main c.a.c.n.c.NacosPropertySourceBuilder - [loadNacosData,87] - Ignore the empty nacos configuration and get it based on dataId[ServiceSystem-prod-plus.yaml] & group[prod-plus]
12:45:50.506 [main] INFO  main c.aiot5.Application - [logStartupProfileInfo,655] - The following profiles are active: prod-plus

 

© 版权声明
THE END
喜欢就支持一下吧
点赞9赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容