ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

错误日志:Nacos 2.x Config 配置中心死活不读取配置

2022-02-18 21:32:41  阅读:611  来源: 互联网

标签:02 06 21 18 配置 nacos Nacos common Config


* 注:版本:Nacos 2.x                      不一定全是这个问题,只是有可能

 

错误信息:无具体错误堆栈信息,只是不读取配置中心的配置(nacos所有配置都正确无误),这里以数据库配置从配置中心读取为例

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-02-18 21:06:21 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter - 

***************************
APPLICATION FAILED TO START
***************************

Description:

Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

Reason: Failed to determine a suitable driver class


Action:

Consider the following:
    If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
    If you have database settings to be loaded from a particular profile you may need to activate it (the profiles develop are currently active).

2022-02-18 21:06:21 [Thread-2] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Start destroying common HttpClient
2022-02-18 21:06:21 [Thread-7] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Start destroying Publisher
2022-02-18 21:06:21 [Thread-7] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Destruction of the end
2022-02-18 21:06:21 [Thread-2] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Destruction of the end

 

错误原因:Nacos 2.0 版本新增了gRPC的通信方式,需要再开放两个端口,若nacos端口为8848,还需开放的端口为:【9848、9849】

官网地址:Nacos 2.0.0 兼容性文档

 

 

解决方案:开放这两个新增的端口

标签:02,06,21,18,配置,nacos,Nacos,common,Config
来源: https://www.cnblogs.com/haceral/p/15911332.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有