skl2226800347 commented on issue #8992:
URL: https://github.com/apache/dubbo/issues/8992#issuecomment-950125225


   1、项目使用的是springmvc+dubbo, 
   2、<dubbo:reference id="summaryDubboService" 
interface="com.xx.AA.SummaryDubboService" timeout="10000" check="false" 
version="1.0.0"/>
   <dubbo:reference id="summaryDubboServices" 
interface="com.xx.BB.SummaryDubboService" timeout="10000" check="false" 
version="1.0.0"/>
   但是实际代码中使用的是com.xx.BB.SummaryDubboService ,如下所示
   
   @Autowired
   private com.xx.BB.SummaryDubboService summaryDubboService;
   
   public void xx(xx xx){
        summaryDubboService.update(xx);
   }
   执行xx方法就抛出异常:No such extension org.apache.dubbo.rpc.cluster.LoadBalance by 
name random。问题大多数生产环境没有问题,只有一个生产环境有问题,但是该生产环境其它系统的dubbo接口调用又是正常的。
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to