Alleninggx commented on issue #14168:
URL: https://github.com/apache/dubbo/issues/14168#issuecomment-2102265058

   I found out it was Dubbo Complier, it needs to synchronize the version of 
Dubbo Java.
   
   Then I discovered another problem, this is an error after the application is 
started:
   
![image](https://github.com/apache/dubbo/assets/40049392/a58134e2-7a13-40a5-8f62-8082ded81692)
   
![image](https://github.com/apache/dubbo/assets/40049392/480211ae-ae08-467c-be66-7db18292bb95)
   ```
   java.lang.IllegalStateException: Not found class 
com.ligong.mes.system.api.dubbo.DubboIFileResourceDubboGrpcTriple, cause: 
com.ligong.mes.system.api.dubbo.DubboIFileResourceDubboGrpcTriple
        at 
org.apache.dubbo.common.utils.ReflectUtils.forName(ReflectUtils.java:690)
        at 
org.apache.dubbo.rpc.stub.StubSuppliers.getServiceDescriptor(StubSuppliers.java:61)
        at 
org.apache.dubbo.config.ReferenceConfig.init(ReferenceConfig.java:350)
        at org.apache.dubbo.config.ReferenceConfig.get(ReferenceConfig.java:241)
        at 
org.apache.dubbo.config.ReferenceConfigBase.get(ReferenceConfigBase.java:399)
        at 
org.apache.dubbo.config.utils.SimpleReferenceCache.destroyReference(SimpleReferenceCache.java:294)
        at 
org.apache.dubbo.config.utils.SimpleReferenceCache.destroy(SimpleReferenceCache.java:248)
        at 
org.apache.dubbo.config.utils.SimpleReferenceCache.destroy(SimpleReferenceCache.java:271)
        at 
org.apache.dubbo.config.deploy.DefaultModuleDeployer.lambda$referServices$6(DefaultModuleDeployer.java:577)
        at 
java.base/java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4783)
        at 
org.apache.dubbo.config.deploy.DefaultModuleDeployer.referServices(DefaultModuleDeployer.java:539)
        at 
org.apache.dubbo.config.deploy.DefaultModuleDeployer.startSync(DefaultModuleDeployer.java:186)
        at 
org.apache.dubbo.config.deploy.DefaultModuleDeployer.start(DefaultModuleDeployer.java:159)
        at 
org.apache.dubbo.config.spring.context.DubboDeployApplicationListener.onContextRefreshedEvent(DubboDeployApplicationListener.java:167)
        at 
org.apache.dubbo.config.spring.context.DubboDeployApplicationListener.onApplicationEvent(DubboDeployApplicationListener.java:153)
        at 
org.apache.dubbo.config.spring.context.DubboDeployApplicationListener.onApplicationEvent(DubboDeployApplicationListener.java:52)
        at 
org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185)
        at 
org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:178)
        at 
org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156)
        at 
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:451)
        at 
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:384)
        at 
org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:984)
        at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627)
        at 
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
        at 
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
        at 
org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456)
        at 
org.springframework.boot.SpringApplication.run(SpringApplication.java:334)
        at 
org.springframework.boot.SpringApplication.run(SpringApplication.java:1354)
        at 
org.springframework.boot.SpringApplication.run(SpringApplication.java:1343)
   ```
   


-- 
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-unsubscr...@dubbo.apache.org

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


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

Reply via email to