songxiaosheng commented on issue #12791: URL: https://github.com/apache/dubbo/issues/12791#issuecomment-1653697027
java.lang.NoClassDefFoundError: org/apache/dubbo/common/function/ThrowableAction 这个错误原因应该是你进程没关闭就拷贝包导致类被卸载了 Package org.apache.dubbo.remoting.zookeeper has already been defined but it could not be found at 这个zookeeper类型不是zookeeper包里面的是dubbo-remoting-api包里面的一些类型,这些代码可以移动到zookeeper扩展模块 <img width="904" alt="image" src="https://github.com/apache/dubbo/assets/81170548/ffdf7ac5-a5ba-45cb-a114-fa05ebc01dc9"> -- 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]
