You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "chickenlj (via GitHub)" <gi...@apache.org> on 2023/06/07 06:20:08 UTC

[GitHub] [dubbo-go] chickenlj commented on issue #2151: nacos 配置中心加载配置启动 dubbo 报 error

chickenlj commented on issue #2151:
URL: https://github.com/apache/dubbo-go/issues/2151#issuecomment-1579971957

   > 我的配置文件名改成 myApp.configurators 加了application 仍然会报这两个error!为什么要去读这两个默认配置,group 还固定为dubbo?可不同应用的 group 不可能都是 dubbo 吧
   
   这部分是 Dubbo 内置的服务治理流程。
   
   ```
   2022-12-08T17:26:32.867+0800    ERROR   nacos_server/nacos_server.go:194        api</v1/cs/configs>,method:<GET>, params:<{"dataId":"dubbo.io.configurators","group":"dubbo"}>, call domain error:<[404] config data not exist
   > , result:<config data not exist
   >
   2022-12-08T17:26:32.869+0800    ERROR   nacos_server/nacos_server.go:194        api</v1/cs/configs>,method:<GET>, params:<{"dataId":"dubbo.io.configurators","group":"dubbo"}>, call domain error:<[404] config data not exist
   > , result:<config data not exist
   >
   2022-12-08T17:26:32.870+0800    INFO    config_client/config_proxy.go:180       [client.ListenConfig] request params:map[Listening-Configs:featuresdubbo9a050876b1eb3e07efaa73fd473e6885publictablesdubbo1604b55f395046d91e3ad6c9bcf833c8publicmodelsdubboe63c4f961630fabb73c6e22d61b9599fpublicrootdubbo5a7a2382126da03de55b3c9c32f0ef06public tenant:public] header:map[Content-Type:application/x-www-form-urlencoded;charset=utf-8 Long-Pulling-Timeout:30000 Long-Pulling-Timeout-No-Hangup:true accessKey: secretKey:] 
   
   2022-12-08T17:26:32.871+0800    ERROR   nacos_server/nacos_server.go:194        api</v1/cs/configs>,method:<GET>, params:<{"dataId":"dubbo.io.configurators","group":"dubbo"}>, call domain error:<[404] config data not exist
   > , result:<config data not exist
   >
   2022-12-08T17:26:32.871+0800    ERROR   config_client/config_client.go:191      get config from server error:[404] config data not exist
    
   2022-12-08T17:26:32.871+0800    WARN    config_client/config_client.go:196      [client.GetConfig] config not found, dataId: dubbo.io.configurators, group: dubbo, namespaceId: .
   2022-12-08T17:26:32.873+0800    INFO    config_client/config_client.go:423      [client.ListenConfig] config changed:models%02dubbo%02public%01root%02dubbo%02public%01features%02dubbo%02public%01tables%02dubbo%02public%01
   
   2022-12-08T17:26:32.874+0800    ERROR   nacos_server/nacos_server.go:194        api</v1/cs/configs>,method:<GET>, params:<{"dataId":"dubbo.model.configurators","group":"dubbo"}>, call domain error:<[404] config data not exist
   > , result:<config data not exist
   >
   2022-12-08T17:26:32.876+0800    ERROR   nacos_server/nacos_server.go:194        api</v1/cs/configs>,method:<GET>, params:<{"dataId":"dubbo.model.configurators","group":"dubbo"}>, call domain error:<[404] config data not exist
   > , result:<config data not exist
   >
   2022-12-08T17:26:32.878+0800    ERROR   nacos_server/nacos_server.go:194        api</v1/cs/configs>,method:<GET>, params:<{"dataId":"dubbo.model.configurators","group":"dubbo"}>, call domain error:<[404] config data not exist
   > , result:<config data not exist
   >
   2022-12-08T17:26:32.878+0800    ERROR   config_client/config_client.go:191      get config from server error:[404] config data not exist
    
   2022-12-08T17:26:32.878+0800    WARN    config_client/config_client.go:196      [client.GetConfig] config not found, dataId: dubbo.model.configurators, group: dubbo, namespaceId: .
   ```
   
   这个是哪里的报错?理论上 Dubbo 框架应该能屏蔽这个读取报错,不影响正常的启动过程,甚至不应该打印 Error 级别日志。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org