at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.<init>(CuratorZookeeperClient.java:80)
... 26 more
org.apache.dubbo.config.DubboShutdownHook 2020-06-21 11:41:55 [DUBBO] Run shutdown hook now., dubbo version: 2.7.6, current host: 192.168.66.6
org.apache.dubbo.registry.support.AbstractRegistryFactory 2020-06-21 11:41:55 [DUBBO] Close all registries [], dubbo version: 2.7.6, current host: 192.168.66.6
org.springframework.context.support.AbstractApplicationContext 2020-06-21 11:41:55 Closing org.springframework.context.support.ClassPathXmlApplicationContext@3cb5cdba, started on Sun Jun 21 11:41:43 CST 2020
org.apache.dubbo.config.bootstrap.DubboBootstrap 2020-06-21 11:41:55 [DUBBO] DubboBootstrap's all ServiceDiscoveries have been destroyed., dubbo version: 2.7.6, current host: 192.168.66.6
org.apache.dubbo.config.bootstrap.DubboBootstrap 2020-06-21 11:41:55 [DUBBO] DubboBootstrap's configs have been clear., dubbo version: 2.7.6, current host: 192.168.66.6
org.apache.dubbo.config.bootstrap.DubboBootstrap 2020-06-21 11:41:55 [DUBBO] DubboBootstrap is about to shutdown..., dubbo version: 2.7.6, current host: 192.168.66.6
org.apache.dubbo.config.event.listener.LoggingEventListener 2020-06-21 11:41:55 [DUBBO] Dubbo Service has been destroyed., dubbo version: 2.7.6, current host: 192.168.66.6
com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor 2020-06-21 11:41:55 class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
老师,这是provider放在linux里启动后产生的logs日志,感觉还没开始它就自己终止了,启动脚本里的Main方法我也改成org.apache的了,不知道哪里出了问题,搜百度说是版本问题,您给看看