Dubbo消费者服务启动过程正常,但服务并没有启动

发布于 2022-01-05 12:00:24 字数 33865 浏览 782 评论 4

采用Dubbo和Zookeeper架构,使用maven构建多模块项目,我的模块是dubbo的消费者,项目启动过程并无异常,但访问localhost:端口 访问不到,查看进程也并没有该端口, 启动日志如下:

Connected to the target VM, address: '127.0.0.1:50338', transport: 'socket'
log4j:WARN No appenders could be found for logger (com.alibaba.dubbo.common.logger.LoggerFactory).
log4j:WARN Please initialize the log4j system properly.
2019-05-17 15:36:49.896  INFO 9460 --- [  restartedMain] a.b.d.c.e.WelcomeLogoApplicationListener : 

 :: Dubbo Spring Boot (v0.2.0) : https://github.com/apache/incubator-dubbo-spring-boot-project
 :: Dubbo (v2.6.2) : https://github.com/apache/incubator-dubbo
 :: Google group : dev@dubbo.incubator.apache.org

2019-05-17 15:36:49.915  INFO 9460 --- [  restartedMain] e.OverrideDubboConfigApplicationListener : Dubbo Config was overridden by externalized configuration {dubbo.application.name=consumer, dubbo.consumer.application=user-producer, dubbo.consumer.id=user-producer, dubbo.consumer.timeout=5000, dubbo.registry.address=zookeeper://192.168.8.89:2181}

  .   ____          _            __ _ _
 /\ / ___'_ __ _ _(_)_ __  __ _    
( ( )___ | '_ | '_| | '_ / _` |    
 \/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |___, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.1.3.RELEASE)

2019-05-17 15:36:50.171  INFO 9460 --- [  restartedMain] com.**.BusinessApplication         : Starting BusinessApplication on DESKTOP-MBKA8BB with PID 9460 (D:WorkSpace_IDEA****-businesstargetclasses started by 18601 in D:WorkSpace_IDEA**)
2019-05-17 15:36:50.173  INFO 9460 --- [  restartedMain] com.**.BusinessApplication         : The following profiles are active: dev
2019-05-17 15:36:50.314  INFO 9460 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2019-05-17 15:36:50.314  INFO 9460 --- [  restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2019-05-17 15:36:53.178  INFO 9460 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The dubbo config bean definition [name : com.alibaba.dubbo.config.ApplicationConfig#0, class : com.alibaba.dubbo.config.ApplicationConfig] has been registered.
2019-05-17 15:36:53.179  INFO 9460 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The BeanPostProcessor bean definition [com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : com.alibaba.dubbo.config.ApplicationConfig#0] has been registered.
2019-05-17 15:36:53.179  INFO 9460 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The dubbo config bean definition [name : com.alibaba.dubbo.config.RegistryConfig#0, class : com.alibaba.dubbo.config.RegistryConfig] has been registered.
2019-05-17 15:36:53.179  INFO 9460 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The BeanPostProcessor bean definition [com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : com.alibaba.dubbo.config.RegistryConfig#0] has been registered.
2019-05-17 15:36:53.180  INFO 9460 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The dubbo config bean definition [name : user-producer, class : com.alibaba.dubbo.config.ConsumerConfig] has been registered.
2019-05-17 15:36:53.180  INFO 9460 --- [  restartedMain] .a.d.c.s.c.a.DubboConfigBindingRegistrar : The BeanPostProcessor bean definition [com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : user-producer] has been registered.
2019-05-17 15:36:53.419  INFO 9460 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2019-05-17 15:36:53.425  INFO 9460 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-05-17 15:36:53.652  INFO 9460 --- [  restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 192ms. Found 0 repository interfaces.
2019-05-17 15:36:54.271  INFO 9460 --- [  restartedMain] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances
2019-05-17 15:36:54.408  INFO 9460 --- [  restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2019-05-17 15:36:54.408  INFO 9460 --- [  restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2019-05-17 15:36:54.408  INFO 9460 --- [  restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2019-05-17 15:36:54.408  INFO 9460 --- [  restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2019-05-17 15:36:54.408  INFO 9460 --- [  restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
2019-05-17 15:36:54.409  INFO 9460 --- [  restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2019-05-17 15:36:54.409  INFO 9460 --- [  restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2019-05-17 15:36:54.409  INFO 9460 --- [  restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2019-05-17 15:36:54.409  INFO 9460 --- [  restartedMain] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource devtools [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2019-05-17 15:36:54.451  INFO 9460 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'com.alibaba.boot.dubbo.autoconfigure.DubboAutoConfiguration' of type [com.alibaba.boot.dubbo.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$4f27ee65] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-05-17 15:36:54.481  INFO 9460 --- [  restartedMain] c.u.j.filter.DefaultLazyPropertyFilter   : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2019-05-17 15:36:54.770  INFO 9460 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$402648f3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-05-17 15:36:54.886  INFO 9460 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'relaxedDubboConfigBinder' of type [com.alibaba.boot.dubbo.autoconfigure.RelaxedDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-05-17 15:36:54.889  INFO 9460 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'relaxedDubboConfigBinder' of type [com.alibaba.boot.dubbo.autoconfigure.RelaxedDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-05-17 15:36:54.892  INFO 9460 --- [  restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'relaxedDubboConfigBinder' of type [com.alibaba.boot.dubbo.autoconfigure.RelaxedDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-05-17 15:36:55.052  INFO 9460 --- [  restartedMain] c.u.j.r.DefaultLazyPropertyResolver      : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2019-05-17 15:36:55.056  INFO 9460 --- [  restartedMain] c.u.j.d.DefaultLazyPropertyDetector      : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
2019-05-17 15:36:56.299  INFO 9460 --- [  restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8081 (http)
2019-05-17 15:36:56.344  INFO 9460 --- [  restartedMain] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2019-05-17 15:36:56.344  INFO 9460 --- [  restartedMain] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.16]
2019-05-17 15:36:56.363  INFO 9460 --- [  restartedMain] o.a.catalina.core.AprLifecycleListener   : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:Program FilesJavajdk1.8.0_152bin;C:WINDOWSSunJavabin;C:WINDOWSsystem32;C:WINDOWS;C:ProgramDataOracleJavajavapath;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesIntelWiFibin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program FilesJavajdk1.8.0_152bin;D:DBmysql-5.7.20-winx64bin;C:Program Files (x86)Gitcmd;D:Apacheapache-maven-3.5.2bin;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:WINDOWSSystem32WindowsPowerShellv1.0;C:Program FilesTortoiseSVNbin;C:Users18601AppDataLocalProgramsPythonPython36;C:WINDOWSSystem32OpenSSH;C:Program Filesnodejs;C:Program FilesIDM Computer SolutionsUltraCompare;D:Apacheapache-maven-3.5.2bin;D:Apacheapache-tomcat-8.5.28;C:Program Fileserl10.3bin;C:Users18601AppDataLocalMicrosoftWindowsApps;C:Users18601AppDataLocalGitHubDesktopbin;C:Users18601AppDataRoamingnpm;.]
2019-05-17 15:36:56.559  INFO 9460 --- [  restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2019-05-17 15:36:56.560  INFO 9460 --- [  restartedMain] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 6245 ms
2019-05-17 15:36:57.049  INFO 9460 --- [  restartedMain] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource
2019-05-17 15:36:57.345  INFO 9460 --- [  restartedMain] c.u.j.encryptor.DefaultLazyEncryptor     : String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
2019-05-17 15:36:57.366  INFO 9460 --- [  restartedMain] c.u.j.encryptor.DefaultLazyEncryptor     : Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES
2019-05-17 15:36:57.366  INFO 9460 --- [  restartedMain] c.u.j.encryptor.DefaultLazyEncryptor     : Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000
2019-05-17 15:36:57.366  INFO 9460 --- [  restartedMain] c.u.j.encryptor.DefaultLazyEncryptor     : Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1
2019-05-17 15:36:57.366  INFO 9460 --- [  restartedMain] c.u.j.encryptor.DefaultLazyEncryptor     : Encryptor config not found for property jasypt.encryptor.providerName, using default value: null
2019-05-17 15:36:57.366  INFO 9460 --- [  restartedMain] c.u.j.encryptor.DefaultLazyEncryptor     : Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null
2019-05-17 15:36:57.367  INFO 9460 --- [  restartedMain] c.u.j.encryptor.DefaultLazyEncryptor     : Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator
2019-05-17 15:36:57.368  INFO 9460 --- [  restartedMain] c.u.j.encryptor.DefaultLazyEncryptor     : Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64
2019-05-17 15:36:58.524  INFO 9460 --- [  restartedMain] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited
2019-05-17 15:36:59.330  INFO 9460 --- [  restartedMain] .f.a.DubboConfigBindingBeanPostProcessor : The properties of bean [name : user-producer] have been binding by prefix of configuration properties : dubbo.consumer
2019-05-17 15:36:59.348  INFO 9460 --- [  restartedMain] .f.a.DubboConfigBindingBeanPostProcessor : The properties of bean [name : com.alibaba.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
2019-05-17 15:37:00.732  INFO 9460 --- [  restartedMain] o.a.c.f.imps.CuratorFrameworkImpl        : Starting
2019-05-17 15:37:00.746  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:zookeeper.version=3.4.10-39d3a4f269333c922ed3db283be479f9deacaa0f, built on 03/23/2017 10:13 GMT
2019-05-17 15:37:00.746  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:host.name=DESKTOP-MBKA8BB
2019-05-17 15:37:00.746  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.version=1.8.0_152
2019-05-17 15:37:00.746  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.vendor=Oracle Corporation
2019-05-17 15:37:00.746  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.home=C:Program FilesJavajdk1.8.0_152jre
2019-05-17 15:37:00.746  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.class.path=C:Program FilesJavajdk1.8.0_152jrelibcharsets.jar;C:Program FilesJavajdk1.8.0_152jrelibdeploy.jar;C:Program FilesJavajdk1.8.0_152jrelibextaccess-bridge-64.jar;C:Program FilesJavajdk1.8.0_152jrelibextcldrdata.jar;C:Program FilesJavajdk1.8.0_152jrelibextdnsns.jar;C:Program FilesJavajdk1.8.0_152jrelibextjaccess.jar;C:Program FilesJavajdk1.8.0_152jrelibextjfxrt.jar;C:Program FilesJavajdk1.8.0_152jrelibextlocaledata.jar;C:Program FilesJavajdk1.8.0_152jrelibextnashorn.jar;C:Program FilesJavajdk1.8.0_152jrelibextsunec.jar;C:Program FilesJavajdk1.8.0_152jrelibextsunjce_provider.jar;C:Program FilesJavajdk1.8.0_152jrelibextsunmscapi.jar;C:Program FilesJavajdk1.8.0_152jrelibextsunpkcs11.jar;C:Program FilesJavajdk1.8.0_152jrelibextzipfs.jar;C:Program FilesJavajdk1.8.0_152jrelibjavaws.jar;C:Program FilesJavajdk1.8.0_152jrelibjce.jar;C:Program FilesJavajdk1.8.0_152jrelibjfr.jar;C:Program FilesJavajdk1.8.0_152jrelibjfxswt.jar;C:Program FilesJavajdk1.8.0_152jrelibjsse.jar;C:Program FilesJavajdk1.8.0_152jrelibmanagement-agent.jar;C:Program FilesJavajdk1.8.0_152jrelibplugin.jar;C:Program FilesJavajdk1.8.0_152jrelibresources.jar;C:Program FilesJavajdk1.8.0_152jrelibrt.jar;D:WorkSpace_IDEA****-businesstargetclasses;D:Apacheapache-maven-3.5.2repositorycomalibababootdubbo-spring-boot-starter.2.0dubbo-spring-boot-starter-0.2.0.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-starter2.1.3.RELEASEspring-boot-starter-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-starter-logging2.1.3.RELEASEspring-boot-starter-logging-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositorychqoslogbacklogback-classic1.2.3logback-classic-1.2.3.jar;D:Apacheapache-maven-3.5.2repositorychqoslogbacklogback-core1.2.3logback-core-1.2.3.jar;D:Apacheapache-maven-3.5.2repositoryorgapachelogginglog4jlog4j-to-slf4j2.11.2log4j-to-slf4j-2.11.2.jar;D:Apacheapache-maven-3.5.2repositoryorgapachelogginglog4jlog4j-api2.11.2log4j-api-2.11.2.jar;D:Apacheapache-maven-3.5.2repositoryorgslf4jjul-to-slf4j1.7.25jul-to-slf4j-1.7.25.jar;D:Apacheapache-maven-3.5.2repositoryjavaxannotationjavax.annotation-api1.3.2javax.annotation-api-1.3.2.jar;D:Apacheapache-maven-3.5.2repositoryorgyamlsnakeyaml1.23snakeyaml-1.23.jar;D:Apacheapache-maven-3.5.2repositorycomalibabadubbo2.6.2dubbo-2.6.2.jar;D:Apacheapache-maven-3.5.2repositoryorgjavassistjavassist3.20.0-GAjavassist-3.20.0-GA.jar;D:Apacheapache-maven-3.5.2repositoryorgjbossnettynetty3.2.5.Finalnetty-3.2.5.Final.jar;D:Apacheapache-maven-3.5.2repositoryorgapachecuratorcurator-framework2.12.0curator-framework-2.12.0.jar;D:Apacheapache-maven-3.5.2repositoryorgapachecuratorcurator-client2.12.0curator-client-2.12.0.jar;D:Apacheapache-maven-3.5.2repositorycomalibababootdubbo-spring-boot-autoconfigure.2.0dubbo-spring-boot-autoconfigure-0.2.0.jar;D:Apacheapache-maven-3.5.2repositoryorgapachezookeeperzookeeper3.4.10zookeeper-3.4.10.jar;D:Apacheapache-maven-3.5.2repositoryorgslf4jslf4j-api1.7.25slf4j-api-1.7.25.jar;D:Apacheapache-maven-3.5.2repositoryjlinejline.9.94jline-0.9.94.jar;D:Apacheapache-maven-3.5.2repositoryionettynetty3.10.5.Finalnetty-3.10.5.Final.jar;D:WorkSpace_IDEA****-baseInfotargetclasses;D:WorkSpace_IDEA****-commontargetclasses;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-starter-freemarker2.1.3.RELEASEspring-boot-starter-freemarker-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgfreemarkerfreemarker2.3.28freemarker-2.3.28.jar;D:Apacheapache-maven-3.5.2repositoryiospringfoxspringfox-swagger22.7.0springfox-swagger2-2.7.0.jar;D:Apacheapache-maven-3.5.2repositoryioswaggerswagger-annotations1.5.13swagger-annotations-1.5.13.jar;D:Apacheapache-maven-3.5.2repositoryioswaggerswagger-models1.5.13swagger-models-1.5.13.jar;D:Apacheapache-maven-3.5.2repositoryiospringfoxspringfox-spi2.7.0springfox-spi-2.7.0.jar;D:Apacheapache-maven-3.5.2repositoryiospringfoxspringfox-core2.7.0springfox-core-2.7.0.jar;D:Apacheapache-maven-3.5.2repositorynetbytebuddybyte-buddy1.9.10byte-buddy-1.9.10.jar;D:Apacheapache-maven-3.5.2repositoryiospringfoxspringfox-schema2.7.0springfox-schema-2.7.0.jar;D:Apacheapache-maven-3.5.2repositoryiospringfoxspringfox-swagger-common2.7.0springfox-swagger-common-2.7.0.jar;D:Apacheapache-maven-3.5.2repositoryiospringfoxspringfox-spring-web2.7.0springfox-spring-web-2.7.0.jar;D:Apacheapache-maven-3.5.2repositoryorgreflectionsreflections.9.11reflections-0.9.11.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkpluginspring-plugin-core1.2.0.RELEASEspring-plugin-core-1.2.0.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkpluginspring-plugin-metadata1.2.0.RELEASEspring-plugin-metadata-1.2.0.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgmapstructmapstruct1.1.0.Finalmapstruct-1.1.0.Final.jar;D:Apacheapache-maven-3.5.2repositorycombaomidoumybatis-plus2.3.3mybatis-plus-2.3.3.jar;D:Apacheapache-maven-3.5.2repositorycombaomidoumybatis-plus-support2.3.3mybatis-plus-support-2.3.3.jar;D:Apacheapache-maven-3.5.2repositorycombaomidoumybatis-plus-core2.3.3mybatis-plus-core-2.3.3.jar;D:Apacheapache-maven-3.5.2repositorycomgithubjsqlparserjsqlparser1.1jsqlparser-1.1.jar;D:Apacheapache-maven-3.5.2repositoryorgmybatismybatis-spring1.3.2mybatis-spring-1.3.2.jar;D:Apacheapache-maven-3.5.2repositoryorgmybatismybatis3.4.6mybatis-3.4.6.jar;D:Apacheapache-maven-3.5.2repositorycombaomidoumybatis-plus-generate2.3.3mybatis-plus-generate-2.3.3.jar;D:Apacheapache-maven-3.5.2repositorycombaomidoumybatisplus-spring-boot-starter1.0.5mybatisplus-spring-boot-starter-1.0.5.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-starter-jdbc2.1.3.RELEASEspring-boot-starter-jdbc-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositorycomzaxxerHikariCP3.2.0HikariCP-3.2.0.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-jdbc5.1.5.RELEASEspring-jdbc-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositorycomgithubulisesbocchiojasypt-spring-boot-starter2.1.0jasypt-spring-boot-starter-2.1.0.jar;D:Apacheapache-maven-3.5.2repositorycomgithubulisesbocchiojasypt-spring-boot2.1.0jasypt-spring-boot-2.1.0.jar;D:Apacheapache-maven-3.5.2repositoryorgjasyptjasypt1.9.2jasypt-1.9.2.jar;D:Apacheapache-maven-3.5.2repositoryredisclientsjedis2.9.0jedis-2.9.0.jar;D:Apacheapache-maven-3.5.2repositoryorgapachecommonscommons-pool22.6.1commons-pool2-2.6.1.jar;D:Apacheapache-maven-3.5.2repositoryorgapachepoipoi-ooxml3.17poi-ooxml-3.17.jar;D:Apacheapache-maven-3.5.2repositoryorgapachepoipoi3.17poi-3.17.jar;D:Apacheapache-maven-3.5.2repositoryorgapachecommonscommons-collections44.1commons-collections4-4.1.jar;D:Apacheapache-maven-3.5.2repositoryorgapachepoipoi-ooxml-schemas3.17poi-ooxml-schemas-3.17.jar;D:Apacheapache-maven-3.5.2repositoryorgapachexmlbeansxmlbeans2.6.0xmlbeans-2.6.0.jar;D:Apacheapache-maven-3.5.2repositorystaxstax-api1.0.1stax-api-1.0.1.jar;D:Apacheapache-maven-3.5.2repositorycomgithubvirtualdcurvesapi1.04curvesapi-1.04.jar;D:Apacheapache-maven-3.5.2repositorynetsourceforgejexcelapijxl2.6.12jxl-2.6.12.jar;D:Apacheapache-maven-3.5.2repositorylog4jlog4j1.2.14log4j-1.2.14.jar;D:Apacheapache-maven-3.5.2repositorycnafterturneasypoi-base3.0.3easypoi-base-3.0.3.jar;D:Apacheapache-maven-3.5.2repositorycnafterturneasypoi-annotation3.0.3easypoi-annotation-3.0.3.jar;D:Apacheapache-maven-3.5.2repositorycnafterturneasypoi-web3.0.3easypoi-web-3.0.3.jar;D:WorkSpace_IDEA****-user-apitargetclasses;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-devtools2.1.3.RELEASEspring-boot-devtools-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot2.1.3.RELEASEspring-boot-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-autoconfigure2.1.3.RELEASEspring-boot-autoconfigure-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositorycomalibabadruid-spring-boot-starter1.1.10druid-spring-boot-starter-1.1.10.jar;D:Apacheapache-maven-3.5.2repositorycomalibabadruid1.1.10druid-1.1.10.jar;D:Apacheapache-maven-3.5.2repositorycomfasterxmljacksonmodulejackson-module-jaxb-annotations2.9.8jackson-module-jaxb-annotations-2.9.8.jar;D:Apacheapache-maven-3.5.2repositorycomfasterxmljacksoncorejackson-annotations2.9.0jackson-annotations-2.9.0.jar;D:Apacheapache-maven-3.5.2repositorycomfasterxmljacksoncorejackson-core2.9.8jackson-core-2.9.8.jar;D:Apacheapache-maven-3.5.2repositorycomfasterxmljacksoncorejackson-databind2.9.8jackson-databind-2.9.8.jar;D:Apacheapache-maven-3.5.2repositorycomgoogleguavaguava21.0guava-21.0.jar;D:Apacheapache-maven-3.5.2repositorycomgooglecodegsongson2.8.5gson-2.8.5.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-starter-web2.1.3.RELEASEspring-boot-starter-web-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-starter-json2.1.3.RELEASEspring-boot-starter-json-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositorycomfasterxmljacksondatatypejackson-datatype-jdk82.9.8jackson-datatype-jdk8-2.9.8.jar;D:Apacheapache-maven-3.5.2repositorycomfasterxmljacksondatatypejackson-datatype-jsr3102.9.8jackson-datatype-jsr310-2.9.8.jar;D:Apacheapache-maven-3.5.2repositorycomfasterxmljacksonmodulejackson-module-parameter-names2.9.8jackson-module-parameter-names-2.9.8.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-starter-tomcat2.1.3.RELEASEspring-boot-starter-tomcat-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgapachetomcatembedtomcat-embed-core9.0.16tomcat-embed-core-9.0.16.jar;D:Apacheapache-maven-3.5.2repositoryorgapachetomcatembedtomcat-embed-el9.0.16tomcat-embed-el-9.0.16.jar;D:Apacheapache-maven-3.5.2repositoryorgapachetomcatembedtomcat-embed-websocket9.0.16tomcat-embed-websocket-9.0.16.jar;D:Apacheapache-maven-3.5.2repositoryorghibernatevalidatorhibernate-validator6.0.14.Finalhibernate-validator-6.0.14.Final.jar;D:Apacheapache-maven-3.5.2repositoryjavaxvalidationvalidation-api2.0.1.Finalvalidation-api-2.0.1.Final.jar;D:Apacheapache-maven-3.5.2repositoryorgjbossloggingjboss-logging3.3.2.Finaljboss-logging-3.3.2.Final.jar;D:Apacheapache-maven-3.5.2repositorycomfasterxmlclassmate1.4.0classmate-1.4.0.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-web5.1.5.RELEASEspring-web-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-webmvc5.1.5.RELEASEspring-webmvc-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-expression5.1.5.RELEASEspring-expression-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-starter-aop2.1.3.RELEASEspring-boot-starter-aop-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-aop5.1.5.RELEASEspring-aop-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgaspectjaspectjweaver1.9.2aspectjweaver-1.9.2.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-context-support5.1.5.RELEASEspring-context-support-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-beans5.1.5.RELEASEspring-beans-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-context5.1.5.RELEASEspring-context-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-core5.1.5.RELEASEspring-core-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-jcl5.1.5.RELEASEspring-jcl-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-starter-data-redis2.1.3.RELEASEspring-boot-starter-data-redis-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkdataspring-data-redis2.1.5.RELEASEspring-data-redis-2.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkdataspring-data-keyvalue2.1.5.RELEASEspring-data-keyvalue-2.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkdataspring-data-commons2.1.5.RELEASEspring-data-commons-2.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-tx5.1.5.RELEASEspring-tx-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkspring-oxm5.1.5.RELEASEspring-oxm-5.1.5.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryiolettucelettuce-core5.1.4.RELEASElettuce-core-5.1.4.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryionettynetty-common4.1.33.Finalnetty-common-4.1.33.Final.jar;D:Apacheapache-maven-3.5.2repositoryionettynetty-handler4.1.33.Finalnetty-handler-4.1.33.Final.jar;D:Apacheapache-maven-3.5.2repositoryionettynetty-buffer4.1.33.Finalnetty-buffer-4.1.33.Final.jar;D:Apacheapache-maven-3.5.2repositoryionettynetty-codec4.1.33.Finalnetty-codec-4.1.33.Final.jar;D:Apacheapache-maven-3.5.2repositoryionettynetty-transport4.1.33.Finalnetty-transport-4.1.33.Final.jar;D:Apacheapache-maven-3.5.2repositoryionettynetty-resolver4.1.33.Finalnetty-resolver-4.1.33.Final.jar;D:Apacheapache-maven-3.5.2repositoryioprojectreactorreactor-core3.2.6.RELEASEreactor-core-3.2.6.RELEASE.jar;D:Apacheapache-maven-3.5.2repositoryorgreactivestreamsreactive-streams1.0.2reactive-streams-1.0.2.jar;D:Apacheapache-maven-3.5.2repositoryorgspringframeworkbootspring-boot-configuration-processor2.1.3.RELEASEspring-boot-configuration-processor-2.1.3.RELEASE.jar;D:Apacheapache-maven-3.5.2repositorymysqlmysql-connector-java5.1.46mysql-connector-java-5.1.46.jar;D:Apacheapache-maven-3.5.2repositoryorgbgeelog4jdbc-log4j2log4jdbc-log4j2-jdbc4.11.16log4jdbc-log4j2-jdbc4.1-1.16.jar;D:Apacheapache-maven-3.5.2repositorycomalibabafastjson1.2.47fastjson-1.2.47.jar;D:Apacheapache-maven-3.5.2repositorycommons-langcommons-lang2.6commons-lang-2.6.jar;D:Apacheapache-maven-3.5.2repositoryorgapachecommonscommons-lang33.8.1commons-lang3-3.8.1.jar;D:Apacheapache-maven-3.5.2repositorycommons-fileuploadcommons-fileupload1.3.3commons-fileupload-1.3.3.jar;D:Apacheapache-maven-3.5.2repositorycommons-iocommons-io2.6commons-io-2.6.jar;D:Apacheapache-maven-3.5.2repositorycommons-codeccommons-codec1.11commons-codec-1.11.jar;D:Apacheapache-maven-3.5.2repositorycommons-beanutilscommons-beanutils1.9.3commons-beanutils-1.9.3.jar;D:Apacheapache-maven-3.5.2repositorycommons-loggingcommons-logging1.2commons-logging-1.2.jar;D:Apacheapache-maven-3.5.2repositorycommons-collectionscommons-collections3.2.2commons-collections-3.2.2.jar;C:Program FilesJetBrainsIntelliJ IDEA Community Edition 2017.3.1libidea_rt.jar;C:Users18601.IdeaIC2017.3systemcaptureAgentdebugger-agent.jar
2019-05-17 15:37:00.747  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.library.path=C:Program FilesJavajdk1.8.0_152bin;C:WINDOWSSunJavabin;C:WINDOWSsystem32;C:WINDOWS;C:ProgramDataOracleJavajavapath;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesIntelWiFibin;C:Program FilesCommon FilesIntelWirelessCommon;C:Program FilesJavajdk1.8.0_152bin;D:DBmysql-5.7.20-winx64bin;C:Program Files (x86)Gitcmd;D:Apacheapache-maven-3.5.2bin;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:WINDOWSSystem32WindowsPowerShellv1.0;C:Program FilesTortoiseSVNbin;C:Users18601AppDataLocalProgramsPythonPython36;C:WINDOWSSystem32OpenSSH;C:Program Filesnodejs;C:Program FilesIDM Computer SolutionsUltraCompare;D:Apacheapache-maven-3.5.2bin;D:Apacheapache-tomcat-8.5.28;C:Program Fileserl10.3bin;C:Users18601AppDataLocalMicrosoftWindowsApps;C:Users18601AppDataLocalGitHubDesktopbin;C:Users18601AppDataRoamingnpm;.
2019-05-17 15:37:00.747  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.io.tmpdir=C:Users18601AppDataLocalTemp
2019-05-17 15:37:00.747  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:java.compiler=<NA>
2019-05-17 15:37:00.747  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:os.name=Windows 10
2019-05-17 15:37:00.747  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:os.arch=amd64
2019-05-17 15:37:00.748  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:os.version=10.0
2019-05-17 15:37:00.748  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:user.name=18601
2019-05-17 15:37:00.748  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:user.home=C:Users18601
2019-05-17 15:37:00.748  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Client environment:user.dir=D:WorkSpace_IDEA**
2019-05-17 15:37:00.749  INFO 9460 --- [  restartedMain] org.apache.zookeeper.ZooKeeper           : Initiating client connection, connectString=192.168.8.89:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@4f655a0e
2019-05-17 15:37:00.768  INFO 9460 --- [.168.8.89:2181)] org.apache.zookeeper.ClientCnxn          : Opening socket connection to server 192.168.8.89/192.168.8.89:2181. Will not attempt to authenticate using SASL (unknown error)
2019-05-17 15:37:00.769  INFO 9460 --- [.168.8.89:2181)] org.apache.zookeeper.ClientCnxn          : Socket connection established to 192.168.8.89/192.168.8.89:2181, initiating session
2019-05-17 15:37:00.816  INFO 9460 --- [.168.8.89:2181)] org.apache.zookeeper.ClientCnxn          : Session establishment complete on server 192.168.8.89/192.168.8.89:2181, sessionid = 0x10029cad1b6005a, negotiated timeout = 40000
2019-05-17 15:37:00.824  INFO 9460 --- [ain-EventThread] o.a.c.f.state.ConnectionStateManager     : State change: CONNECTED
2019-05-17 15:37:07.344  INFO 9460 --- [  restartedMain] c.a.d.c.s.b.f.a.ReferenceBeanBuilder     : <dubbo:reference object="com.alibaba.dubbo.common.bytecode.proxy0@4861fdd" singleton="true" interface="com.**.api.UserServiceApi" uniqueServiceName="com.**.api.UserServiceApi" generic="false" id="com.**.api.UserServiceApi" /> has been built.
2019-05-17 15:41:44.014  INFO 9460 --- [  restartedMain] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2019-05-17 15:42:05.431  INFO 9460 --- [  restartedMain] o.s.b.d.a.OptionalLiveReloadServer       : LiveReload server is running on port 35729
2019-05-17 15:42:29.152  INFO 9460 --- [  restartedMain] .f.a.DubboConfigBindingBeanPostProcessor : The properties of bean [name : com.alibaba.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application

相同的代码在其他人电脑上可以运行,所以猜测是环境配置或是网络配置原因,希望给点提示!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

灵芸 2022-01-07 14:58:46

我遇到这个问题是因为点过debug旁边的run applicatiton with coverage按钮,edit configurations,把code coverage里面的去掉就可以了

瀞厅☆埖开 2022-01-07 13:13:42

写一下自己的心路历程: 重启过idea, 重启过电脑,排查了防火墙问题,最后将本地项目删掉,重新拉取后OK了。

让我哭会儿

一个人的旅程 2022-01-06 23:16:57

可以,在消费者模块下可以看到自己的服务

像你 2022-01-06 12:05:29

dubbo 的监控中心能打开吗,上面看看服务的状态

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文