You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "falcon-jin (via GitHub)" <gi...@apache.org> on 2023/05/31 10:01:02 UTC

[GitHub] [dubbo] falcon-jin commented on issue #12121: 在nacos 动态随意修改配置,启动中的dubbo3.2.0 工程会一直报错 java.lang.UnsupportedOperationException: Environment is inaccessible for FrameworkModel

falcon-jin commented on issue #12121:
URL: https://github.com/apache/dubbo/issues/12121#issuecomment-1569883288

   我也遇见这个问题 发现是org.apache.dubbo.rpc.model.FrameworkModel类的getModelEnvironment方法导致的
   我目前的结局方案是在项目里面重写这个方法能暂时解决这个问题
   原生
   ![image](https://github.com/apache/dubbo/assets/48880836/c3398bd6-b82c-473b-9e23-bda2d43d9e40)
   修改后
   ![image](https://github.com/apache/dubbo/assets/48880836/fbda5b60-b20c-4b43-aa67-50ef85229231)
   


-- 
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