Closed htynkn closed 5 years ago
Another issue: [04/10/19 12:02:52:052 UTC] main WARN config.AbstractConfig: [DUBBO] There's no valid metadata config found, if you are using the simplified mode of registry url, please make sure you have a metadata address configured properly., dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO config.AbstractConfig: [DUBBO] There's no valid monitor config found, if you want to open monitor statistics for Dubbo, please make sure your monitor is configured properly., dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Register: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Subscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Notify urls for subscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793, urls: [empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793, empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=configurators&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793, empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793], dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main ERROR context.TestContextManager: Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6200f9cb] to prepare test instance [org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT@7a22a3c2] org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT': Unsatisfied dependency expressed through field 'beijingDemoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:588) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1268) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:386) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:118) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:230) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:228) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:287) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:289) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:247) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:177) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103) at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1640) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1316) at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1282) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1101) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585) ... 30 more Caused by: java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.apache.dubbo.config.ReferenceConfig.createProxy(ReferenceConfig.java:418) at org.apache.dubbo.config.ReferenceConfig.init(ReferenceConfig.java:329) at org.apache.dubbo.config.ReferenceConfig.get(ReferenceConfig.java:250) at org.apache.dubbo.config.spring.ReferenceBean.getObject(ReferenceBean.java:73) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:170) ... 40 more [04/10/19 12:02:52:052 UTC] main WARN config.AbstractConfig: [DUBBO] There's no valid metadata config found, if you are using the simplified mode of registry url, please make sure you have a metadata address configured properly., dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO config.AbstractConfig: [DUBBO] There's no valid monitor config found, if you want to open monitor statistics for Dubbo, please make sure your monitor is configured properly., dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Register: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Subscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Notify urls for subscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873, urls: [empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873, empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=configurators&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873, empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873], dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main ERROR context.TestContextManager: Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6200f9cb] to prepare test instance [org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT@73ad7e90] org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT': Unsatisfied dependency expressed through field 'beijingDemoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:588) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1268) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:386) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:118) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:230) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:228) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:287) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:289) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:247) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:177) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103) at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1640) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1316) at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1282) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1101) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585) ... 30 more Caused by: java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.apache.dubbo.config.ReferenceConfig.createProxy(ReferenceConfig.java:418) at org.apache.dubbo.config.ReferenceConfig.init(ReferenceConfig.java:329) at org.apache.dubbo.config.ReferenceConfig.get(ReferenceConfig.java:250) at org.apache.dubbo.config.spring.ReferenceBean.getObject(ReferenceBean.java:73) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:170) ... 40 more [04/10/19 12:02:52:052 UTC] main WARN config.AbstractConfig: [DUBBO] There's no valid metadata config found, if you are using the simplified mode of registry url, please make sure you have a metadata address configured properly., dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO config.AbstractConfig: [DUBBO] There's no valid monitor config found, if you want to open monitor statistics for Dubbo, please make sure your monitor is configured properly., dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Register: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Subscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Notify urls for subscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948, urls: [empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948, empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=configurators&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948, empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948], dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:52:052 UTC] main ERROR context.TestContextManager: Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6200f9cb] to prepare test instance [org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT@71dfcf21] org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT': Unsatisfied dependency expressed through field 'beijingDemoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:588) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1268) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:386) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:118) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:230) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:228) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:287) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:289) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:247) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:177) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103) at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1640) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1316) at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1282) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1101) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585) ... 30 more Caused by: java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.apache.dubbo.config.ReferenceConfig.createProxy(ReferenceConfig.java:418) at org.apache.dubbo.config.ReferenceConfig.init(ReferenceConfig.java:329) at org.apache.dubbo.config.ReferenceConfig.get(ReferenceConfig.java:250) at org.apache.dubbo.config.spring.ReferenceBean.getObject(ReferenceBean.java:73) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:170) ... 40 more [04/10/19 12:02:53:053 UTC] main WARN config.AbstractConfig: [DUBBO] There's no valid metadata config found, if you are using the simplified mode of registry url, please make sure you have a metadata address configured properly., dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] main INFO config.AbstractConfig: [DUBBO] There's no valid monitor config found, if you want to open monitor statistics for Dubbo, please make sure your monitor is configured properly., dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Register: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Subscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] main INFO zookeeper.ZookeeperRegistry: [DUBBO] Notify urls for subscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037, urls: [empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037, empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=configurators&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037, empty://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037], dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] main ERROR context.TestContextManager: Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6200f9cb] to prepare test instance [org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT@56ac5c80] org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT': Unsatisfied dependency expressed through field 'beijingDemoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:588) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1268) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireBeanProperties(AbstractAutowireCapableBeanFactory.java:386) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:118) at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:230) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:228) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:287) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:289) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:247) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:177) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103) at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1640) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1316) at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1282) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1101) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585) ... 30 more Caused by: java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT at org.apache.dubbo.config.ReferenceConfig.createProxy(ReferenceConfig.java:418) at org.apache.dubbo.config.ReferenceConfig.init(ReferenceConfig.java:329) at org.apache.dubbo.config.ReferenceConfig.get(ReferenceConfig.java:250) at org.apache.dubbo.config.spring.ReferenceBean.getObject(ReferenceBean.java:73) at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:170) ... 40 more [ERROR] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 3.734 s <<< FAILURE! - in org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT [ERROR] testBeijingDemoService(org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT) Time elapsed: 0.001 s <<< ERROR! org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT': Unsatisfied dependency expressed through field 'beijingDemoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572645 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572645 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572645 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT [ERROR] testBeijingHelloService(org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT) Time elapsed: 0 s <<< ERROR! org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT': Unsatisfied dependency expressed through field 'beijingDemoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572735 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572735 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572735 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT [ERROR] verifyProvidersFromBeijingRegistry(org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT) Time elapsed: 0.001 s <<< ERROR! org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT': Unsatisfied dependency expressed through field 'beijingDemoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT [ERROR] testDefaultDemoService(org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT) Time elapsed: 0 s <<< ERROR! org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT': Unsatisfied dependency expressed through field 'beijingDemoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT [ERROR] verifyProvidersFromShanghaiRegistry(org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT) Time elapsed: 0 s <<< ERROR! org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT': Unsatisfied dependency expressed through field 'beijingDemoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT [ERROR] testShanghaiHelloService(org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT) Time elapsed: 0 s <<< ERROR! org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.apache.dubbo.samples.multi.registry.MultiRegistryServiceIT': Unsatisfied dependency expressed through field 'beijingDemoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoServiceFormBeijing': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT Caused by: java.lang.IllegalStateException: Failed to check the status of the service org.apache.dubbo.samples.multi.registry.api.DemoService. No provider available for the service org.apache.dubbo.samples.multi.registry.api.DemoService from the url zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037 to the consumer 172.17.0.1 use dubbo version 2.7.4-SNAPSHOT [04/10/19 12:02:53:053 UTC] Thread-0 INFO support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@fa36558: startup date [Fri Oct 04 12:02:50 UTC 2019]; root of context hierarchy [04/10/19 12:02:53:053 UTC] Thread-0 INFO support.AbstractRegistryFactory: [DUBBO] Close all registries [zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&default=false&dubbo=2.0.2&interface=org.apache.dubbo.registry.RegistryService&pid=26070&release=2.7.4-SNAPSHOT×tamp=1570190571727, zookeeper://172.17.0.1:2182/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.registry.RegistryService&pid=26070&release=2.7.4-SNAPSHOT×tamp=1570190571735], dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy registry:zookeeper://172.17.0.1:2181/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&default=false&dubbo=2.0.2&interface=org.apache.dubbo.registry.RegistryService&pid=26070&release=2.7.4-SNAPSHOT×tamp=1570190571727, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unregister: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572645, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unregister url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572645, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unregister: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unregister url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unregister: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unregister url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unregister: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572735, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unregister url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572735, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unregister: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unregister url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unregister: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unregister url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unregister: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190571188, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unregister url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190571188, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unsubscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unsubscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572793, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unsubscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190571188, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unsubscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190571188, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unsubscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572735, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unsubscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572735, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unsubscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572645, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unsubscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572645, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unsubscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unsubscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190573037, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unsubscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unsubscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572873, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unsubscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unsubscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®istry.default=false&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190572948, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Curator-Framework-0 INFO imps.CuratorFrameworkImpl: backgroundOperationsLoop exiting [04/10/19 12:02:53:053 UTC] main-EventThread INFO zookeeper.ClientCnxn: EventThread shut down for session: 0x100000d60650001 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZooKeeper: Session: 0x100000d60650001 closed [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy registry:zookeeper://172.17.0.1:2182/org.apache.dubbo.registry.RegistryService?application=multi-registry-consumer&dubbo=2.0.2&interface=org.apache.dubbo.registry.RegistryService&pid=26070&release=2.7.4-SNAPSHOT×tamp=1570190571735, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unregister: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190571188, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unregister url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=consumers&check=false&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190571188, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Unsubscribe: consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190571188, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZookeeperRegistry: [DUBBO] Destroy unsubscribe url consumer://172.17.0.1/org.apache.dubbo.samples.multi.registry.api.DemoService?application=multi-registry-consumer&category=providers,configurators,routers&dubbo=2.0.2&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070&release=2.7.4-SNAPSHOT&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190571188, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Curator-Framework-0 INFO imps.CuratorFrameworkImpl: backgroundOperationsLoop exiting [04/10/19 12:02:53:053 UTC] main-EventThread INFO zookeeper.ClientCnxn: EventThread shut down for session: 0x100000d60650001 [04/10/19 12:02:53:053 UTC] Thread-0 INFO zookeeper.ZooKeeper: Session: 0x100000d60650001 closed [04/10/19 12:02:53:053 UTC] Thread-0 INFO dubbo.DubboProtocol: [DUBBO] Close dubbo connect: /172.17.0.1:54760-->/172.17.0.1:20890, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO netty4.NettyChannel: [DUBBO] Close netty channel [id: 0x7bc4aeb1, L:/172.17.0.1:54760 - R:/172.17.0.1:20890], dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO dubbo.DubboProtocol: [DUBBO] Destroy reference: dubbo://172.17.0.1:20890/org.apache.dubbo.samples.multi.registry.api.DemoService?anyhost=true&application=multi-registry-consumer&bean.name=org.apache.dubbo.samples.multi.registry.api.DemoService&check=false&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&interface=org.apache.dubbo.samples.multi.registry.api.DemoService&lazy=false&methods=get&pid=26070®ister.ip=172.17.0.1&release=2.7.4-SNAPSHOT&remote.application=multi-registry-provider&revision=1.0-SNAPSHOT&side=consumer&sticky=false×tamp=1570190568566, dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [04/10/19 12:02:53:053 UTC] Thread-0 INFO server.Server: [DUBBO] qos-server stopped., dubbo version: 2.7.4-SNAPSHOT, current host: 172.17.0.1 [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] MultiRegistryServiceIT.testBeijingDemoService » UnsatisfiedDependency Error cr... [ERROR] MultiRegistryServiceIT.testBeijingHelloService » UnsatisfiedDependency Error c... [ERROR] MultiRegistryServiceIT.testDefaultDemoService » UnsatisfiedDependency Error cr... [ERROR] MultiRegistryServiceIT.testShanghaiHelloService » UnsatisfiedDependency Error ... [ERROR] MultiRegistryServiceIT.verifyProvidersFromBeijingRegistry » UnsatisfiedDependency [ERROR] MultiRegistryServiceIT.verifyProvidersFromShanghaiRegistry » UnsatisfiedDependency [INFO] [ERROR] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0 [INFO]
[INFO] [INFO] --- docker-maven-plugin:0.30.0:stop (stop) @ dubbo-samples-multi-registry --- [INFO] DOCKER> [dubbo-samples-multi-registry:2.7.4-SNAPSHOT]: Stop and removed container 937a3b87265d after 0 ms [INFO] [INFO] --- maven-failsafe-plugin:2.21.0:verify (default) @ dubbo-samples-multi-registry --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for dubbo-samples-all 1.0-SNAPSHOT: [INFO] [INFO] dubbo-maven-address-plugin ......................... SUCCESS [ 4.469 s] [INFO] dubbo-samples-annotation ........................... SUCCESS [ 58.164 s] [INFO] dubbo-samples-api .................................. SUCCESS [ 22.664 s] [INFO] dubbo-samples-async-simple ......................... SUCCESS [ 15.038 s] [INFO] dubbo-samples-async-generated-future ............... SUCCESS [ 15.182 s] [INFO] dubbo-samples-async-original-future ................ SUCCESS [ 23.767 s] [INFO] dubbo-samples-async-provider ....................... SUCCESS [ 19.186 s] [INFO] dubbo-samples-async-onerror ........................ SUCCESS [ 5.441 s] [INFO] dubbo-samples-async ................................ SUCCESS [ 0.007 s] [INFO] dubbo-samples-attachment ........................... SUCCESS [ 14.162 s] [INFO] dubbo-samples-basic ................................ SUCCESS [ 14.432 s] [INFO] dubbo-samples-cache ................................ SUCCESS [ 16.725 s] [INFO] dubbo-samples-chain ................................ SUCCESS [ 0.014 s] [INFO] dubbo-samples-chain-api ............................ SUCCESS [ 0.194 s] [INFO] dubbo-samples-chain-backend ........................ SUCCESS [ 4.943 s] [INFO] dubbo-samples-chain-middle ......................... SUCCESS [ 4.814 s] [INFO] dubbo-samples-chain-front .......................... SUCCESS [ 27.742 s] [INFO] dubbo-samples-callback ............................. SUCCESS [ 13.818 s] [INFO] dubbo-samples-compatible ........................... SUCCESS [ 13.965 s] [INFO] dubbo-samples-configcenter-xml ..................... SUCCESS [ 17.253 s] [INFO] dubbo-samples-configcenter-multiprotocol ........... SUCCESS [ 16.870 s] [INFO] dubbo-samples-configcenter-multi-registries ........ SUCCESS [ 19.547 s] [INFO] dubbo-samples-configcenter-annotation .............. SUCCESS [ 16.020 s] [INFO] dubbo-samples-configcenter-externalconfiguration ... SUCCESS [ 18.197 s] [INFO] dubbo-samples-configcenter-api ..................... SUCCESS [ 15.830 s] [INFO] dubbo-samples-configcenter-apollo .................. SUCCESS [ 0.787 s] [INFO] dubbo-samples-configcenter ......................... SUCCESS [ 0.007 s] [INFO] dubbo-samples-context .............................. SUCCESS [ 13.680 s] [INFO] dubbo-samples-direct ............................... SUCCESS [ 15.282 s] [INFO] dubbo-samples-docker ............................... SUCCESS [ 19.380 s] [INFO] dubbo-samples-echo ................................. SUCCESS [ 14.436 s] [INFO] dubbo-samples-gateway .............................. SUCCESS [ 0.204 s] [INFO] dubbo-samples-all .................................. SUCCESS [ 0.018 s] [INFO] dubbo-samples-generic .............................. SUCCESS [ 0.011 s] [INFO] dubbo-samples-generic-call ......................... SUCCESS [ 0.011 s] [INFO] dubbo-samples-generic-call-api ..................... SUCCESS [ 0.100 s] [INFO] dubbo-samples-generic-call-provider ................ SUCCESS [ 33.938 s] [INFO] dubbo-samples-generic-call-consumer ................ SUCCESS [ 0.228 s] [INFO] dubbo-samples-generic-impl ......................... SUCCESS [ 0.008 s] [INFO] dubbo-samples-generic-impl-api ..................... SUCCESS [ 0.093 s] [INFO] dubbo-samples-generic-impl-provider ................ SUCCESS [ 0.287 s] [INFO] dubbo-samples-generic-impl-consumer ................ SUCCESS [ 0.109 s] [INFO] dubbo-samples-generic-type ......................... SUCCESS [ 13.882 s] [INFO] dubbo-samples-group ................................ SUCCESS [ 14.173 s] [INFO] dubbo-samples-applevel-override .................... SUCCESS [ 30.708 s] [INFO] dubbo-samples-servicelevel-override ................ SUCCESS [ 35.933 s] [INFO] dubbo-samples-configconditionrouter ................ SUCCESS [ 23.576 s] [INFO] dubbo-samples-tagrouter ............................ SUCCESS [ 21.807 s] [INFO] dubbo-samples-governance ........................... SUCCESS [ 0.003 s] [INFO] dubbo-samples-http ................................. SUCCESS [ 23.418 s] [INFO] dubbo-samples-jetty ................................ SUCCESS [ 1.124 s] [INFO] dubbo-samples-local ................................ SUCCESS [ 4.524 s] [INFO] dubbo-samples-merge ................................ SUCCESS [ 0.004 s] [INFO] dubbo-samples-merge-api ............................ SUCCESS [ 0.071 s] [INFO] dubbo-samples-merge-provider1 ...................... SUCCESS [ 4.850 s] [INFO] dubbo-samples-merge-provider2 ...................... SUCCESS [ 4.606 s] [INFO] dubbo-samples-merge-consumer ....................... SUCCESS [ 16.490 s] [INFO] dubbo-samples-metadata-report-configcenter ......... SUCCESS [ 24.117 s] [INFO] dubbo-samples-metadata-report-local-annotation ..... SUCCESS [ 22.421 s] [INFO] dubbo-samples-metadata-report-local-xml ............ SUCCESS [ 21.798 s] [INFO] dubbo-samples-metadata-report-local-properties ..... SUCCESS [ 21.868 s] [INFO] dubbo-samples-metadata-report ...................... SUCCESS [ 0.016 s] [INFO] dubbo-samples-mock ................................. SUCCESS [ 20.588 s] [INFO] dubbo-samples-monitor .............................. SUCCESS [ 16.012 s] [INFO] dubbo-samples-multi-registry ....................... FAILURE [ 15.039 s] [INFO] dubbo-samples-notify ............................... SKIPPED [INFO] dubbo-samples-resilience4j-filter .................. SKIPPED [INFO] dubbo-samples-resilience4j-springboot2 ............. SKIPPED [INFO] dubbo-samples-resilience4j ......................... SKIPPED [INFO] dubbo-samples-rest ................................. SKIPPED [INFO] dubbo-samples-scala ................................ SKIPPED [INFO] dubbo-samples-simplified-registry-xml .............. SKIPPED [INFO] dubbo-samples-simplified-registry-properties ....... SKIPPED [INFO] dubbo-samples-simplified-registry-annotation ....... SKIPPED [INFO] dubbo-samples-simplified-registry-nosimple ......... SKIPPED [INFO] dubbo-samples-simplified-registry .................. SKIPPED [INFO] dubbo-samples-spi-compatible ....................... SKIPPED [INFO] dubbo-samples-spring-hystrix ....................... SKIPPED [INFO] dubbo-samples-spring-boot-hystrix .................. SKIPPED [INFO] dubbo-samples-stub ................................. SKIPPED [INFO] dubbo-samples-switch-serialization-thread .......... SKIPPED [INFO] dubbo-samples-thrift ............................... SKIPPED [INFO] dubbo-samples-thrift-api ........................... SKIPPED [INFO] dubbo-samples-thrift-impl .......................... SKIPPED [INFO] dubbo-samples-validation ........................... SKIPPED [INFO] dubbo-samples-version .............................. SKIPPED [INFO] dubbo-samples-zipkin ............................... SKIPPED [INFO] dubbo-samples-zookeeper ............................ SKIPPED [INFO] dubbo-samples-transaction .......................... SKIPPED [INFO] dubbo-samples-consul ............................... SKIPPED [INFO] dubbo-samples-edas ................................. SKIPPED [INFO] dubbo-samples-edas-provider ........................ SKIPPED [INFO] dubbo-samples-edas-consumer ........................ SKIPPED [INFO] dubbo-samples-nacos-override ....................... SKIPPED [INFO] dubbo-samples-nacos-conditionrouter ................ SKIPPED [INFO] dubbo-samples-nacos-configcenter ................... SKIPPED [INFO] dubbo-samples-nacos-tagrouter ...................... SKIPPED [INFO] dubbo-samples-nacos-registry ....................... SKIPPED [INFO] dubbo-samples-nacos ................................ SKIPPED [INFO] dubbo-samples-metrics .............................. SKIPPED [INFO] dubbo-samples-environment-keys ..................... SKIPPED [INFO] dubbo-samples-protostuff ........................... SKIPPED [INFO] dubbo-samples-protostuff-api ....................... SKIPPED [INFO] dubbo-samples-protostuff-provider .................. SKIPPED [INFO] dubbo-samples-protostuff-consumer .................. SKIPPED [INFO] dubbo-samples-serialization ........................ SKIPPED [INFO] dubbo-samples-serialization-java ................... SKIPPED [INFO] dubbo-samples-sentinel ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13:38 min [INFO] Finished at: 2019-10-04T12:02:54Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.21.0:verify (default) on project dubbo-samples-multi-registry: There are test failures. [ERROR] [ERROR] Please refer to /home/travis/build/apache/dubbo-samples/dubbo-samples-multi-registry/target/failsafe-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream. [ERROR] -> [Help 1]
Logs:
Compare failed time and dubbo commit history, I think it may cause by this commit https://github.com/apache/dubbo/commit/8798d3852ed0e9e82f037e89f9b8cd8b96a17e49