You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct the classpath of your application so that it contains compatible versions of the classes com.huaweicloud.dubbo.config.ConfigurationSpringInitializer and org.apache.dubbo.common.utils.ConfigUtils
Disconnected from the target VM, address: '127.0.0.1:2413', transport: 'socket'
springboot:2.7.2
dubbo:3.0.11
关于servicecomb:2.0.0-2.7.x、2.0.0-2.6.x、1.3.7这几个版本都试过了,皆不可用。
关于CSE参数配置如下图所示:

启动异常信息:
2022-08-29 10:10:06.567 ERROR 1908 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
The following method did not exist:
The calling method's class, com.huaweicloud.dubbo.config.ConfigurationSpringInitializer, was loaded from the following location:
The called method's class, org.apache.dubbo.common.utils.ConfigUtils, is available from the following locations:
The called method's class hierarchy was loaded from the following locations:
Action:
Correct the classpath of your application so that it contains compatible versions of the classes com.huaweicloud.dubbo.config.ConfigurationSpringInitializer and org.apache.dubbo.common.utils.ConfigUtils
Disconnected from the target VM, address: '127.0.0.1:2413', transport: 'socket'
Process finished with exit code 1
想确认一下servicecomb支持的springboot和dubbo最高到什么版本?还是说我的参数配置哪里有问题?
The text was updated successfully, but these errors were encountered: