
报错信息
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
com.alibaba.dubbo.common.logger.LoggerFactory.setLoggerAdapter(LoggerFactory.java:83)
The following method did not exist:
com.alibaba.dubbo.common.logger.LoggerAdapter.getLogger(Ljava/lang/String;)Lcom/alibaba/dubbo/common/logger/Logger;
The calling method’s class, com.alibaba.dubbo.common.logger.LoggerFactory, was loaded from the following location:
jar:file:/D:/maven_work/maven_repository/com/alibaba/dubbo/2.6.2/dubbo-2.6.2.jar!/com/alibaba/dubbo/common/logger/LoggerFactory.class
The called method’s class, com.alibaba.dubbo.common.logger.LoggerAdapter, is available from the following locations:
ja

文章描述了一个关于Dubbo框架中出现的错误,指出由于类路径中存在com.alibaba.dubbo和org.apache.dubbo的重复依赖,导致试图调用不存在的方法。解决方法是检查并删除POM.xml中的冗余依赖。
最低0.47元/天 解锁文章

831

被折叠的 条评论
为什么被折叠?



