测试启动dubbo时报错:For input string: "xxxxx:20887"

[2020-11-28 13:24:09:267 CST] [ERROR] [localhost-startStop-1] [org.apache.dubbo.registry.integration.RegistryDirectory:323] - urls to invokers error .invokerUrls.size :1, invoker.size :0. urls :[hessian://0:0:0:0:0:0:0:1:8620/dubbo/cn.ffcs.file.service.IAttachmentService?anyhost=true&application=components&application.version=v3.0.114&cluster=failfast&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&interface=cn.ffcs.file.service.IAttachmentService&metadata.type=remote&methods=deleteAttachmentById,toRotateByUUID,updateBizIdNullFilterByUUIDS,updateAttachmentByUUID,deleteAttachmentByUUIDs,deleteAttachmentByUUID,updateBizIdByUUIDs,findById,saveAttachmentReturnUUIDOrId,findByUUID,findByIds,saveAttachment,toRotate,findByUUIDs,deleteByBizId,updateBizId,updateBizIdNullFilter,findByBizId,updateAttachment,deleteAttachmentByIds&owner=components&pid=20047&register.consumer=true&release=2.7.9-ffcs&revision=1.0.005&server=servlet&service.filter=default,-monitor,default,-monitor&side=provider&timeout=200000&timestamp=1606537774773&version=3.0]
java.lang.IllegalStateException: urls to invokers error .invokerUrls.size :1, invoker.size :0. urls :[hessian://0:0:0:0:0:0:0:1:8620/dubbo/cn.ffcs.file.service.IAttachmentService?anyhost=true&application=components&application.version=v3.0.114&cluster=failfast&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&interface=cn.ffcs.file.service.IAttachmentService&metadata.type=remote&methods=deleteAttachmentById,toRotateByUUID,updateBizIdNullFilterByUUIDS,updateAttachmentByUUID,deleteAttachmentByUUIDs,deleteAttachmentByUUID,updateBizIdByUUIDs,findById,saveAttachmentReturnUUIDOrId,findByUUID,findByIds,saveAttachment,toRotate,findByUUIDs,deleteByBizId,updateBizId,updateBizIdNullFilter,findByBizId,updateAttachment,deleteAttachmentByIds&owner=components&pid=20047&register.consumer=true&release=2.7.9-ffcs&revision=1.0.005&server=servlet&service.filter=default,-monitor,default,-monitor&side=provider&timeout=200000&timestamp=1606537774773&version=3.0]
at org.apache.dubbo.registry.integration.RegistryDirectory.refreshInvoker(RegistryDirectory.java:324) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryDirectory.refreshOverrideAndInvoker(RegistryDirectory.java:271) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryDirectory.notify(RegistryDirectory.java:254) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:426) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.FailbackRegistry.doNotify(FailbackRegistry.java:407) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.FailbackRegistry.notify(FailbackRegistry.java:398) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.zookeeper.ZookeeperRegistry.doSubscribe(ZookeeperRegistry.java:181) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.FailbackRegistry.subscribe(FailbackRegistry.java:333) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.ListenerRegistryWrapper.subscribe(ListenerRegistryWrapper.java:105) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryDirectory.subscribe(RegistryDirectory.java:185) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryProtocol.doRefer(RegistryProtocol.java:469) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryProtocol.refer(RegistryProtocol.java:454) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper.refer(ProtocolListenerWrapper.java:72) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper.refer(ProtocolFilterWrapper.java:161) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.qos.protocol.QosProtocolWrapper.refer(QosProtocolWrapper.java:73) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.Protocol$Adaptive.refer(Protocol$Adaptive.java) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.ReferenceConfig.createProxy(ReferenceConfig.java:370) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.ReferenceConfig.init(ReferenceConfig.java:305) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.ReferenceConfig.get(ReferenceConfig.java:205) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.spring.ReferenceBean.getObject(ReferenceBean.java:68) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:170) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1640) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1268) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) [spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) [spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443) [spring-web-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325) [spring-web-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) [spring-web-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at cn.ffcs.tool.zookeeper.ZookeeperPropertyListener.doContextInitialized(ZookeeperPropertyListener.java:341) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at cn.ffcs.tool.zookeeper.ZookeeperPropertyListener.contextInitialized(ZookeeperPropertyListener.java:123) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4701) [catalina.jar:8.5.53]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167) [catalina.jar:8.5.53]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:8.5.53]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) [catalina.jar:8.5.53]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) [catalina.jar:8.5.53]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) [catalina.jar:8.5.53]
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:970) [catalina.jar:8.5.53]
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1841) [catalina.jar:8.5.53]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_172]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_172]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_172]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_172]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
[2020-11-28 13:24:09:321 CST] [ERROR] [localhost-startStop-1] [org.apache.dubbo.registry.integration.RegistryDirectory:458] - [DUBBO] Failed to refer invoker for interface:interface cn.ffcs.file.service.FileUploadService,url:(hessian://0:0:0:0:0:0:0:1:8620/dubbo/cn.ffcs.file.service.FileUploadService?anyhost=true&application=sq-resident-serv&application.version=v3.0.027&check=false&cluster=failfast&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&init=false&interface=cn.ffcs.file.service.FileUploadService&metadata.type=remote&methods=uploadPartFile,getDownloadFileSize,downloadFileWithPath,uploadZipFile,downloadSingleFileForLen,uploadSingleFile,addWatermark,downloadSingleFile,delFileFromDisc,getThumbnail&owner=resident&pid=20787&protocol=hessian&reference.filter=default,-monitor,dispatchLog,default,-monitor,dispatchLog&register.consumer=true&register.ip=192.168.52.57&release=2.7.9-ffcs&remote.application=components&revision=3.0.031.001&server=servlet&service.filter=default,-monitor,default,-monitor&side=consumer&sticky=false&timeout=30000&timestamp=1606537774968&version=3.0)For input string: "0:0:0:0:0:0:1:8620", dubbo version: 2.7.9-ffcs, current host: 192.168.52.57
java.lang.IllegalStateException: For input string: "0:0:0:0:0:0:1:8620"
at org.apache.dubbo.common.URL.toJavaURL(URL.java:1460) ~[dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.protocol.hessian.HessianProtocol.doRefer(HessianProtocol.java:134) ~[dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.protocol.AbstractProxyProtocol.protocolBindingRefer(AbstractProxyProtocol.java:108) ~[dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.protocol.AbstractProtocol.refer(AbstractProtocol.java:104) ~[dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper.refer(ProtocolListenerWrapper.java:74) ~[dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper.refer(ProtocolFilterWrapper.java:163) ~[dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.qos.protocol.QosProtocolWrapper.refer(QosProtocolWrapper.java:75) ~[dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.Protocol$Adaptive.refer(Protocol$Adaptive.java) ~[dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryDirectory.toInvokers(RegistryDirectory.java:455) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryDirectory.refreshInvoker(RegistryDirectory.java:312) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryDirectory.refreshOverrideAndInvoker(RegistryDirectory.java:271) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryDirectory.notify(RegistryDirectory.java:254) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:426) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.FailbackRegistry.doNotify(FailbackRegistry.java:407) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.FailbackRegistry.notify(FailbackRegistry.java:398) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.zookeeper.ZookeeperRegistry.doSubscribe(ZookeeperRegistry.java:181) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.FailbackRegistry.subscribe(FailbackRegistry.java:333) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.ListenerRegistryWrapper.subscribe(ListenerRegistryWrapper.java:105) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryDirectory.subscribe(RegistryDirectory.java:185) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryProtocol.doRefer(RegistryProtocol.java:469) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryProtocol.refer(RegistryProtocol.java:454) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper.refer(ProtocolListenerWrapper.java:72) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper.refer(ProtocolFilterWrapper.java:161) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.qos.protocol.QosProtocolWrapper.refer(QosProtocolWrapper.java:73) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.Protocol$Adaptive.refer(Protocol$Adaptive.java) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.ReferenceConfig.createProxy(ReferenceConfig.java:370) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.ReferenceConfig.init(ReferenceConfig.java:305) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.ReferenceConfig.get(ReferenceConfig.java:205) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.spring.ReferenceBean.getObject(ReferenceBean.java:68) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:170) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1640) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1268) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) [spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) [spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443) [spring-web-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325) [spring-web-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) [spring-web-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at cn.ffcs.tool.zookeeper.ZookeeperPropertyListener.doContextInitialized(ZookeeperPropertyListener.java:341) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at cn.ffcs.tool.zookeeper.ZookeeperPropertyListener.contextInitialized(ZookeeperPropertyListener.java:123) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4701) [catalina.jar:8.5.53]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167) [catalina.jar:8.5.53]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:8.5.53]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) [catalina.jar:8.5.53]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) [catalina.jar:8.5.53]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) [catalina.jar:8.5.53]
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:970) [catalina.jar:8.5.53]
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1841) [catalina.jar:8.5.53]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_172]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_172]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_172]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_172]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
Caused by: java.net.MalformedURLException: For input string: "0:0:0:0:0:0:1:8620"
at java.net.URL.<init>(URL.java:627) ~[?:1.8.0_172]
at java.net.URL.<init>(URL.java:490) ~[?:1.8.0_172]
at java.net.URL.<init>(URL.java:439) ~[?:1.8.0_172]
at org.apache.dubbo.common.URL.toJavaURL(URL.java:1458) ~[dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
... 67 more
Caused by: java.lang.NumberFormatException: For input string: "0:0:0:0:0:0:1:8620"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[?:1.8.0_172]
at java.lang.Integer.parseInt(Integer.java:580) ~[?:1.8.0_172]
at java.lang.Integer.parseInt(Integer.java:615) ~[?:1.8.0_172]
at java.net.URLStreamHandler.parseURL(URLStreamHandler.java:222) ~[?:1.8.0_172]
at java.net.URL.<init>(URL.java:622) ~[?:1.8.0_172]
at java.net.URL.<init>(URL.java:490) ~[?:1.8.0_172]
at java.net.URL.<init>(URL.java:439) ~[?:1.8.0_172]
at org.apache.dubbo.common.URL.toJavaURL(URL.java:1458) ~[dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
... 67 more
[2020-11-28 13:24:09:325 CST] [ERROR] [localhost-startStop-1] [org.apache.dubbo.registry.integration.RegistryDirectory:323] - urls to invokers error .invokerUrls.size :1, invoker.size :0. urls :[hessian://0:0:0:0:0:0:0:1:8620/dubbo/cn.ffcs.file.service.FileUploadService?anyhost=true&application=components&application.version=v3.0.114&cluster=failfast&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&interface=cn.ffcs.file.service.FileUploadService&metadata.type=remote&methods=uploadPartFile,getDownloadFileSize,downloadFileWithPath,uploadZipFile,downloadSingleFileForLen,uploadSingleFile,addWatermark,downloadSingleFile,delFileFromDisc,getThumbnail&owner=components&pid=20047&register.consumer=true&release=2.7.9-ffcs&revision=1.0.005&server=servlet&service.filter=default,-monitor,default,-monitor&side=provider&timeout=200000&timestamp=1606537774968&version=3.0]
java.lang.IllegalStateException: urls to invokers error .invokerUrls.size :1, invoker.size :0. urls :[hessian://0:0:0:0:0:0:0:1:8620/dubbo/cn.ffcs.file.service.FileUploadService?anyhost=true&application=components&application.version=v3.0.114&cluster=failfast&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&interface=cn.ffcs.file.service.FileUploadService&metadata.type=remote&methods=uploadPartFile,getDownloadFileSize,downloadFileWithPath,uploadZipFile,downloadSingleFileForLen,uploadSingleFile,addWatermark,downloadSingleFile,delFileFromDisc,getThumbnail&owner=components&pid=20047&register.consumer=true&release=2.7.9-ffcs&revision=1.0.005&server=servlet&service.filter=default,-monitor,default,-monitor&side=provider&timeout=200000&timestamp=1606537774968&version=3.0]
at org.apache.dubbo.registry.integration.RegistryDirectory.refreshInvoker(RegistryDirectory.java:324) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryDirectory.refreshOverrideAndInvoker(RegistryDirectory.java:271) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryDirectory.notify(RegistryDirectory.java:254) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:426) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.FailbackRegistry.doNotify(FailbackRegistry.java:407) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.FailbackRegistry.notify(FailbackRegistry.java:398) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.zookeeper.ZookeeperRegistry.doSubscribe(ZookeeperRegistry.java:181) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.support.FailbackRegistry.subscribe(FailbackRegistry.java:333) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.ListenerRegistryWrapper.subscribe(ListenerRegistryWrapper.java:105) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryDirectory.subscribe(RegistryDirectory.java:185) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryProtocol.doRefer(RegistryProtocol.java:469) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.registry.integration.RegistryProtocol.refer(RegistryProtocol.java:454) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.protocol.ProtocolListenerWrapper.refer(ProtocolListenerWrapper.java:72) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.protocol.ProtocolFilterWrapper.refer(ProtocolFilterWrapper.java:161) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.qos.protocol.QosProtocolWrapper.refer(QosProtocolWrapper.java:73) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.rpc.Protocol$Adaptive.refer(Protocol$Adaptive.java) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.ReferenceConfig.createProxy(ReferenceConfig.java:370) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.ReferenceConfig.init(ReferenceConfig.java:305) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.ReferenceConfig.get(ReferenceConfig.java:205) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.dubbo.config.spring.ReferenceBean.getObject(ReferenceBean.java:68) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:170) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:103) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1640) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:323) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1268) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) [spring-beans-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) [spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) [spring-context-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443) [spring-web-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325) [spring-web-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) [spring-web-4.3.16.RELEASE.jar:4.3.16.RELEASE]
at cn.ffcs.tool.zookeeper.ZookeeperPropertyListener.doContextInitialized(ZookeeperPropertyListener.java:341) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at cn.ffcs.tool.zookeeper.ZookeeperPropertyListener.contextInitialized(ZookeeperPropertyListener.java:123) [dubbo-2.7.9-ffcs.jar:2.7.9-ffcs]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4701) [catalina.jar:8.5.53]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5167) [catalina.jar:8.5.53]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) [catalina.jar:8.5.53]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743) [catalina.jar:8.5.53]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719) [catalina.jar:8.5.53]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) [catalina.jar:8.5.53]
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:970) [catalina.jar:8.5.53]
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1841) [catalina.jar:8.5.53]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_172]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_172]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_172]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_172]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
28-Nov-2020 13:24:23.398 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/data/tomcat8-sq-resident-serv-9500/webapps/ROOT.war] has finished in [47,365] ms

这个是找不到你的注册地址的问题,或者你注册地址有问题,或者格式不对导致的

转自:https://ask.csdn.net/questions/683618

原文地址:https://www.cnblogs.com/xyyou/p/14052508.html