WashingtonWang opened a new issue, #13260:
URL: https://github.com/apache/dubbo/issues/13260

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.2,7
   * Operating System version: ubuntu18.04
   * Java version: 1.8
   * Spring boot 2.6.13
   
   ### Steps to reproduce this issue
   
   1. happened in service start
   
   Pls. provide [GitHub address] to reproduce this issue.
   
   ### Expected Behavior
   
   <!-- What do you expect from the above steps?-->
   
   ### Actual Behavior
   
   <!-- What actually happens? -->
   
   If there is an exception, please attach the exception trace:
   
   ```
   java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: 
org/apache/dubbo/rpc/model/PackableMethod$Pack
           at 
cn.indemind.cloud.base.api.auditor.DubboBaseAuditorApiTriple.<clinit>(DubboBaseAuditorApiTriple.java:71)
           at 
cn.indemind.cloud.base.api.auditor.DubboBaseAuditorApiTriple$BaseAuditorApiImplBase.getServiceDescriptor(DubboBaseAuditorApiTriple.java:177)
           at 
org.apache.dubbo.config.ServiceConfig.doExportUrls(ServiceConfig.java:508)
           at 
org.apache.dubbo.config.ServiceConfig.doExport(ServiceConfig.java:498)
           at 
org.apache.dubbo.config.ServiceConfig.export(ServiceConfig.java:327)
           at 
org.apache.dubbo.config.deploy.DefaultModuleDeployer.exportServiceInternal(DefaultModuleDeployer.java:438)
           at 
org.apache.dubbo.config.deploy.DefaultModuleDeployer.exportServices(DefaultModuleDeployer.java:393)
           at 
org.apache.dubbo.config.deploy.DefaultModuleDeployer.startSync(DefaultModuleDeployer.java:167)
           at 
org.apache.dubbo.config.deploy.DefaultModuleDeployer.start(DefaultModuleDeployer.java:148)
           at 
org.apache.dubbo.config.spring.context.DubboDeployApplicationListener.onContextRefreshedEvent(DubboDeployApplicationListener.java:155)
           at 
org.apache.dubbo.config.spring.context.DubboDeployApplicationListener.onApplicationEvent(DubboDeployApplicationListener.java:141)
           at 
org.apache.dubbo.config.spring.context.DubboDeployApplicationListener.onApplicationEvent(DubboDeployApplicationListener.java:52)
           at 
org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)
           at 
org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)
           at 
org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)
           at 
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)
           at 
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)
           at 
org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:938)
           at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586)
           at 
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
           at 
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:745)
           at 
org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:420)
           at 
org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
           at 
cn.indemind.cloud.base.service.BaseApplication.main(BaseApplication.java:25)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
           at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.lang.reflect.Method.invoke(Method.java:498)
           at 
org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
           at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
           at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
           at 
org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
   Caused by: java.lang.NoClassDefFoundError: 
org/apache/dubbo/rpc/model/PackableMethod$Pack
           ... 32 common frames omitted
   Caused by: java.lang.ClassNotFoundException: 
org.apache.dubbo.rpc.model.PackableMethod$Pack
           at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
           at 
org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
           ... 32 common frames omitted
   
   ```
   


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