|
|
[2022-07-18 10:10:44.580+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 10:10:44.596+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 10:10:49.880+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5001 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 10:10:54.885+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 54116 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 10:10:54.887+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 10:10:56.007+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 10:10:56.008+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 10:10:56.009+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 10:10:56.009+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 10:10:56.010+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 10:10:56.011+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 10:10:56.011+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 10:10:56.012+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 10:10:56.113+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 10:10:56.116+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 10:10:56.174+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 39ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 10:10:56.558+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$7d79b691] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:10:56.768+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$e33db61] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:10:56.983+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:10:57.009+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:10:57.015+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:10:57.019+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:10:57.611+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 10:10:57.631+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 10:10:57.633+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 10:10:57.634+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 10:10:57.836+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 10:10:57.836+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2868 ms
|
|
|
[2022-07-18 10:11:03.343+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 10:11:03.372+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 10:11:03.388+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 10:11:03.400+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 10:11:03.405+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:13.792+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 10:11:18.815+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 10:11:18.815+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 10:11:18.816+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 10:11:18.816+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 10:11:18.816+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 10:11:18.817+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 10:11:18.818+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 10:11:18.818+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 10:11:18.818+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 10:11:18.818+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 10:11:18.819+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 10:11:18.819+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 10:11:18.819+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 10:11:18.819+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 10:11:18.820+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 10:11:18.820+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=202MB
|
|
|
[2022-07-18 10:11:18.821+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 10:11:18.821+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=348MB
|
|
|
[2022-07-18 10:11:18.827+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@47b67fcb
|
|
|
[2022-07-18 10:11:18.832+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 10:11:18.849+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 10:11:18.860+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 10:11:18.874+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 10:11:18.875+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 10:11:18.885+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 10:11:18.916+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:50905, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 10:11:18.961+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af30001, negotiated timeout = 40000
|
|
|
[2022-07-18 10:11:18.982+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 10:11:19.003+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 10:11:19.023+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 10:11:24.893+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:25.034+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:25.204+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:25.405+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:25.529+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:25.649+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:25.755+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:25.885+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:26.001+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:26.104+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:26.232+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:26.349+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:26.462+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:26.580+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:26.705+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:26.817+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:26.933+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:27.036+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:27.135+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:27.225+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:27.295+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:27.386+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:27.476+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:27.552+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:27.735+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:27.847+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:27.964+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:28.051+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:11:28.095+0800] [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [558]- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adviceController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IAdviceService. No provider available for the service com.saas.api.manage.service.operationManagement.IAdviceService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IAdviceService&lazy=false&methods=findById,reply,list,findTodayAdviceNum,delete&pid=54116&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658110288058&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
[2022-07-18 10:11:28.096+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@748f93bb was destroying!
|
|
|
[2022-07-18 10:11:28.097+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@7f2d31af was destroying!
|
|
|
[2022-07-18 10:11:28.097+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@2e7157c7 was destroying!
|
|
|
[2022-07-18 10:11:28.097+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@2a43e0ac was destroying!
|
|
|
[2022-07-18 10:11:28.098+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@22d9bc14 was destroying!
|
|
|
[2022-07-18 10:11:28.098+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@346f41a9 was destroying!
|
|
|
[2022-07-18 10:11:28.098+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@1084f78c was destroying!
|
|
|
[2022-07-18 10:11:28.099+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@25f723b0 was destroying!
|
|
|
[2022-07-18 10:11:28.099+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@4aa11206 was destroying!
|
|
|
[2022-07-18 10:11:28.099+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@40d60f2 was destroying!
|
|
|
[2022-07-18 10:11:28.099+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@3382cf68 was destroying!
|
|
|
[2022-07-18 10:11:28.099+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@2f74900b was destroying!
|
|
|
[2022-07-18 10:11:28.100+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@6d8796c1 was destroying!
|
|
|
[2022-07-18 10:11:28.100+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@4aa11206 was destroying!
|
|
|
[2022-07-18 10:11:28.100+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@2e26173 was destroying!
|
|
|
[2022-07-18 10:11:28.101+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@2c413ffc was destroying!
|
|
|
[2022-07-18 10:11:28.101+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@4aa11206 was destroying!
|
|
|
[2022-07-18 10:11:28.101+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@7d21852b was destroying!
|
|
|
[2022-07-18 10:11:28.102+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@6cd98a05 was destroying!
|
|
|
[2022-07-18 10:11:28.102+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@3b8ec001 was destroying!
|
|
|
[2022-07-18 10:11:28.102+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@1e95b653 was destroying!
|
|
|
[2022-07-18 10:11:28.103+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@40d60f2 was destroying!
|
|
|
[2022-07-18 10:11:28.103+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@6f6c6077 was destroying!
|
|
|
[2022-07-18 10:11:28.103+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@4fc5563d was destroying!
|
|
|
[2022-07-18 10:11:28.103+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@286090c was destroying!
|
|
|
[2022-07-18 10:11:28.104+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@31120021 was destroying!
|
|
|
[2022-07-18 10:11:28.104+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@3df1a1ac was destroying!
|
|
|
[2022-07-18 10:11:28.104+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@58606c91 was destroying!
|
|
|
[2022-07-18 10:11:28.105+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@6a9cd0f8 was destroying!
|
|
|
[2022-07-18 10:11:28.105+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@4baed682 was destroying!
|
|
|
[2022-07-18 10:11:28.105+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@748f93bb was destroying!
|
|
|
[2022-07-18 10:11:28.106+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@7be2f29a was destroying!
|
|
|
[2022-07-18 10:11:28.106+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 10:11:28.110+0800] [main] INFO o.a.catalina.core.StandardService [173]- Stopping service [Tomcat]
|
|
|
[2022-07-18 10:11:28.144+0800] [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener [136]-
|
|
|
|
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
[2022-07-18 10:11:28.163+0800] [main] ERROR o.s.boot.SpringApplication [826]- Application run failed
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adviceController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IAdviceService. No provider available for the service com.saas.api.manage.service.operationManagement.IAdviceService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IAdviceService&lazy=false&methods=findById,reply,list,findTodayAdviceNum,delete&pid=54116&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658110288058&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:151)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1427)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
|
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
|
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
|
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
|
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
|
|
|
at com.saas.consumer.ManageConsumerApplication.main(ManageConsumerApplication.java:16)
|
|
|
Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IAdviceService. No provider available for the service com.saas.api.manage.service.operationManagement.IAdviceService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IAdviceService&lazy=false&methods=findById,reply,list,findTodayAdviceNum,delete&pid=54116&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658110288058&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
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.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.init(ReferenceAnnotationBeanPostProcessor.java:269)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.access$100(ReferenceAnnotationBeanPostProcessor.java:242)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:236)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildProxy(ReferenceAnnotationBeanPostProcessor.java:219)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:134)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.getInjectedObject(AnnotationInjectedBeanPostProcessor.java:360)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor$AnnotatedFieldElement.inject(AnnotationInjectedBeanPostProcessor.java:540)
|
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:147)
|
|
|
... 17 common frames omitted
|
|
|
[2022-07-18 10:16:02.310+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 10:16:02.316+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 10:16:07.439+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5001 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 10:16:12.441+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 54399 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 10:16:12.442+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 10:16:13.172+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 10:16:13.173+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 10:16:13.174+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 10:16:13.174+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 10:16:13.175+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 10:16:13.175+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 10:16:13.176+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 10:16:13.176+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 10:16:13.250+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 10:16:13.252+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 10:16:13.295+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 28ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 10:16:13.572+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$2a17efbe] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:16:13.725+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$bad2148e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:16:13.842+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:16:13.859+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:16:13.862+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:16:13.865+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:16:14.265+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 10:16:14.276+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 10:16:14.277+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 10:16:14.277+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 10:16:14.414+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 10:16:14.414+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 1929 ms
|
|
|
[2022-07-18 10:16:19.767+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 10:16:19.788+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 10:16:19.800+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 10:16:19.810+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 10:16:19.814+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:29.967+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 10:16:34.988+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 10:16:34.989+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 10:16:34.989+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 10:16:34.990+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 10:16:34.990+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 10:16:34.990+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 10:16:34.991+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 10:16:34.991+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 10:16:34.992+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 10:16:34.992+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 10:16:34.992+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 10:16:34.992+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 10:16:34.992+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 10:16:34.993+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 10:16:34.993+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 10:16:34.993+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=200MB
|
|
|
[2022-07-18 10:16:34.993+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 10:16:34.993+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=348MB
|
|
|
[2022-07-18 10:16:34.997+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@2e51d054
|
|
|
[2022-07-18 10:16:35.000+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 10:16:35.010+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 10:16:35.017+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 10:16:35.026+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 10:16:35.028+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 10:16:35.031+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 10:16:35.055+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:52152, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 10:16:35.087+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af30002, negotiated timeout = 40000
|
|
|
[2022-07-18 10:16:35.098+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 10:16:35.110+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 10:16:35.110+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 10:16:40.671+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:40.779+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:40.894+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:41.003+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:41.102+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:41.194+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:41.273+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:41.400+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:41.486+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:41.580+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:41.669+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:41.753+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:41.838+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:41.918+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.006+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.102+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.192+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.273+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.354+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.436+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.500+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.581+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.661+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.707+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.835+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:42.931+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.023+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.115+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.194+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.280+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.377+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.451+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.534+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.615+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.696+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.775+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.866+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:43.931+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:44.010+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:44.083+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:44.160+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:44.265+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:44.370+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:44.481+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:44.584+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:44.681+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:16:44.726+0800] [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [558]- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'settingAppTaskReleaseController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.ISettingAppTaskReleaseService. No provider available for the service com.saas.api.manage.service.operationManagement.ISettingAppTaskReleaseService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.ISettingAppTaskReleaseService&lazy=false&methods=getSetting,setting&pid=54399&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658110604688&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
[2022-07-18 10:16:44.727+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@58fbd02e was destroying!
|
|
|
[2022-07-18 10:16:44.727+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@163042ea was destroying!
|
|
|
[2022-07-18 10:16:44.727+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@11d045b4 was destroying!
|
|
|
[2022-07-18 10:16:44.727+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy44@1fbf088b was destroying!
|
|
|
[2022-07-18 10:16:44.728+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@1943c1f2 was destroying!
|
|
|
[2022-07-18 10:16:44.728+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@d70f722 was destroying!
|
|
|
[2022-07-18 10:16:44.728+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@1e1eeedd was destroying!
|
|
|
[2022-07-18 10:16:44.728+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@798256c5 was destroying!
|
|
|
[2022-07-18 10:16:44.729+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@7ec95456 was destroying!
|
|
|
[2022-07-18 10:16:44.729+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@748a654a was destroying!
|
|
|
[2022-07-18 10:16:44.729+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@1d8b0500 was destroying!
|
|
|
[2022-07-18 10:16:44.730+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@76544c0a was destroying!
|
|
|
[2022-07-18 10:16:44.730+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@428bdd72 was destroying!
|
|
|
[2022-07-18 10:16:44.731+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy38@650c405c was destroying!
|
|
|
[2022-07-18 10:16:44.731+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@1e1eeedd was destroying!
|
|
|
[2022-07-18 10:16:44.732+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@748ac6f3 was destroying!
|
|
|
[2022-07-18 10:16:44.733+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy40@68f6e55d was destroying!
|
|
|
[2022-07-18 10:16:44.733+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@6fff46bf was destroying!
|
|
|
[2022-07-18 10:16:44.733+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy41@1835dc92 was destroying!
|
|
|
[2022-07-18 10:16:44.734+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@3aaa3c39 was destroying!
|
|
|
[2022-07-18 10:16:44.734+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@65a9ea3c was destroying!
|
|
|
[2022-07-18 10:16:44.734+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy43@70f68288 was destroying!
|
|
|
[2022-07-18 10:16:44.734+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@46911148 was destroying!
|
|
|
[2022-07-18 10:16:44.734+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@2db1b657 was destroying!
|
|
|
[2022-07-18 10:16:44.735+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy37@7e351d7 was destroying!
|
|
|
[2022-07-18 10:16:44.735+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@58fbd02e was destroying!
|
|
|
[2022-07-18 10:16:44.735+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@43c57161 was destroying!
|
|
|
[2022-07-18 10:16:44.735+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@d902300 was destroying!
|
|
|
[2022-07-18 10:16:44.736+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@2db33feb was destroying!
|
|
|
[2022-07-18 10:16:44.736+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy45@30c3ae63 was destroying!
|
|
|
[2022-07-18 10:16:44.736+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@58658f63 was destroying!
|
|
|
[2022-07-18 10:16:44.737+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy36@54e12f4c was destroying!
|
|
|
[2022-07-18 10:16:44.737+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@60990e5c was destroying!
|
|
|
[2022-07-18 10:16:44.737+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@4d84049a was destroying!
|
|
|
[2022-07-18 10:16:44.737+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy42@39ee94de was destroying!
|
|
|
[2022-07-18 10:16:44.738+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@60990e5c was destroying!
|
|
|
[2022-07-18 10:16:44.738+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@642857e0 was destroying!
|
|
|
[2022-07-18 10:16:44.738+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@4c6b4ed7 was destroying!
|
|
|
[2022-07-18 10:16:44.738+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@21263314 was destroying!
|
|
|
[2022-07-18 10:16:44.738+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@60990e5c was destroying!
|
|
|
[2022-07-18 10:16:44.738+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@6ca30b8a was destroying!
|
|
|
[2022-07-18 10:16:44.739+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@4a92c6a9 was destroying!
|
|
|
[2022-07-18 10:16:44.739+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@5c9934da was destroying!
|
|
|
[2022-07-18 10:16:44.739+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@4cb702ce was destroying!
|
|
|
[2022-07-18 10:16:44.739+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@383caf89 was destroying!
|
|
|
[2022-07-18 10:16:44.739+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy39@64c781a9 was destroying!
|
|
|
[2022-07-18 10:16:44.740+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@71ed560f was destroying!
|
|
|
[2022-07-18 10:16:44.740+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@5b88b8e was destroying!
|
|
|
[2022-07-18 10:16:44.740+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@58253c57 was destroying!
|
|
|
[2022-07-18 10:16:44.740+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@b73433 was destroying!
|
|
|
[2022-07-18 10:16:44.740+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 10:16:44.744+0800] [main] INFO o.a.catalina.core.StandardService [173]- Stopping service [Tomcat]
|
|
|
[2022-07-18 10:16:44.767+0800] [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener [136]-
|
|
|
|
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
[2022-07-18 10:16:44.779+0800] [main] ERROR o.s.boot.SpringApplication [826]- Application run failed
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'settingAppTaskReleaseController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.ISettingAppTaskReleaseService. No provider available for the service com.saas.api.manage.service.operationManagement.ISettingAppTaskReleaseService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.ISettingAppTaskReleaseService&lazy=false&methods=getSetting,setting&pid=54399&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658110604688&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:151)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1427)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
|
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
|
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
|
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
|
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
|
|
|
at com.saas.consumer.ManageConsumerApplication.main(ManageConsumerApplication.java:16)
|
|
|
Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.ISettingAppTaskReleaseService. No provider available for the service com.saas.api.manage.service.operationManagement.ISettingAppTaskReleaseService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.ISettingAppTaskReleaseService&lazy=false&methods=getSetting,setting&pid=54399&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658110604688&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
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.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.init(ReferenceAnnotationBeanPostProcessor.java:269)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.access$100(ReferenceAnnotationBeanPostProcessor.java:242)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:236)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildProxy(ReferenceAnnotationBeanPostProcessor.java:219)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:134)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.getInjectedObject(AnnotationInjectedBeanPostProcessor.java:360)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor$AnnotatedFieldElement.inject(AnnotationInjectedBeanPostProcessor.java:540)
|
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:147)
|
|
|
... 17 common frames omitted
|
|
|
[2022-07-18 10:23:05.640+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 10:23:05.647+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 10:23:10.800+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5004 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 10:23:15.803+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 54780 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 10:23:15.804+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 10:23:16.559+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 10:23:16.559+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 10:23:16.560+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 10:23:16.560+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 10:23:16.561+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 10:23:16.561+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 10:23:16.562+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 10:23:16.562+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 10:23:16.640+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 10:23:16.643+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 10:23:16.696+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 36ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 10:23:17.035+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$3933b133] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:23:17.218+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$c9edd603] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:23:17.379+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:23:17.399+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:23:17.403+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:23:17.407+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:23:17.983+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 10:23:17.997+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 10:23:17.998+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 10:23:17.998+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 10:23:18.169+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 10:23:18.170+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2319 ms
|
|
|
[2022-07-18 10:23:23.626+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 10:23:23.650+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 10:23:23.665+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 10:23:23.676+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 10:23:23.681+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:33.814+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 10:23:38.838+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 10:23:38.838+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 10:23:38.839+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 10:23:38.839+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 10:23:38.839+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 10:23:38.839+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 10:23:38.840+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 10:23:38.840+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 10:23:38.840+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 10:23:38.840+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 10:23:38.840+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 10:23:38.840+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 10:23:38.841+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 10:23:38.841+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 10:23:38.841+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 10:23:38.841+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=190MB
|
|
|
[2022-07-18 10:23:38.841+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 10:23:38.841+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=333MB
|
|
|
[2022-07-18 10:23:38.844+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@16c587de
|
|
|
[2022-07-18 10:23:38.847+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 10:23:38.855+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 10:23:38.861+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 10:23:38.869+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 10:23:38.871+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 10:23:38.874+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 10:23:38.893+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:53818, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 10:23:38.928+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af30003, negotiated timeout = 40000
|
|
|
[2022-07-18 10:23:38.948+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 10:23:38.962+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 10:23:38.972+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 10:23:44.500+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:44.628+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:44.765+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:44.885+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:44.971+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:45.067+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:45.156+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:45.258+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:45.348+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:45.446+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:45.528+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:45.614+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:45.703+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:45.808+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:45.908+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.003+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.081+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.156+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.239+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.312+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.378+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.462+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.557+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.622+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.770+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.882+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:46.973+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:47.067+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:47.181+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:47.277+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:47.363+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:47.450+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:47.551+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:47.685+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:47.775+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:47.861+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:47.951+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:48.029+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:48.125+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:48.222+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:48.307+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:48.406+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:48.512+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:48.616+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:48.714+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:48.800+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:48.898+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.009+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.103+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.202+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.297+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.374+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.476+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.550+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.625+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.688+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.761+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.844+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.897+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:49.958+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:23:51.669+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1220]- Using default implementation for ThreadExecutor
|
|
|
[2022-07-18 10:23:51.683+0800] [main] INFO o.quartz.core.SchedulerSignalerImpl [61]- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|
|
[2022-07-18 10:23:51.683+0800] [main] INFO org.quartz.core.QuartzScheduler [229]- Quartz Scheduler v.2.3.2 created.
|
|
|
[2022-07-18 10:23:51.684+0800] [main] INFO org.quartz.simpl.RAMJobStore [155]- RAMJobStore initialized.
|
|
|
[2022-07-18 10:23:51.686+0800] [main] INFO org.quartz.core.QuartzScheduler [294]- Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
|
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
|
|
NOT STARTED.
|
|
|
Currently in standby mode.
|
|
|
Number of jobs executed: 0
|
|
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
|
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
|
|
|
|
|
[2022-07-18 10:23:51.686+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1374]- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
|
|
[2022-07-18 10:23:51.686+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1378]- Quartz scheduler version: 2.3.2
|
|
|
[2022-07-18 10:23:51.686+0800] [main] INFO org.quartz.core.QuartzScheduler [2293]- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@640d604
|
|
|
[2022-07-18 10:23:51.826+0800] [main] INFO o.s.s.quartz.SchedulerFactoryBean [727]- Starting Quartz Scheduler now
|
|
|
[2022-07-18 10:23:51.827+0800] [main] INFO org.quartz.core.QuartzScheduler [547]- Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
|
|
[2022-07-18 10:23:52.105+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Starting ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 10:23:52.130+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [204]- Tomcat started on port(s): 8004 (http) with context path ''
|
|
|
[2022-07-18 10:23:52.135+0800] [main] INFO c.s.c.ManageConsumerApplication [61]- Started ManageConsumerApplication in 57.419 seconds (JVM running for 63.555)
|
|
|
[2022-07-18 10:26:38.579+0800] [http-nio-8004-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
[2022-07-18 10:26:38.580+0800] [http-nio-8004-exec-1] INFO o.s.web.servlet.DispatcherServlet [525]- Initializing Servlet 'dispatcherServlet'
|
|
|
[2022-07-18 10:26:38.624+0800] [http-nio-8004-exec-1] INFO o.s.web.servlet.DispatcherServlet [547]- Completed initialization in 43 ms
|
|
|
[2022-07-18 10:46:26.640+0800] [http-nio-8004-exec-3] ERROR c.s.c.m.e.GlobalExceptionHandler [49]- 发生运行时异常!原因是:No provider available from registry 127.0.0.1:2181 for service com.saas.api.manage.service.login.IManageLoginTokenService:1.0 on consumer 192.168.50.145 use dubbo version 2.7.3, please check status of providers(disabled, not registered or in blacklist).
|
|
|
[2022-07-18 10:50:31.553+0800] [http-nio-8004-exec-5] ERROR c.s.c.m.e.GlobalExceptionHandler [49]- 发生运行时异常!原因是:No provider available from registry 127.0.0.1:2181 for service com.saas.api.manage.service.upload.IManageImportExcelService:1.0 on consumer 192.168.50.145 use dubbo version 2.7.3, please check status of providers(disabled, not registered or in blacklist).
|
|
|
[2022-07-18 10:50:40.536+0800] [http-nio-8004-exec-6] ERROR c.s.c.m.e.GlobalExceptionHandler [49]- 发生运行时异常!原因是:No provider available from registry 127.0.0.1:2181 for service com.saas.api.manage.service.upload.IManageImportExcelService:1.0 on consumer 192.168.50.145 use dubbo version 2.7.3, please check status of providers(disabled, not registered or in blacklist).
|
|
|
[2022-07-18 10:50:52.024+0800] [SpringContextShutdownHook] INFO o.a.d.s.b.c.e.AwaitingNonWebApplicationListener [162]- [Dubbo] Current Spring Boot Application is about to shutdown...
|
|
|
[2022-07-18 10:50:53.155+0800] [Curator-Framework-0] INFO o.a.c.f.imps.CuratorFrameworkImpl [964]- backgroundOperationsLoop exiting
|
|
|
[2022-07-18 10:50:53.303+0800] [main-EventThread] INFO org.apache.zookeeper.ClientCnxn [578]- EventThread shut down for session: 0x10004943af30003
|
|
|
[2022-07-18 10:50:53.303+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1619]- Session: 0x10004943af30003 closed
|
|
|
[2022-07-18 10:50:53.327+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-18 10:50:53.329+0800] [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean [845]- Shutting down Quartz Scheduler
|
|
|
[2022-07-18 10:50:53.330+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [666]- Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
|
|
[2022-07-18 10:50:53.330+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-18 10:50:53.332+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [740]- Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
|
|
[2022-07-18 10:50:53.365+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@1f0e3495 was destroying!
|
|
|
[2022-07-18 10:50:53.366+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@657c4167 was destroying!
|
|
|
[2022-07-18 10:50:53.367+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@211befe2 was destroying!
|
|
|
[2022-07-18 10:50:53.367+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@641cab9d was destroying!
|
|
|
[2022-07-18 10:50:53.368+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy58@a589117 was destroying!
|
|
|
[2022-07-18 10:50:53.368+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy48@d288e42 was destroying!
|
|
|
[2022-07-18 10:50:53.368+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy44@73b204fa was destroying!
|
|
|
[2022-07-18 10:50:53.369+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@72730952 was destroying!
|
|
|
[2022-07-18 10:50:53.369+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@3cedee22 was destroying!
|
|
|
[2022-07-18 10:50:53.369+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@757e3d63 was destroying!
|
|
|
[2022-07-18 10:50:53.370+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@160872e2 was destroying!
|
|
|
[2022-07-18 10:50:53.370+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@7c5bc0e8 was destroying!
|
|
|
[2022-07-18 10:50:53.371+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@2f14bdbf was destroying!
|
|
|
[2022-07-18 10:50:53.371+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@2b05081b was destroying!
|
|
|
[2022-07-18 10:50:53.372+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy56@7e4fe0fb was destroying!
|
|
|
[2022-07-18 10:50:53.373+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy55@56428426 was destroying!
|
|
|
[2022-07-18 10:50:53.373+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@55840b25 was destroying!
|
|
|
[2022-07-18 10:50:53.373+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@54cd7156 was destroying!
|
|
|
[2022-07-18 10:50:53.374+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy38@1b33376 was destroying!
|
|
|
[2022-07-18 10:50:53.374+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@757e3d63 was destroying!
|
|
|
[2022-07-18 10:50:53.374+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@4312f4d2 was destroying!
|
|
|
[2022-07-18 10:50:53.375+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy40@36ba02b6 was destroying!
|
|
|
[2022-07-18 10:50:53.375+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy60@9c282f6 was destroying!
|
|
|
[2022-07-18 10:50:53.375+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@11f2283b was destroying!
|
|
|
[2022-07-18 10:50:53.376+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy41@4592fab3 was destroying!
|
|
|
[2022-07-18 10:50:53.376+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@23dbff05 was destroying!
|
|
|
[2022-07-18 10:50:53.376+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@3e131cba was destroying!
|
|
|
[2022-07-18 10:50:53.377+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy43@3e2058b3 was destroying!
|
|
|
[2022-07-18 10:50:53.377+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy54@6c356aa6 was destroying!
|
|
|
[2022-07-18 10:50:53.378+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@10ea83f2 was destroying!
|
|
|
[2022-07-18 10:50:53.378+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@36babb99 was destroying!
|
|
|
[2022-07-18 10:50:53.378+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy37@ae3883d was destroying!
|
|
|
[2022-07-18 10:50:53.378+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@657c4167 was destroying!
|
|
|
[2022-07-18 10:50:53.379+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@4dc4b39d was destroying!
|
|
|
[2022-07-18 10:50:53.379+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@9755cc4 was destroying!
|
|
|
[2022-07-18 10:50:53.379+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy57@6a704800 was destroying!
|
|
|
[2022-07-18 10:50:53.380+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@7cc48713 was destroying!
|
|
|
[2022-07-18 10:50:53.380+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy45@14f48b4d was destroying!
|
|
|
[2022-07-18 10:50:53.380+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@37c4666b was destroying!
|
|
|
[2022-07-18 10:50:53.381+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy36@5f1c08db was destroying!
|
|
|
[2022-07-18 10:50:53.381+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@1f0e3495 was destroying!
|
|
|
[2022-07-18 10:50:53.381+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@7b8e034 was destroying!
|
|
|
[2022-07-18 10:50:53.382+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy42@37a6ad6d was destroying!
|
|
|
[2022-07-18 10:50:53.382+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@1f0e3495 was destroying!
|
|
|
[2022-07-18 10:50:53.382+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@23c572cc was destroying!
|
|
|
[2022-07-18 10:50:53.383+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy52@1c20fcbf was destroying!
|
|
|
[2022-07-18 10:50:53.383+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@5c59164f was destroying!
|
|
|
[2022-07-18 10:50:53.384+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@5e16156c was destroying!
|
|
|
[2022-07-18 10:50:53.384+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@1f0e3495 was destroying!
|
|
|
[2022-07-18 10:50:53.384+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@564d4f70 was destroying!
|
|
|
[2022-07-18 10:50:53.385+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy49@4d139402 was destroying!
|
|
|
[2022-07-18 10:50:53.385+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@596c1881 was destroying!
|
|
|
[2022-07-18 10:50:53.385+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy47@37bfcbb5 was destroying!
|
|
|
[2022-07-18 10:50:53.385+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@b3524fd was destroying!
|
|
|
[2022-07-18 10:50:53.386+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@5a57121d was destroying!
|
|
|
[2022-07-18 10:50:53.386+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@6346b1c6 was destroying!
|
|
|
[2022-07-18 10:50:53.386+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy39@2aed3c78 was destroying!
|
|
|
[2022-07-18 10:50:53.387+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@85de714 was destroying!
|
|
|
[2022-07-18 10:50:53.387+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@6af8cbf8 was destroying!
|
|
|
[2022-07-18 10:50:53.387+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@3c669fe0 was destroying!
|
|
|
[2022-07-18 10:50:53.388+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy59@7f2b7ae8 was destroying!
|
|
|
[2022-07-18 10:50:53.388+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy46@1829475e was destroying!
|
|
|
[2022-07-18 10:50:53.388+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy50@34a2f8a8 was destroying!
|
|
|
[2022-07-18 10:50:53.388+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@85de714 was destroying!
|
|
|
[2022-07-18 10:50:53.388+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy51@3cb3e843 was destroying!
|
|
|
[2022-07-18 10:50:53.389+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@18eb2907 was destroying!
|
|
|
[2022-07-18 10:50:53.389+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy53@4a2a9ef3 was destroying!
|
|
|
[2022-07-18 10:50:53.390+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 10:51:20.298+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 10:51:20.303+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 10:51:25.469+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5004 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 10:51:30.474+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 56136 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 10:51:30.475+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 10:51:31.331+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 10:51:31.333+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 10:51:31.333+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 10:51:31.334+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 10:51:31.335+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 10:51:31.335+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 10:51:31.335+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 10:51:31.335+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 10:51:31.414+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 10:51:31.418+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 10:51:31.490+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 38ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 10:51:31.831+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$a4b9efaf] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:51:32.016+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$3574147f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:51:32.160+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:51:32.180+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:51:32.183+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:51:32.188+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 10:51:32.801+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 10:51:32.815+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 10:51:32.816+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 10:51:32.817+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 10:51:32.986+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 10:51:32.987+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2453 ms
|
|
|
[2022-07-18 10:51:38.424+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 10:51:38.458+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 10:51:38.479+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 10:51:38.498+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 10:51:38.504+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:51:48.682+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 10:51:53.703+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 10:51:53.704+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 10:51:53.704+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 10:51:53.704+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 10:51:53.705+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 10:51:53.705+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 10:51:53.705+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 10:51:53.705+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 10:51:53.706+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 10:51:53.706+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 10:51:53.706+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 10:51:53.706+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 10:51:53.706+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 10:51:53.706+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 10:51:53.707+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 10:51:53.707+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=194MB
|
|
|
[2022-07-18 10:51:53.707+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 10:51:53.707+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=335MB
|
|
|
[2022-07-18 10:51:53.712+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@383864d5
|
|
|
[2022-07-18 10:51:53.716+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 10:51:53.727+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 10:51:53.734+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 10:51:53.743+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 10:51:53.745+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 10:51:53.749+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 10:51:53.774+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:61010, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 10:51:53.801+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af30006, negotiated timeout = 40000
|
|
|
[2022-07-18 10:51:53.813+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 10:51:53.828+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 10:51:53.829+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 10:51:59.444+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:51:59.554+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:51:59.682+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:51:59.826+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:51:59.951+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:00.078+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:00.163+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:00.267+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:00.371+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:00.474+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:00.569+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:00.652+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:00.727+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:00.811+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:00.909+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:00.990+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:01.078+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:01.170+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:01.268+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:01.360+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:01.436+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:01.518+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:01.633+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:01.711+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:01.837+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:01.947+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:02.051+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:02.143+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:02.249+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:02.357+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:02.454+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:02.540+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:02.635+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:02.751+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:02.839+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:02.929+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 10:52:02.968+0800] [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [558]- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'homepageCarouselController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IHomepageCarouselService. No provider available for the service com.saas.api.manage.service.operationManagement.IHomepageCarouselService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IHomepageCarouselService&lazy=false&methods=update,insert,list,delete&pid=56136&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658112722935&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
[2022-07-18 10:52:02.969+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@f425231 was destroying!
|
|
|
[2022-07-18 10:52:02.970+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@506aabf6 was destroying!
|
|
|
[2022-07-18 10:52:02.970+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@5cbd94b2 was destroying!
|
|
|
[2022-07-18 10:52:02.971+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@6824b913 was destroying!
|
|
|
[2022-07-18 10:52:02.971+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@756aadfc was destroying!
|
|
|
[2022-07-18 10:52:02.971+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@705a8dbc was destroying!
|
|
|
[2022-07-18 10:52:02.972+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@40729f01 was destroying!
|
|
|
[2022-07-18 10:52:02.972+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@d535a3d was destroying!
|
|
|
[2022-07-18 10:52:02.972+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@2d760326 was destroying!
|
|
|
[2022-07-18 10:52:02.972+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@9e54c59 was destroying!
|
|
|
[2022-07-18 10:52:02.973+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@5dbb50f3 was destroying!
|
|
|
[2022-07-18 10:52:02.973+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@4a2e7bcb was destroying!
|
|
|
[2022-07-18 10:52:02.973+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@575c3e9b was destroying!
|
|
|
[2022-07-18 10:52:02.973+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@74f827ad was destroying!
|
|
|
[2022-07-18 10:52:02.973+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@2d760326 was destroying!
|
|
|
[2022-07-18 10:52:02.974+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@4a8a0099 was destroying!
|
|
|
[2022-07-18 10:52:02.974+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@7c1447b5 was destroying!
|
|
|
[2022-07-18 10:52:02.974+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@49e4c2d5 was destroying!
|
|
|
[2022-07-18 10:52:02.975+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@24a2e565 was destroying!
|
|
|
[2022-07-18 10:52:02.975+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@2d760326 was destroying!
|
|
|
[2022-07-18 10:52:02.975+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@3e36b7a0 was destroying!
|
|
|
[2022-07-18 10:52:02.976+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@60c1663c was destroying!
|
|
|
[2022-07-18 10:52:02.976+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@f5cf29b was destroying!
|
|
|
[2022-07-18 10:52:02.976+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@3c66b7d8 was destroying!
|
|
|
[2022-07-18 10:52:02.977+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@37e69c43 was destroying!
|
|
|
[2022-07-18 10:52:02.977+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@5c7dfc05 was destroying!
|
|
|
[2022-07-18 10:52:02.977+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@9e54c59 was destroying!
|
|
|
[2022-07-18 10:52:02.978+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@345d053b was destroying!
|
|
|
[2022-07-18 10:52:02.978+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@3d0cac1f was destroying!
|
|
|
[2022-07-18 10:52:02.979+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@3e8b3b79 was destroying!
|
|
|
[2022-07-18 10:52:02.979+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@d257579 was destroying!
|
|
|
[2022-07-18 10:52:02.979+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@518ddd3b was destroying!
|
|
|
[2022-07-18 10:52:02.979+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@939ff41 was destroying!
|
|
|
[2022-07-18 10:52:02.980+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@6e0e5dec was destroying!
|
|
|
[2022-07-18 10:52:02.980+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@48a663e9 was destroying!
|
|
|
[2022-07-18 10:52:02.980+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@777d0bc3 was destroying!
|
|
|
[2022-07-18 10:52:02.980+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@3178219a was destroying!
|
|
|
[2022-07-18 10:52:02.981+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@2d85fb64 was destroying!
|
|
|
[2022-07-18 10:52:02.981+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@f425231 was destroying!
|
|
|
[2022-07-18 10:52:02.981+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@56476c16 was destroying!
|
|
|
[2022-07-18 10:52:02.981+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 10:52:02.985+0800] [main] INFO o.a.catalina.core.StandardService [173]- Stopping service [Tomcat]
|
|
|
[2022-07-18 10:52:03.014+0800] [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener [136]-
|
|
|
|
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
[2022-07-18 10:52:03.027+0800] [main] ERROR o.s.boot.SpringApplication [826]- Application run failed
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'homepageCarouselController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IHomepageCarouselService. No provider available for the service com.saas.api.manage.service.operationManagement.IHomepageCarouselService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IHomepageCarouselService&lazy=false&methods=update,insert,list,delete&pid=56136&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658112722935&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:151)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1427)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
|
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
|
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
|
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
|
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
|
|
|
at com.saas.consumer.ManageConsumerApplication.main(ManageConsumerApplication.java:16)
|
|
|
Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IHomepageCarouselService. No provider available for the service com.saas.api.manage.service.operationManagement.IHomepageCarouselService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IHomepageCarouselService&lazy=false&methods=update,insert,list,delete&pid=56136&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658112722935&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
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.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.init(ReferenceAnnotationBeanPostProcessor.java:269)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.access$100(ReferenceAnnotationBeanPostProcessor.java:242)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:236)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildProxy(ReferenceAnnotationBeanPostProcessor.java:219)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:134)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.getInjectedObject(AnnotationInjectedBeanPostProcessor.java:360)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor$AnnotatedFieldElement.inject(AnnotationInjectedBeanPostProcessor.java:540)
|
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:147)
|
|
|
... 17 common frames omitted
|
|
|
[2022-07-18 11:03:07.380+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 11:03:07.386+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 11:03:12.516+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5006 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 11:03:17.522+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 56731 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 11:03:17.523+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 11:03:18.349+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 11:03:18.350+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 11:03:18.351+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 11:03:18.351+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 11:03:18.352+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 11:03:18.352+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 11:03:18.352+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 11:03:18.352+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 11:03:18.443+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 11:03:18.446+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 11:03:18.493+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 31ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 11:03:18.810+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$7a28a20f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:03:19.010+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$ae2c6df] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:03:19.155+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:03:19.173+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:03:19.177+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:03:19.181+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:03:19.685+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 11:03:19.699+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 11:03:19.700+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 11:03:19.701+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 11:03:19.876+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 11:03:19.877+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2309 ms
|
|
|
[2022-07-18 11:03:25.289+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 11:03:25.312+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 11:03:25.324+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 11:03:25.336+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 11:03:25.340+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:03:35.474+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 11:03:40.495+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 11:03:40.495+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 11:03:40.495+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 11:03:40.496+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 11:03:40.496+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 11:03:40.496+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 11:03:40.496+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 11:03:40.497+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 11:03:40.497+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 11:03:40.497+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 11:03:40.497+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 11:03:40.497+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 11:03:40.498+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 11:03:40.498+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 11:03:40.498+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 11:03:40.498+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=201MB
|
|
|
[2022-07-18 11:03:40.498+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 11:03:40.499+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=349MB
|
|
|
[2022-07-18 11:03:40.502+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@44550792
|
|
|
[2022-07-18 11:03:40.504+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 11:03:40.513+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 11:03:40.519+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 11:03:40.527+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 11:03:40.529+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 11:03:40.531+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 11:03:40.553+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:63901, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 11:03:40.583+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af30009, negotiated timeout = 40000
|
|
|
[2022-07-18 11:03:40.593+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 11:03:40.606+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:03:40.616+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:03:46.145+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:03:46.255+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:03:46.340+0800] [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [558]- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'manageLogAspect': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.log.IManageUserOperationLogService. No provider available for the service com.saas.api.manage.service.log.IManageUserOperationLogService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.log.IManageUserOperationLogService&lazy=false&methods=insert&pid=56731&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658113426277&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
[2022-07-18 11:03:46.340+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@dd71b20 was destroying!
|
|
|
[2022-07-18 11:03:46.340+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@767f6ee7 was destroying!
|
|
|
[2022-07-18 11:03:46.341+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 11:03:46.344+0800] [main] INFO o.a.catalina.core.StandardService [173]- Stopping service [Tomcat]
|
|
|
[2022-07-18 11:03:46.364+0800] [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener [136]-
|
|
|
|
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
[2022-07-18 11:03:46.373+0800] [main] ERROR o.s.boot.SpringApplication [826]- Application run failed
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'manageLogAspect': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.log.IManageUserOperationLogService. No provider available for the service com.saas.api.manage.service.log.IManageUserOperationLogService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.log.IManageUserOperationLogService&lazy=false&methods=insert&pid=56731&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658113426277&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:151)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1427)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
|
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
|
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
|
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
|
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
|
|
|
at com.saas.consumer.ManageConsumerApplication.main(ManageConsumerApplication.java:16)
|
|
|
Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.log.IManageUserOperationLogService. No provider available for the service com.saas.api.manage.service.log.IManageUserOperationLogService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.log.IManageUserOperationLogService&lazy=false&methods=insert&pid=56731&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658113426277&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
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.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.init(ReferenceAnnotationBeanPostProcessor.java:269)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.access$100(ReferenceAnnotationBeanPostProcessor.java:242)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:236)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildProxy(ReferenceAnnotationBeanPostProcessor.java:219)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:134)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.getInjectedObject(AnnotationInjectedBeanPostProcessor.java:360)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor$AnnotatedFieldElement.inject(AnnotationInjectedBeanPostProcessor.java:540)
|
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:147)
|
|
|
... 17 common frames omitted
|
|
|
[2022-07-18 11:09:20.617+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 11:09:20.623+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 11:09:25.746+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5004 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 11:09:30.749+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 57012 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 11:09:30.750+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 11:09:31.566+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 11:09:31.567+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 11:09:31.568+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 11:09:31.568+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 11:09:31.568+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 11:09:31.569+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 11:09:31.569+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 11:09:31.570+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 11:09:31.653+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 11:09:31.656+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 11:09:31.723+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 38ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 11:09:32.054+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$26fa44c3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:09:32.219+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$b7b46993] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:09:32.352+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:09:32.372+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:09:32.376+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:09:32.379+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:09:32.966+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 11:09:32.980+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 11:09:32.981+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 11:09:32.981+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 11:09:33.162+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 11:09:33.164+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2368 ms
|
|
|
[2022-07-18 11:09:38.605+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 11:09:38.629+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 11:09:38.643+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 11:09:38.654+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 11:09:38.659+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:09:48.797+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 11:09:53.809+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 11:09:53.810+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 11:09:53.810+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 11:09:53.810+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 11:09:53.810+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 11:09:53.811+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 11:09:53.811+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 11:09:53.811+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 11:09:53.812+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 11:09:53.812+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 11:09:53.812+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 11:09:53.812+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 11:09:53.812+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 11:09:53.812+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 11:09:53.813+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 11:09:53.813+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=194MB
|
|
|
[2022-07-18 11:09:53.813+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 11:09:53.813+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=336MB
|
|
|
[2022-07-18 11:09:53.816+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@28737371
|
|
|
[2022-07-18 11:09:53.819+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 11:09:53.828+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 11:09:53.834+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 11:09:53.843+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 11:09:53.844+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 11:09:53.847+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 11:09:53.867+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:65396, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 11:09:53.893+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af3000a, negotiated timeout = 40000
|
|
|
[2022-07-18 11:09:53.904+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 11:09:53.916+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:09:53.916+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:09:59.398+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:09:59.508+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:09:59.622+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:09:59.722+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:09:59.804+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:09:59.894+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:09:59.977+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:00.092+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:00.323+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:00.432+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:00.537+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:00.637+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:00.742+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:00.844+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:00.941+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:01.035+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:01.126+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:01.210+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:01.309+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:01.396+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:01.458+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:01.547+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:01.640+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:01.702+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:01.827+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:01.924+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.022+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.106+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.196+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.284+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.378+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.457+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.538+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.636+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.714+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.800+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.894+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:02.963+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:03.052+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:03.147+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:03.234+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:03.319+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:03.412+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:03.525+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:03.623+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:10:03.661+0800] [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [558]- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'questionnaireController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IQuestionnaireService. No provider available for the service com.saas.api.manage.service.operationManagement.IQuestionnaireService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IQuestionnaireService&lazy=false&methods=findById,reportAnalysis,update,insert,list,shortAnswerList,delete,isRelease&pid=57012&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658113803628&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
[2022-07-18 11:10:03.662+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@20eaeaf8 was destroying!
|
|
|
[2022-07-18 11:10:03.662+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@748ac6f3 was destroying!
|
|
|
[2022-07-18 11:10:03.662+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@68f6e55d was destroying!
|
|
|
[2022-07-18 11:10:03.663+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy44@6fff46bf was destroying!
|
|
|
[2022-07-18 11:10:03.663+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@1835dc92 was destroying!
|
|
|
[2022-07-18 11:10:03.663+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@3aaa3c39 was destroying!
|
|
|
[2022-07-18 11:10:03.663+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@65a9ea3c was destroying!
|
|
|
[2022-07-18 11:10:03.663+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@70f68288 was destroying!
|
|
|
[2022-07-18 11:10:03.664+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@46911148 was destroying!
|
|
|
[2022-07-18 11:10:03.664+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@2db1b657 was destroying!
|
|
|
[2022-07-18 11:10:03.664+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@7e351d7 was destroying!
|
|
|
[2022-07-18 11:10:03.664+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@43c57161 was destroying!
|
|
|
[2022-07-18 11:10:03.664+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@d902300 was destroying!
|
|
|
[2022-07-18 11:10:03.664+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy38@2db33feb was destroying!
|
|
|
[2022-07-18 11:10:03.665+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@65a9ea3c was destroying!
|
|
|
[2022-07-18 11:10:03.665+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@58658f63 was destroying!
|
|
|
[2022-07-18 11:10:03.666+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy40@54e12f4c was destroying!
|
|
|
[2022-07-18 11:10:03.666+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@60990e5c was destroying!
|
|
|
[2022-07-18 11:10:03.667+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy41@4d84049a was destroying!
|
|
|
[2022-07-18 11:10:03.667+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@39ee94de was destroying!
|
|
|
[2022-07-18 11:10:03.667+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@642857e0 was destroying!
|
|
|
[2022-07-18 11:10:03.667+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy43@4c6b4ed7 was destroying!
|
|
|
[2022-07-18 11:10:03.668+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@21263314 was destroying!
|
|
|
[2022-07-18 11:10:03.668+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@6ca30b8a was destroying!
|
|
|
[2022-07-18 11:10:03.668+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy37@4a92c6a9 was destroying!
|
|
|
[2022-07-18 11:10:03.668+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@20eaeaf8 was destroying!
|
|
|
[2022-07-18 11:10:03.669+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@5c9934da was destroying!
|
|
|
[2022-07-18 11:10:03.669+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@4cb702ce was destroying!
|
|
|
[2022-07-18 11:10:03.670+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@383caf89 was destroying!
|
|
|
[2022-07-18 11:10:03.670+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@64c781a9 was destroying!
|
|
|
[2022-07-18 11:10:03.670+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy36@71ed560f was destroying!
|
|
|
[2022-07-18 11:10:03.670+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@5b88b8e was destroying!
|
|
|
[2022-07-18 11:10:03.671+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@58253c57 was destroying!
|
|
|
[2022-07-18 11:10:03.671+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy42@b73433 was destroying!
|
|
|
[2022-07-18 11:10:03.671+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@5b88b8e was destroying!
|
|
|
[2022-07-18 11:10:03.671+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@1bf14704 was destroying!
|
|
|
[2022-07-18 11:10:03.671+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@5a545b0f was destroying!
|
|
|
[2022-07-18 11:10:03.672+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@2be21396 was destroying!
|
|
|
[2022-07-18 11:10:03.672+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@5b88b8e was destroying!
|
|
|
[2022-07-18 11:10:03.672+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@124dac75 was destroying!
|
|
|
[2022-07-18 11:10:03.672+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@315105f was destroying!
|
|
|
[2022-07-18 11:10:03.673+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@7b61bf11 was destroying!
|
|
|
[2022-07-18 11:10:03.673+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@40247d48 was destroying!
|
|
|
[2022-07-18 11:10:03.673+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@3ff54f3d was destroying!
|
|
|
[2022-07-18 11:10:03.673+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy39@14c93774 was destroying!
|
|
|
[2022-07-18 11:10:03.674+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@62a68bcb was destroying!
|
|
|
[2022-07-18 11:10:03.674+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@18b74ea was destroying!
|
|
|
[2022-07-18 11:10:03.674+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@14924f41 was destroying!
|
|
|
[2022-07-18 11:10:03.675+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@493da830 was destroying!
|
|
|
[2022-07-18 11:10:03.675+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 11:10:03.678+0800] [main] INFO o.a.catalina.core.StandardService [173]- Stopping service [Tomcat]
|
|
|
[2022-07-18 11:10:03.702+0800] [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener [136]-
|
|
|
|
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
[2022-07-18 11:10:03.716+0800] [main] ERROR o.s.boot.SpringApplication [826]- Application run failed
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'questionnaireController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IQuestionnaireService. No provider available for the service com.saas.api.manage.service.operationManagement.IQuestionnaireService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IQuestionnaireService&lazy=false&methods=findById,reportAnalysis,update,insert,list,shortAnswerList,delete,isRelease&pid=57012&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658113803628&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:151)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1427)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
|
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
|
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
|
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
|
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
|
|
|
at com.saas.consumer.ManageConsumerApplication.main(ManageConsumerApplication.java:16)
|
|
|
Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IQuestionnaireService. No provider available for the service com.saas.api.manage.service.operationManagement.IQuestionnaireService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IQuestionnaireService&lazy=false&methods=findById,reportAnalysis,update,insert,list,shortAnswerList,delete,isRelease&pid=57012&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658113803628&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
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.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.init(ReferenceAnnotationBeanPostProcessor.java:269)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.access$100(ReferenceAnnotationBeanPostProcessor.java:242)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:236)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildProxy(ReferenceAnnotationBeanPostProcessor.java:219)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:134)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.getInjectedObject(AnnotationInjectedBeanPostProcessor.java:360)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor$AnnotatedFieldElement.inject(AnnotationInjectedBeanPostProcessor.java:540)
|
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:147)
|
|
|
... 17 common frames omitted
|
|
|
[2022-07-18 11:12:13.464+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 11:12:13.469+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 11:12:18.596+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5002 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 11:12:23.602+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 57127 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 11:12:23.603+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 11:12:24.346+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 11:12:24.347+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 11:12:24.347+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 11:12:24.348+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 11:12:24.348+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 11:12:24.348+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 11:12:24.349+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 11:12:24.349+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 11:12:24.431+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 11:12:24.434+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 11:12:24.493+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 33ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 11:12:24.798+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$d13fa4b3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:12:24.963+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$61f9c983] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:12:25.099+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:12:25.117+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:12:25.120+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:12:25.123+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:12:25.659+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 11:12:25.674+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 11:12:25.675+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 11:12:25.675+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 11:12:25.844+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 11:12:25.844+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2194 ms
|
|
|
[2022-07-18 11:12:31.225+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 11:12:31.248+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 11:12:31.261+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 11:12:31.272+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 11:12:31.276+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:41.405+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 11:12:46.423+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 11:12:46.424+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 11:12:46.424+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 11:12:46.424+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 11:12:46.424+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 11:12:46.425+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 11:12:46.425+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 11:12:46.425+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 11:12:46.425+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 11:12:46.426+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 11:12:46.426+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 11:12:46.426+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 11:12:46.426+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 11:12:46.427+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 11:12:46.427+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 11:12:46.427+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=194MB
|
|
|
[2022-07-18 11:12:46.427+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 11:12:46.427+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=337MB
|
|
|
[2022-07-18 11:12:46.430+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@6fc29daa
|
|
|
[2022-07-18 11:12:46.433+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 11:12:46.442+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 11:12:46.448+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 11:12:46.457+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 11:12:46.458+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 11:12:46.461+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 11:12:46.484+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:49706, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 11:12:46.512+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af3000b, negotiated timeout = 40000
|
|
|
[2022-07-18 11:12:46.523+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 11:12:46.536+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:12:46.536+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:12:52.049+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:52.181+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:52.550+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:52.683+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:52.794+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:52.887+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:52.979+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:53.333+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:53.410+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:53.492+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:53.561+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:53.631+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:53.717+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:53.797+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:53.878+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:53.957+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:54.046+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:54.121+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:54.223+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:54.313+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:54.376+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:54.466+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:54.610+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:54.661+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:54.782+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:54.888+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:54.982+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.069+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.150+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.247+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.340+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.417+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.487+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.572+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.646+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.715+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.804+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.878+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:55.960+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.039+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.113+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.197+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.277+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.353+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.435+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.514+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.580+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.661+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.732+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.801+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.877+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:56.960+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:57.060+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:57.135+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:57.210+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:57.268+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:57.345+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:12:57.372+0800] [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [558]- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shopShopController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.shop.IShopShopService. No provider available for the service com.saas.api.manage.service.shop.IShopShopService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.shop.IShopShopService&lazy=false&methods=allList,update,insert,list,delete&pid=57127&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658113977350&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
[2022-07-18 11:12:57.373+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@2b6a0ea9 was destroying!
|
|
|
[2022-07-18 11:12:57.373+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@4dde8976 was destroying!
|
|
|
[2022-07-18 11:12:57.373+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@4887de2b was destroying!
|
|
|
[2022-07-18 11:12:57.373+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy48@3b4825f0 was destroying!
|
|
|
[2022-07-18 11:12:57.374+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy44@40ac6b76 was destroying!
|
|
|
[2022-07-18 11:12:57.374+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@7980cf2c was destroying!
|
|
|
[2022-07-18 11:12:57.374+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@f0020b1 was destroying!
|
|
|
[2022-07-18 11:12:57.374+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@759de304 was destroying!
|
|
|
[2022-07-18 11:12:57.375+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@5649d11a was destroying!
|
|
|
[2022-07-18 11:12:57.375+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@294f9d50 was destroying!
|
|
|
[2022-07-18 11:12:57.375+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@27443560 was destroying!
|
|
|
[2022-07-18 11:12:57.375+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@3ddb774f was destroying!
|
|
|
[2022-07-18 11:12:57.376+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy56@2582b0ef was destroying!
|
|
|
[2022-07-18 11:12:57.376+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy55@70721c12 was destroying!
|
|
|
[2022-07-18 11:12:57.376+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@769bd849 was destroying!
|
|
|
[2022-07-18 11:12:57.377+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@20a967fe was destroying!
|
|
|
[2022-07-18 11:12:57.377+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy38@405b6d75 was destroying!
|
|
|
[2022-07-18 11:12:57.377+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@759de304 was destroying!
|
|
|
[2022-07-18 11:12:57.378+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@682abca7 was destroying!
|
|
|
[2022-07-18 11:12:57.378+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy40@1d858300 was destroying!
|
|
|
[2022-07-18 11:12:57.378+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@76f881d9 was destroying!
|
|
|
[2022-07-18 11:12:57.378+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy41@6dd36ab6 was destroying!
|
|
|
[2022-07-18 11:12:57.378+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@50a13c2f was destroying!
|
|
|
[2022-07-18 11:12:57.378+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@610d28b8 was destroying!
|
|
|
[2022-07-18 11:12:57.379+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy43@53c99b09 was destroying!
|
|
|
[2022-07-18 11:12:57.379+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy54@2539cd1c was destroying!
|
|
|
[2022-07-18 11:12:57.379+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@7c20cdd0 was destroying!
|
|
|
[2022-07-18 11:12:57.379+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@74606204 was destroying!
|
|
|
[2022-07-18 11:12:57.379+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy37@6b6eae52 was destroying!
|
|
|
[2022-07-18 11:12:57.380+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@2b6a0ea9 was destroying!
|
|
|
[2022-07-18 11:12:57.380+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@d4df0e was destroying!
|
|
|
[2022-07-18 11:12:57.380+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@7ae0cc89 was destroying!
|
|
|
[2022-07-18 11:12:57.380+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@de7e193 was destroying!
|
|
|
[2022-07-18 11:12:57.381+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy45@13e5d243 was destroying!
|
|
|
[2022-07-18 11:12:57.381+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@35ef439e was destroying!
|
|
|
[2022-07-18 11:12:57.381+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy36@4997552e was destroying!
|
|
|
[2022-07-18 11:12:57.381+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@7bcecef6 was destroying!
|
|
|
[2022-07-18 11:12:57.381+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@46046c06 was destroying!
|
|
|
[2022-07-18 11:12:57.382+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy42@93824eb was destroying!
|
|
|
[2022-07-18 11:12:57.382+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@7bcecef6 was destroying!
|
|
|
[2022-07-18 11:12:57.382+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@7af52ec7 was destroying!
|
|
|
[2022-07-18 11:12:57.382+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy52@77c1e611 was destroying!
|
|
|
[2022-07-18 11:12:57.382+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@12c0c0b3 was destroying!
|
|
|
[2022-07-18 11:12:57.382+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@5a97b17c was destroying!
|
|
|
[2022-07-18 11:12:57.383+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@7bcecef6 was destroying!
|
|
|
[2022-07-18 11:12:57.383+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@9c73fff was destroying!
|
|
|
[2022-07-18 11:12:57.383+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy49@71cea1b8 was destroying!
|
|
|
[2022-07-18 11:12:57.383+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@659f226a was destroying!
|
|
|
[2022-07-18 11:12:57.383+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy47@2e463f4 was destroying!
|
|
|
[2022-07-18 11:12:57.383+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@32ec9c90 was destroying!
|
|
|
[2022-07-18 11:12:57.383+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@36ab3814 was destroying!
|
|
|
[2022-07-18 11:12:57.383+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@2abbd0d9 was destroying!
|
|
|
[2022-07-18 11:12:57.384+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy39@b61edb9 was destroying!
|
|
|
[2022-07-18 11:12:57.384+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@5d3ff859 was destroying!
|
|
|
[2022-07-18 11:12:57.384+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@32bb0072 was destroying!
|
|
|
[2022-07-18 11:12:57.384+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@467233e4 was destroying!
|
|
|
[2022-07-18 11:12:57.384+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy46@427a12b6 was destroying!
|
|
|
[2022-07-18 11:12:57.384+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy50@6025d790 was destroying!
|
|
|
[2022-07-18 11:12:57.384+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy51@af7e376 was destroying!
|
|
|
[2022-07-18 11:12:57.385+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@5dcd0cdf was destroying!
|
|
|
[2022-07-18 11:12:57.385+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy53@4fb04a72 was destroying!
|
|
|
[2022-07-18 11:12:57.385+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 11:12:57.388+0800] [main] INFO o.a.catalina.core.StandardService [173]- Stopping service [Tomcat]
|
|
|
[2022-07-18 11:12:57.408+0800] [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener [136]-
|
|
|
|
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
[2022-07-18 11:12:57.417+0800] [main] ERROR o.s.boot.SpringApplication [826]- Application run failed
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shopShopController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.shop.IShopShopService. No provider available for the service com.saas.api.manage.service.shop.IShopShopService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.shop.IShopShopService&lazy=false&methods=allList,update,insert,list,delete&pid=57127&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658113977350&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:151)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1427)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
|
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
|
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
|
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
|
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
|
|
|
at com.saas.consumer.ManageConsumerApplication.main(ManageConsumerApplication.java:16)
|
|
|
Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.shop.IShopShopService. No provider available for the service com.saas.api.manage.service.shop.IShopShopService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.shop.IShopShopService&lazy=false&methods=allList,update,insert,list,delete&pid=57127&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658113977350&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
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.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.init(ReferenceAnnotationBeanPostProcessor.java:269)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.access$100(ReferenceAnnotationBeanPostProcessor.java:242)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:236)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildProxy(ReferenceAnnotationBeanPostProcessor.java:219)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:134)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.getInjectedObject(AnnotationInjectedBeanPostProcessor.java:360)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor$AnnotatedFieldElement.inject(AnnotationInjectedBeanPostProcessor.java:540)
|
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:147)
|
|
|
... 17 common frames omitted
|
|
|
[2022-07-18 11:13:48.166+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 11:13:48.170+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 11:13:53.293+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5006 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 11:13:58.298+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 57218 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 11:13:58.300+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 11:13:59.116+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 11:13:59.118+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 11:13:59.118+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 11:13:59.118+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 11:13:59.119+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 11:13:59.119+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 11:13:59.120+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 11:13:59.120+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 11:13:59.198+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 11:13:59.201+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 11:13:59.247+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 30ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 11:13:59.541+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$866f3635] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:13:59.706+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$17295b05] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:13:59.837+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:13:59.857+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:13:59.862+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:13:59.865+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:14:00.358+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 11:14:00.371+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 11:14:00.372+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 11:14:00.373+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 11:14:00.553+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 11:14:00.553+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2200 ms
|
|
|
[2022-07-18 11:14:05.923+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 11:14:05.942+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 11:14:05.953+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 11:14:05.961+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 11:14:05.964+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:16.111+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 11:14:21.130+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 11:14:21.131+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 11:14:21.131+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 11:14:21.131+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 11:14:21.131+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 11:14:21.132+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 11:14:21.132+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 11:14:21.133+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 11:14:21.133+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 11:14:21.133+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 11:14:21.133+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 11:14:21.133+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 11:14:21.134+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 11:14:21.134+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 11:14:21.134+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 11:14:21.134+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=201MB
|
|
|
[2022-07-18 11:14:21.134+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 11:14:21.134+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=350MB
|
|
|
[2022-07-18 11:14:21.138+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@396ef8b2
|
|
|
[2022-07-18 11:14:21.141+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 11:14:21.151+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 11:14:21.159+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 11:14:21.168+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 11:14:21.169+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 11:14:21.173+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 11:14:21.196+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:50072, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 11:14:21.225+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af3000c, negotiated timeout = 40000
|
|
|
[2022-07-18 11:14:21.239+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 11:14:21.254+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:14:21.271+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:14:26.881+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:26.970+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:27.078+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:27.188+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:27.270+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:27.365+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:27.448+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:27.549+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:27.660+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:27.767+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:27.856+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:27.934+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:28.023+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:28.104+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:28.195+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:28.289+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:28.378+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:28.503+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:28.605+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:28.693+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:28.761+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:28.844+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:28.937+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.000+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.145+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.243+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.330+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.409+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.488+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.566+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.650+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.714+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.807+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.895+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:29.975+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:30.063+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:30.160+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:30.260+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:30.349+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:30.441+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:30.530+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:30.638+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:30.767+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:30.881+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:30.994+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:31.095+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:31.186+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:31.297+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:31.402+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:31.492+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:31.600+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:31.695+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:31.811+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:31.907+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:31.995+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:32.087+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:32.199+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:32.321+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:32.398+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:32.476+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:14:34.354+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1220]- Using default implementation for ThreadExecutor
|
|
|
[2022-07-18 11:14:34.370+0800] [main] INFO o.quartz.core.SchedulerSignalerImpl [61]- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|
|
[2022-07-18 11:14:34.370+0800] [main] INFO org.quartz.core.QuartzScheduler [229]- Quartz Scheduler v.2.3.2 created.
|
|
|
[2022-07-18 11:14:34.372+0800] [main] INFO org.quartz.simpl.RAMJobStore [155]- RAMJobStore initialized.
|
|
|
[2022-07-18 11:14:34.373+0800] [main] INFO org.quartz.core.QuartzScheduler [294]- Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
|
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
|
|
NOT STARTED.
|
|
|
Currently in standby mode.
|
|
|
Number of jobs executed: 0
|
|
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
|
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
|
|
|
|
|
[2022-07-18 11:14:34.373+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1374]- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
|
|
[2022-07-18 11:14:34.374+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1378]- Quartz scheduler version: 2.3.2
|
|
|
[2022-07-18 11:14:34.374+0800] [main] INFO org.quartz.core.QuartzScheduler [2293]- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@26f0141
|
|
|
[2022-07-18 11:14:34.511+0800] [main] INFO o.s.s.quartz.SchedulerFactoryBean [727]- Starting Quartz Scheduler now
|
|
|
[2022-07-18 11:14:34.512+0800] [main] INFO org.quartz.core.QuartzScheduler [547]- Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
|
|
[2022-07-18 11:14:34.774+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Starting ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 11:14:34.800+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [204]- Tomcat started on port(s): 8004 (http) with context path ''
|
|
|
[2022-07-18 11:14:34.806+0800] [main] INFO c.s.c.ManageConsumerApplication [61]- Started ManageConsumerApplication in 57.289 seconds (JVM running for 63.349)
|
|
|
[2022-07-18 11:15:12.790+0800] [http-nio-8004-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
[2022-07-18 11:15:12.792+0800] [http-nio-8004-exec-1] INFO o.s.web.servlet.DispatcherServlet [525]- Initializing Servlet 'dispatcherServlet'
|
|
|
[2022-07-18 11:15:12.829+0800] [http-nio-8004-exec-1] INFO o.s.web.servlet.DispatcherServlet [547]- Completed initialization in 37 ms
|
|
|
[2022-07-18 11:17:56.652+0800] [SpringContextShutdownHook] INFO o.a.d.s.b.c.e.AwaitingNonWebApplicationListener [162]- [Dubbo] Current Spring Boot Application is about to shutdown...
|
|
|
[2022-07-18 11:27:35.804+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 11:27:35.810+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 11:27:40.961+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5002 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 11:27:45.965+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 57850 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 11:27:45.966+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 11:27:46.800+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 11:27:46.801+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 11:27:46.801+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 11:27:46.802+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 11:27:46.802+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 11:27:46.803+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 11:27:46.803+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 11:27:46.803+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 11:27:46.874+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 11:27:46.878+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 11:27:46.937+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 32ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 11:27:47.253+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$7f246d34] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:27:47.508+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$fde9204] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:27:47.700+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:27:47.738+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:27:47.744+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:27:47.752+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:27:48.372+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 11:27:48.388+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 11:27:48.389+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 11:27:48.390+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 11:27:48.556+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 11:27:48.557+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2535 ms
|
|
|
[2022-07-18 11:27:54.020+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 11:27:54.047+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 11:27:54.062+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 11:27:54.076+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 11:27:54.081+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:04.223+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 11:28:09.236+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 11:28:09.236+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 11:28:09.236+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 11:28:09.237+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 11:28:09.237+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 11:28:09.237+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 11:28:09.238+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 11:28:09.238+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 11:28:09.239+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 11:28:09.239+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 11:28:09.239+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 11:28:09.239+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 11:28:09.239+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 11:28:09.240+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 11:28:09.240+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 11:28:09.240+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=196MB
|
|
|
[2022-07-18 11:28:09.240+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 11:28:09.241+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=337MB
|
|
|
[2022-07-18 11:28:09.244+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@7e2c64
|
|
|
[2022-07-18 11:28:09.247+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 11:28:09.259+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 11:28:09.265+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 11:28:09.273+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 11:28:09.275+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 11:28:09.278+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 11:28:09.300+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:53518, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 11:28:09.334+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af3000e, negotiated timeout = 40000
|
|
|
[2022-07-18 11:28:09.346+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 11:28:09.359+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:28:09.360+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:28:14.914+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:15.047+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:15.170+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:15.288+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:15.383+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:15.490+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:15.588+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:15.718+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:15.822+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:15.933+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:16.047+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:16.152+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:16.243+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:16.358+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:16.474+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:16.562+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:16.661+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:16.761+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:16.876+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:16.971+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:17.045+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:17.136+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:17.234+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:17.298+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:17.476+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:17.586+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:17.681+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:17.779+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:17.875+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:17.993+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:28:18.028+0800] [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [558]- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'communityIntroductionController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.ICommunityIntroductionService. No provider available for the service com.saas.api.manage.service.operationManagement.ICommunityIntroductionService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.ICommunityIntroductionService&lazy=false&methods=enable,findById,update,insert,list,delete&pid=57850&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658114897999&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
[2022-07-18 11:28:18.029+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@2c2a027c was destroying!
|
|
|
[2022-07-18 11:28:18.029+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@118dcbbd was destroying!
|
|
|
[2022-07-18 11:28:18.030+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@7d979d34 was destroying!
|
|
|
[2022-07-18 11:28:18.030+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@350ec690 was destroying!
|
|
|
[2022-07-18 11:28:18.030+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@49cb1baf was destroying!
|
|
|
[2022-07-18 11:28:18.031+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@3664f108 was destroying!
|
|
|
[2022-07-18 11:28:18.031+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@77dba4cd was destroying!
|
|
|
[2022-07-18 11:28:18.031+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@34a2d6e0 was destroying!
|
|
|
[2022-07-18 11:28:18.032+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@2525a5b8 was destroying!
|
|
|
[2022-07-18 11:28:18.032+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@3458eca5 was destroying!
|
|
|
[2022-07-18 11:28:18.032+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@1e0fdb2f was destroying!
|
|
|
[2022-07-18 11:28:18.032+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@3c380bd8 was destroying!
|
|
|
[2022-07-18 11:28:18.032+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@34b87182 was destroying!
|
|
|
[2022-07-18 11:28:18.033+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@47768e74 was destroying!
|
|
|
[2022-07-18 11:28:18.033+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@2525a5b8 was destroying!
|
|
|
[2022-07-18 11:28:18.033+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@5b5a4aed was destroying!
|
|
|
[2022-07-18 11:28:18.033+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@2c991465 was destroying!
|
|
|
[2022-07-18 11:28:18.034+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@5fef2aac was destroying!
|
|
|
[2022-07-18 11:28:18.034+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@2525a5b8 was destroying!
|
|
|
[2022-07-18 11:28:18.034+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@7f973a14 was destroying!
|
|
|
[2022-07-18 11:28:18.034+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@76130a29 was destroying!
|
|
|
[2022-07-18 11:28:18.035+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@124d02b2 was destroying!
|
|
|
[2022-07-18 11:28:18.035+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@3451f01d was destroying!
|
|
|
[2022-07-18 11:28:18.035+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@3458eca5 was destroying!
|
|
|
[2022-07-18 11:28:18.035+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@72503b19 was destroying!
|
|
|
[2022-07-18 11:28:18.035+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@1cfc2538 was destroying!
|
|
|
[2022-07-18 11:28:18.036+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@66deec87 was destroying!
|
|
|
[2022-07-18 11:28:18.036+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@5d342959 was destroying!
|
|
|
[2022-07-18 11:28:18.036+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@2ecf5915 was destroying!
|
|
|
[2022-07-18 11:28:18.036+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@53e76c11 was destroying!
|
|
|
[2022-07-18 11:28:18.037+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@42cc183e was destroying!
|
|
|
[2022-07-18 11:28:18.037+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@3e4e8fdf was destroying!
|
|
|
[2022-07-18 11:28:18.037+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@2c2a027c was destroying!
|
|
|
[2022-07-18 11:28:18.037+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@6a1d6ef2 was destroying!
|
|
|
[2022-07-18 11:28:18.038+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 11:28:18.041+0800] [main] INFO o.a.catalina.core.StandardService [173]- Stopping service [Tomcat]
|
|
|
[2022-07-18 11:28:18.071+0800] [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener [136]-
|
|
|
|
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
[2022-07-18 11:28:18.083+0800] [main] ERROR o.s.boot.SpringApplication [826]- Application run failed
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'communityIntroductionController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.ICommunityIntroductionService. No provider available for the service com.saas.api.manage.service.operationManagement.ICommunityIntroductionService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.ICommunityIntroductionService&lazy=false&methods=enable,findById,update,insert,list,delete&pid=57850&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658114897999&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:151)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1427)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
|
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
|
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
|
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
|
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
|
|
|
at com.saas.consumer.ManageConsumerApplication.main(ManageConsumerApplication.java:16)
|
|
|
Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.ICommunityIntroductionService. No provider available for the service com.saas.api.manage.service.operationManagement.ICommunityIntroductionService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.ICommunityIntroductionService&lazy=false&methods=enable,findById,update,insert,list,delete&pid=57850&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658114897999&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
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.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.init(ReferenceAnnotationBeanPostProcessor.java:269)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.access$100(ReferenceAnnotationBeanPostProcessor.java:242)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:236)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildProxy(ReferenceAnnotationBeanPostProcessor.java:219)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:134)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.getInjectedObject(AnnotationInjectedBeanPostProcessor.java:360)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor$AnnotatedFieldElement.inject(AnnotationInjectedBeanPostProcessor.java:540)
|
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:147)
|
|
|
... 17 common frames omitted
|
|
|
[2022-07-18 11:31:34.786+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 11:31:34.791+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 11:31:39.930+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5004 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 11:31:44.935+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 58051 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 11:31:44.936+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 11:31:45.749+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 11:31:45.750+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 11:31:45.751+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 11:31:45.751+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 11:31:45.752+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 11:31:45.753+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 11:31:45.753+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 11:31:45.753+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 11:31:45.841+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 11:31:45.844+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 11:31:45.909+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 35ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 11:31:46.249+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$39df97f0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:31:46.477+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$ca99bcc0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:31:46.625+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:31:46.655+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:31:46.660+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:31:46.665+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:31:47.291+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 11:31:47.307+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 11:31:47.308+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 11:31:47.309+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 11:31:47.487+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 11:31:47.487+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2505 ms
|
|
|
[2022-07-18 11:31:52.921+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 11:31:52.948+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 11:31:52.965+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 11:31:52.977+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 11:31:52.982+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:03.181+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 11:32:08.212+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 11:32:08.213+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 11:32:08.213+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 11:32:08.214+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 11:32:08.214+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 11:32:08.214+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 11:32:08.215+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 11:32:08.215+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 11:32:08.215+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 11:32:08.215+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 11:32:08.215+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 11:32:08.216+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 11:32:08.216+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 11:32:08.216+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 11:32:08.216+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 11:32:08.217+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=194MB
|
|
|
[2022-07-18 11:32:08.217+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 11:32:08.217+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=335MB
|
|
|
[2022-07-18 11:32:08.220+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@718dbd79
|
|
|
[2022-07-18 11:32:08.223+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 11:32:08.232+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 11:32:08.238+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 11:32:08.247+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 11:32:08.248+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 11:32:08.252+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 11:32:08.271+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:54457, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 11:32:08.307+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af3000f, negotiated timeout = 40000
|
|
|
[2022-07-18 11:32:08.320+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 11:32:08.336+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:32:08.337+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:32:13.866+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:13.972+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:14.133+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:14.265+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:14.372+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:14.483+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:14.591+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:14.706+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:14.804+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:14.898+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:14.978+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:15.066+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:15.160+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:15.253+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:15.347+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:15.432+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:15.515+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:15.603+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:15.684+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:15.765+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:15.834+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:15.911+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.001+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.058+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.180+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.269+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.361+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.438+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.531+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.620+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.700+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.769+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.852+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:16.945+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.016+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.093+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.171+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.243+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.332+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.421+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.502+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.583+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.657+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.738+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.832+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.907+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:17.986+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:18.075+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:32:18.109+0800] [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [558]- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'voteController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IVoteService. No provider available for the service com.saas.api.manage.service.operationManagement.IVoteService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IVoteService&lazy=false&methods=findPersonnelList,findById,update,insert,list,delete,findCandidateList,countVoteExpectedStart,isRelease&pid=58051&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658115138080&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
[2022-07-18 11:32:18.109+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@d675f9f was destroying!
|
|
|
[2022-07-18 11:32:18.109+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@58af5076 was destroying!
|
|
|
[2022-07-18 11:32:18.110+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@49469ffa was destroying!
|
|
|
[2022-07-18 11:32:18.110+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy44@4d9754a8 was destroying!
|
|
|
[2022-07-18 11:32:18.110+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@7a3b7122 was destroying!
|
|
|
[2022-07-18 11:32:18.110+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@58b5a2f3 was destroying!
|
|
|
[2022-07-18 11:32:18.111+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@25f15f50 was destroying!
|
|
|
[2022-07-18 11:32:18.111+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@52b46d52 was destroying!
|
|
|
[2022-07-18 11:32:18.111+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@7327a447 was destroying!
|
|
|
[2022-07-18 11:32:18.111+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@67022ea was destroying!
|
|
|
[2022-07-18 11:32:18.112+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@2954f6ab was destroying!
|
|
|
[2022-07-18 11:32:18.112+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@58fbd02e was destroying!
|
|
|
[2022-07-18 11:32:18.112+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@163042ea was destroying!
|
|
|
[2022-07-18 11:32:18.112+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy38@11d045b4 was destroying!
|
|
|
[2022-07-18 11:32:18.113+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@25f15f50 was destroying!
|
|
|
[2022-07-18 11:32:18.113+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@1943c1f2 was destroying!
|
|
|
[2022-07-18 11:32:18.114+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy40@d70f722 was destroying!
|
|
|
[2022-07-18 11:32:18.114+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@1e1eeedd was destroying!
|
|
|
[2022-07-18 11:32:18.114+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy41@798256c5 was destroying!
|
|
|
[2022-07-18 11:32:18.114+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@7ec95456 was destroying!
|
|
|
[2022-07-18 11:32:18.115+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@748a654a was destroying!
|
|
|
[2022-07-18 11:32:18.115+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy43@1d8b0500 was destroying!
|
|
|
[2022-07-18 11:32:18.115+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@76544c0a was destroying!
|
|
|
[2022-07-18 11:32:18.115+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@428bdd72 was destroying!
|
|
|
[2022-07-18 11:32:18.115+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy37@650c405c was destroying!
|
|
|
[2022-07-18 11:32:18.116+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@d675f9f was destroying!
|
|
|
[2022-07-18 11:32:18.116+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@20eaeaf8 was destroying!
|
|
|
[2022-07-18 11:32:18.116+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@748ac6f3 was destroying!
|
|
|
[2022-07-18 11:32:18.116+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@68f6e55d was destroying!
|
|
|
[2022-07-18 11:32:18.116+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy45@6fff46bf was destroying!
|
|
|
[2022-07-18 11:32:18.116+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@1835dc92 was destroying!
|
|
|
[2022-07-18 11:32:18.117+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy36@3aaa3c39 was destroying!
|
|
|
[2022-07-18 11:32:18.117+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@65a9ea3c was destroying!
|
|
|
[2022-07-18 11:32:18.117+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@70f68288 was destroying!
|
|
|
[2022-07-18 11:32:18.117+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy42@46911148 was destroying!
|
|
|
[2022-07-18 11:32:18.117+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@65a9ea3c was destroying!
|
|
|
[2022-07-18 11:32:18.118+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@2db1b657 was destroying!
|
|
|
[2022-07-18 11:32:18.118+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@7e351d7 was destroying!
|
|
|
[2022-07-18 11:32:18.118+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@43c57161 was destroying!
|
|
|
[2022-07-18 11:32:18.118+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@65a9ea3c was destroying!
|
|
|
[2022-07-18 11:32:18.118+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@d902300 was destroying!
|
|
|
[2022-07-18 11:32:18.119+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@2db33feb was destroying!
|
|
|
[2022-07-18 11:32:18.119+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy47@30c3ae63 was destroying!
|
|
|
[2022-07-18 11:32:18.119+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@58658f63 was destroying!
|
|
|
[2022-07-18 11:32:18.119+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@54e12f4c was destroying!
|
|
|
[2022-07-18 11:32:18.120+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@60990e5c was destroying!
|
|
|
[2022-07-18 11:32:18.120+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy39@4d84049a was destroying!
|
|
|
[2022-07-18 11:32:18.120+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@39ee94de was destroying!
|
|
|
[2022-07-18 11:32:18.120+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@642857e0 was destroying!
|
|
|
[2022-07-18 11:32:18.121+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@4c6b4ed7 was destroying!
|
|
|
[2022-07-18 11:32:18.121+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy46@21263314 was destroying!
|
|
|
[2022-07-18 11:32:18.121+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@6ca30b8a was destroying!
|
|
|
[2022-07-18 11:32:18.121+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 11:32:18.125+0800] [main] INFO o.a.catalina.core.StandardService [173]- Stopping service [Tomcat]
|
|
|
[2022-07-18 11:32:18.151+0800] [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener [136]-
|
|
|
|
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
[2022-07-18 11:32:18.165+0800] [main] ERROR o.s.boot.SpringApplication [826]- Application run failed
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'voteController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IVoteService. No provider available for the service com.saas.api.manage.service.operationManagement.IVoteService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IVoteService&lazy=false&methods=findPersonnelList,findById,update,insert,list,delete,findCandidateList,countVoteExpectedStart,isRelease&pid=58051&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658115138080&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:151)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1427)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
|
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
|
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
|
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
|
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
|
|
|
at com.saas.consumer.ManageConsumerApplication.main(ManageConsumerApplication.java:16)
|
|
|
Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IVoteService. No provider available for the service com.saas.api.manage.service.operationManagement.IVoteService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IVoteService&lazy=false&methods=findPersonnelList,findById,update,insert,list,delete,findCandidateList,countVoteExpectedStart,isRelease&pid=58051&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658115138080&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
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.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.init(ReferenceAnnotationBeanPostProcessor.java:269)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.access$100(ReferenceAnnotationBeanPostProcessor.java:242)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:236)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildProxy(ReferenceAnnotationBeanPostProcessor.java:219)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:134)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.getInjectedObject(AnnotationInjectedBeanPostProcessor.java:360)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor$AnnotatedFieldElement.inject(AnnotationInjectedBeanPostProcessor.java:540)
|
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:147)
|
|
|
... 17 common frames omitted
|
|
|
[2022-07-18 11:34:35.673+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 11:34:35.678+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 11:34:40.804+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5005 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 11:34:45.808+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 58211 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 11:34:45.810+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 11:34:46.740+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 11:34:46.741+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 11:34:46.742+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 11:34:46.742+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 11:34:46.743+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 11:34:46.743+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 11:34:46.744+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 11:34:46.744+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 11:34:46.813+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 11:34:46.816+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 11:34:46.876+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 41ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 11:34:47.217+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$ea8ccc69] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:34:47.424+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$7b46f139] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:34:47.585+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:34:47.610+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:34:47.618+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:34:47.624+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:34:48.222+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 11:34:48.236+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 11:34:48.237+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 11:34:48.238+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 11:34:48.406+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 11:34:48.407+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2544 ms
|
|
|
[2022-07-18 11:34:53.792+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 11:34:53.813+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 11:34:53.825+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 11:34:53.836+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 11:34:53.840+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:03.990+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 11:35:09.006+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 11:35:09.007+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 11:35:09.007+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 11:35:09.007+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 11:35:09.007+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 11:35:09.007+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 11:35:09.008+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 11:35:09.008+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 11:35:09.009+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 11:35:09.009+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 11:35:09.009+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 11:35:09.009+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 11:35:09.009+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 11:35:09.010+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 11:35:09.010+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 11:35:09.010+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=198MB
|
|
|
[2022-07-18 11:35:09.010+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 11:35:09.011+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=350MB
|
|
|
[2022-07-18 11:35:09.016+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@4cb40e3b
|
|
|
[2022-07-18 11:35:09.020+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 11:35:09.035+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 11:35:09.044+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 11:35:09.058+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 11:35:09.060+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 11:35:09.067+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 11:35:09.093+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:55138, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 11:35:09.131+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af30010, negotiated timeout = 40000
|
|
|
[2022-07-18 11:35:09.146+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 11:35:09.164+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:35:09.164+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:35:15.049+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:15.164+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:15.587+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:15.967+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:16.136+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:16.285+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:16.415+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:16.544+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:16.663+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:16.776+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:16.892+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:16.990+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:17.107+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:17.209+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:17.325+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:17.425+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:17.639+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:17.761+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:17.873+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:17.967+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:18.040+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:18.136+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:18.233+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:18.316+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:18.465+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:18.594+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:18.723+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:18.831+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:18.943+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:19.079+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:19.199+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:19.299+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:19.408+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:19.583+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:19.678+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:19.786+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:19.930+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:20.113+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:20.354+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:20.493+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:20.621+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:20.736+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:20.886+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:21.014+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:21.162+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:21.287+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:21.409+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:21.545+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:21.692+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:21.818+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:21.951+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:22.069+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:22.204+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:22.478+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:22.612+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:22.704+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:22.824+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:22.926+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:22.997+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:23.068+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:35:25.069+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1220]- Using default implementation for ThreadExecutor
|
|
|
[2022-07-18 11:35:25.084+0800] [main] INFO o.quartz.core.SchedulerSignalerImpl [61]- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|
|
[2022-07-18 11:35:25.084+0800] [main] INFO org.quartz.core.QuartzScheduler [229]- Quartz Scheduler v.2.3.2 created.
|
|
|
[2022-07-18 11:35:25.086+0800] [main] INFO org.quartz.simpl.RAMJobStore [155]- RAMJobStore initialized.
|
|
|
[2022-07-18 11:35:25.087+0800] [main] INFO org.quartz.core.QuartzScheduler [294]- Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
|
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
|
|
NOT STARTED.
|
|
|
Currently in standby mode.
|
|
|
Number of jobs executed: 0
|
|
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
|
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
|
|
|
|
|
[2022-07-18 11:35:25.087+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1374]- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
|
|
[2022-07-18 11:35:25.088+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1378]- Quartz scheduler version: 2.3.2
|
|
|
[2022-07-18 11:35:25.088+0800] [main] INFO org.quartz.core.QuartzScheduler [2293]- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@7b18658a
|
|
|
[2022-07-18 11:35:25.262+0800] [main] INFO o.s.s.quartz.SchedulerFactoryBean [727]- Starting Quartz Scheduler now
|
|
|
[2022-07-18 11:35:25.263+0800] [main] INFO org.quartz.core.QuartzScheduler [547]- Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
|
|
[2022-07-18 11:35:25.543+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Starting ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 11:35:25.577+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [204]- Tomcat started on port(s): 8004 (http) with context path ''
|
|
|
[2022-07-18 11:35:25.584+0800] [main] INFO c.s.c.ManageConsumerApplication [61]- Started ManageConsumerApplication in 60.872 seconds (JVM running for 67.062)
|
|
|
[2022-07-18 11:35:30.476+0800] [http-nio-8004-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
[2022-07-18 11:35:30.477+0800] [http-nio-8004-exec-1] INFO o.s.web.servlet.DispatcherServlet [525]- Initializing Servlet 'dispatcherServlet'
|
|
|
[2022-07-18 11:35:30.513+0800] [http-nio-8004-exec-1] INFO o.s.web.servlet.DispatcherServlet [547]- Completed initialization in 36 ms
|
|
|
[2022-07-18 11:38:49.494+0800] [SpringContextShutdownHook] INFO o.a.d.s.b.c.e.AwaitingNonWebApplicationListener [162]- [Dubbo] Current Spring Boot Application is about to shutdown...
|
|
|
[2022-07-18 11:38:51.741+0800] [Curator-Framework-0] INFO o.a.c.f.imps.CuratorFrameworkImpl [964]- backgroundOperationsLoop exiting
|
|
|
[2022-07-18 11:38:51.883+0800] [main-EventThread] INFO org.apache.zookeeper.ClientCnxn [578]- EventThread shut down for session: 0x10004943af30010
|
|
|
[2022-07-18 11:38:51.883+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1619]- Session: 0x10004943af30010 closed
|
|
|
[2022-07-18 11:38:51.891+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-18 11:38:51.892+0800] [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean [845]- Shutting down Quartz Scheduler
|
|
|
[2022-07-18 11:38:51.893+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [666]- Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
|
|
[2022-07-18 11:38:51.893+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-18 11:38:51.895+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [740]- Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
|
|
[2022-07-18 11:38:51.927+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@a6251ca was destroying!
|
|
|
[2022-07-18 11:38:51.927+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@37a4a776 was destroying!
|
|
|
[2022-07-18 11:38:51.928+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@440b6fef was destroying!
|
|
|
[2022-07-18 11:38:51.928+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@e7be56e was destroying!
|
|
|
[2022-07-18 11:38:51.928+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy58@168f096a was destroying!
|
|
|
[2022-07-18 11:38:51.928+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy48@40283da was destroying!
|
|
|
[2022-07-18 11:38:51.929+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy44@1b69e0a2 was destroying!
|
|
|
[2022-07-18 11:38:51.929+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@4ae82634 was destroying!
|
|
|
[2022-07-18 11:38:51.929+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@2442a25a was destroying!
|
|
|
[2022-07-18 11:38:51.930+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@344ef95b was destroying!
|
|
|
[2022-07-18 11:38:51.930+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@60767380 was destroying!
|
|
|
[2022-07-18 11:38:51.930+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@6b24303c was destroying!
|
|
|
[2022-07-18 11:38:51.930+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@5ac51f70 was destroying!
|
|
|
[2022-07-18 11:38:51.931+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@1982a152 was destroying!
|
|
|
[2022-07-18 11:38:51.931+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy56@4a3b3b91 was destroying!
|
|
|
[2022-07-18 11:38:51.931+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy55@7218e6cf was destroying!
|
|
|
[2022-07-18 11:38:51.932+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@7e9c41ef was destroying!
|
|
|
[2022-07-18 11:38:51.932+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@6de80a1e was destroying!
|
|
|
[2022-07-18 11:38:51.932+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy38@4fa77d0e was destroying!
|
|
|
[2022-07-18 11:38:51.933+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@344ef95b was destroying!
|
|
|
[2022-07-18 11:38:51.933+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@7abcd4ab was destroying!
|
|
|
[2022-07-18 11:38:51.934+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy40@6633612a was destroying!
|
|
|
[2022-07-18 11:38:51.934+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy60@4ba63f08 was destroying!
|
|
|
[2022-07-18 11:38:51.934+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@3f1d647f was destroying!
|
|
|
[2022-07-18 11:38:51.934+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy41@2318f6bb was destroying!
|
|
|
[2022-07-18 11:38:51.935+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@5e5ff9c3 was destroying!
|
|
|
[2022-07-18 11:38:51.936+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@24fbd37f was destroying!
|
|
|
[2022-07-18 11:38:51.936+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy43@70116503 was destroying!
|
|
|
[2022-07-18 11:38:51.937+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy54@1458e894 was destroying!
|
|
|
[2022-07-18 11:38:51.938+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@35688a3d was destroying!
|
|
|
[2022-07-18 11:38:51.938+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@4f72c7c4 was destroying!
|
|
|
[2022-07-18 11:38:51.938+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy37@34b08a54 was destroying!
|
|
|
[2022-07-18 11:38:51.939+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@37a4a776 was destroying!
|
|
|
[2022-07-18 11:38:51.939+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@67ffc81e was destroying!
|
|
|
[2022-07-18 11:38:51.939+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@16b78fbe was destroying!
|
|
|
[2022-07-18 11:38:51.939+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy57@4f22364b was destroying!
|
|
|
[2022-07-18 11:38:51.940+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@7ff0f7d1 was destroying!
|
|
|
[2022-07-18 11:38:51.940+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy45@66567f09 was destroying!
|
|
|
[2022-07-18 11:38:51.940+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@4cb6c602 was destroying!
|
|
|
[2022-07-18 11:38:51.941+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy36@127831b1 was destroying!
|
|
|
[2022-07-18 11:38:51.941+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@a6251ca was destroying!
|
|
|
[2022-07-18 11:38:51.941+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@6ace0250 was destroying!
|
|
|
[2022-07-18 11:38:51.941+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy42@3fb58637 was destroying!
|
|
|
[2022-07-18 11:38:51.942+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@a6251ca was destroying!
|
|
|
[2022-07-18 11:38:51.942+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@45c9d115 was destroying!
|
|
|
[2022-07-18 11:38:51.942+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy52@16ef85a4 was destroying!
|
|
|
[2022-07-18 11:38:51.942+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@ca9d9ab was destroying!
|
|
|
[2022-07-18 11:38:51.943+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@1fbe7237 was destroying!
|
|
|
[2022-07-18 11:38:51.943+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@a6251ca was destroying!
|
|
|
[2022-07-18 11:38:51.943+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@147449ac was destroying!
|
|
|
[2022-07-18 11:38:51.943+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy49@7edc3c23 was destroying!
|
|
|
[2022-07-18 11:38:51.944+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@3c7ac6d2 was destroying!
|
|
|
[2022-07-18 11:38:51.944+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy47@50b924a0 was destroying!
|
|
|
[2022-07-18 11:38:51.944+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@66b62e32 was destroying!
|
|
|
[2022-07-18 11:38:51.945+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@79942be3 was destroying!
|
|
|
[2022-07-18 11:38:51.945+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@13322e55 was destroying!
|
|
|
[2022-07-18 11:38:51.946+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy39@ab794b7 was destroying!
|
|
|
[2022-07-18 11:38:51.946+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@5d27ec6d was destroying!
|
|
|
[2022-07-18 11:38:51.947+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@5b41f19 was destroying!
|
|
|
[2022-07-18 11:38:51.948+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@776d97c was destroying!
|
|
|
[2022-07-18 11:38:51.948+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy59@31d2f709 was destroying!
|
|
|
[2022-07-18 11:38:51.948+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy46@53f431da was destroying!
|
|
|
[2022-07-18 11:38:51.949+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy50@761da06a was destroying!
|
|
|
[2022-07-18 11:38:51.949+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@5d27ec6d was destroying!
|
|
|
[2022-07-18 11:38:51.949+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy51@47913aec was destroying!
|
|
|
[2022-07-18 11:38:51.949+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@615df7a8 was destroying!
|
|
|
[2022-07-18 11:38:51.950+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy53@13d560b8 was destroying!
|
|
|
[2022-07-18 11:38:51.951+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 11:50:41.588+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 11:50:41.593+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 11:50:46.727+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5003 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 11:50:51.731+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 58985 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 11:50:51.732+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 11:50:52.654+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 11:50:52.655+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 11:50:52.656+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 11:50:52.656+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 11:50:52.657+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 11:50:52.657+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 11:50:52.658+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 11:50:52.658+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 11:50:52.759+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 11:50:52.762+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 11:50:52.834+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 42ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 11:50:53.218+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$a0a51e8c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:50:53.435+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$315f435c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:50:53.591+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:50:53.613+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:50:53.616+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:50:53.620+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:50:54.163+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 11:50:54.176+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 11:50:54.177+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 11:50:54.178+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 11:50:54.333+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 11:50:54.334+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2544 ms
|
|
|
[2022-07-18 11:50:59.736+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 11:50:59.757+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 11:50:59.770+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 11:50:59.779+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 11:50:59.783+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:09.917+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 11:51:14.929+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 11:51:14.930+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 11:51:14.930+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 11:51:14.930+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 11:51:14.930+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 11:51:14.930+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 11:51:14.931+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 11:51:14.931+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 11:51:14.931+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 11:51:14.932+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 11:51:14.932+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 11:51:14.932+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 11:51:14.932+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 11:51:14.932+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 11:51:14.932+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 11:51:14.933+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=192MB
|
|
|
[2022-07-18 11:51:14.933+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 11:51:14.933+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=335MB
|
|
|
[2022-07-18 11:51:14.936+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@2b289ac9
|
|
|
[2022-07-18 11:51:14.939+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 11:51:14.947+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 11:51:14.953+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 11:51:14.961+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 11:51:14.962+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 11:51:14.964+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 11:51:14.983+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:58937, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 11:51:15.009+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af30013, negotiated timeout = 40000
|
|
|
[2022-07-18 11:51:15.018+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 11:51:15.029+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:51:15.038+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:51:20.494+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:20.608+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:20.725+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:20.840+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:20.920+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:21.013+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:21.099+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:21.211+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:21.305+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:21.407+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:21.494+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:21.576+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:21.687+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:21.798+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:22.122+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:22.249+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:22.335+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:22.411+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:22.498+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:22.584+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:22.651+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:22.731+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:22.844+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:22.904+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:23.020+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:23.111+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:23.202+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:23.295+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:23.371+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:51:23.406+0800] [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [558]- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'announcementController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IAnnouncementService. No provider available for the service com.saas.api.manage.service.operationManagement.IAnnouncementService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IAnnouncementService&lazy=false&methods=findById,update,insert,list,delete&pid=58985&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658116283376&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
[2022-07-18 11:51:23.407+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@75babb67 was destroying!
|
|
|
[2022-07-18 11:51:23.407+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@3eb3232b was destroying!
|
|
|
[2022-07-18 11:51:23.407+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@69cd1085 was destroying!
|
|
|
[2022-07-18 11:51:23.407+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@60bb7995 was destroying!
|
|
|
[2022-07-18 11:51:23.408+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@40fa8766 was destroying!
|
|
|
[2022-07-18 11:51:23.408+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@67774e29 was destroying!
|
|
|
[2022-07-18 11:51:23.408+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@663f237a was destroying!
|
|
|
[2022-07-18 11:51:23.409+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@5d7399f9 was destroying!
|
|
|
[2022-07-18 11:51:23.409+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@49a6f486 was destroying!
|
|
|
[2022-07-18 11:51:23.409+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@14fded9d was destroying!
|
|
|
[2022-07-18 11:51:23.409+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@bc6288b was destroying!
|
|
|
[2022-07-18 11:51:23.409+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@4a3bd45b was destroying!
|
|
|
[2022-07-18 11:51:23.410+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@34c70b5e was destroying!
|
|
|
[2022-07-18 11:51:23.410+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@4f2d995e was destroying!
|
|
|
[2022-07-18 11:51:23.410+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@49a6f486 was destroying!
|
|
|
[2022-07-18 11:51:23.410+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@6198e9b5 was destroying!
|
|
|
[2022-07-18 11:51:23.411+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@6d099323 was destroying!
|
|
|
[2022-07-18 11:51:23.411+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@49a6f486 was destroying!
|
|
|
[2022-07-18 11:51:23.411+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@4ecd00b5 was destroying!
|
|
|
[2022-07-18 11:51:23.411+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@10947c4e was destroying!
|
|
|
[2022-07-18 11:51:23.412+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@3667faa8 was destroying!
|
|
|
[2022-07-18 11:51:23.412+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@1756f7cc was destroying!
|
|
|
[2022-07-18 11:51:23.412+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@14fded9d was destroying!
|
|
|
[2022-07-18 11:51:23.412+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@3138953b was destroying!
|
|
|
[2022-07-18 11:51:23.413+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@27df95e was destroying!
|
|
|
[2022-07-18 11:51:23.413+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@b46e103 was destroying!
|
|
|
[2022-07-18 11:51:23.413+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@2b0e9f30 was destroying!
|
|
|
[2022-07-18 11:51:23.413+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@5eea5627 was destroying!
|
|
|
[2022-07-18 11:51:23.413+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@3330f3ad was destroying!
|
|
|
[2022-07-18 11:51:23.414+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@f425231 was destroying!
|
|
|
[2022-07-18 11:51:23.414+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@506aabf6 was destroying!
|
|
|
[2022-07-18 11:51:23.414+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@75babb67 was destroying!
|
|
|
[2022-07-18 11:51:23.414+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@5cbd94b2 was destroying!
|
|
|
[2022-07-18 11:51:23.414+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 11:51:23.419+0800] [main] INFO o.a.catalina.core.StandardService [173]- Stopping service [Tomcat]
|
|
|
[2022-07-18 11:51:23.448+0800] [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener [136]-
|
|
|
|
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
[2022-07-18 11:51:23.457+0800] [main] ERROR o.s.boot.SpringApplication [826]- Application run failed
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'announcementController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IAnnouncementService. No provider available for the service com.saas.api.manage.service.operationManagement.IAnnouncementService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IAnnouncementService&lazy=false&methods=findById,update,insert,list,delete&pid=58985&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658116283376&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:151)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1427)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
|
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
|
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
|
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
|
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
|
|
|
at com.saas.consumer.ManageConsumerApplication.main(ManageConsumerApplication.java:16)
|
|
|
Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.operationManagement.IAnnouncementService. No provider available for the service com.saas.api.manage.service.operationManagement.IAnnouncementService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&generic=false&interface=com.saas.api.manage.service.operationManagement.IAnnouncementService&lazy=false&methods=findById,update,insert,list,delete&pid=58985&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658116283376&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
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.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.init(ReferenceAnnotationBeanPostProcessor.java:269)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.access$100(ReferenceAnnotationBeanPostProcessor.java:242)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:236)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildProxy(ReferenceAnnotationBeanPostProcessor.java:219)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:134)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.getInjectedObject(AnnotationInjectedBeanPostProcessor.java:360)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor$AnnotatedFieldElement.inject(AnnotationInjectedBeanPostProcessor.java:540)
|
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:147)
|
|
|
... 17 common frames omitted
|
|
|
[2022-07-18 11:55:42.769+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 11:55:42.775+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 11:55:47.933+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5005 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 11:55:52.940+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 59213 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 11:55:52.942+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 11:55:53.748+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 11:55:53.749+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 11:55:53.749+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 11:55:53.749+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 11:55:53.750+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 11:55:53.750+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 11:55:53.750+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 11:55:53.751+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 11:55:53.815+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 11:55:53.818+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 11:55:53.865+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 30ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 11:55:54.148+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$96471fed] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:55:54.310+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$270144bd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:55:54.442+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:55:54.462+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:55:54.465+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:55:54.469+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 11:55:54.972+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 11:55:54.985+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 11:55:54.986+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 11:55:54.987+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 11:55:55.158+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 11:55:55.159+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 2169 ms
|
|
|
[2022-07-18 11:56:00.551+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 11:56:00.571+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 11:56:00.586+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 11:56:00.596+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 11:56:00.600+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:10.726+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 11:56:15.751+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 11:56:15.752+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 11:56:15.752+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 11:56:15.752+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 11:56:15.753+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 11:56:15.753+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 11:56:15.754+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 11:56:15.754+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 11:56:15.754+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 11:56:15.754+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 11:56:15.754+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 11:56:15.755+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 11:56:15.755+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 11:56:15.755+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 11:56:15.755+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 11:56:15.755+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=203MB
|
|
|
[2022-07-18 11:56:15.756+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 11:56:15.756+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=349MB
|
|
|
[2022-07-18 11:56:15.759+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@64f1fd08
|
|
|
[2022-07-18 11:56:15.762+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 11:56:15.770+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 11:56:15.776+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 11:56:15.783+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 11:56:15.785+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 11:56:15.787+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 11:56:15.806+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:60139, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 11:56:15.845+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af30014, negotiated timeout = 40000
|
|
|
[2022-07-18 11:56:15.855+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 11:56:15.867+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:56:15.877+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 11:56:21.327+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:21.419+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:21.551+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:21.681+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:21.768+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:21.855+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:21.933+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.031+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.122+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.202+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.280+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.362+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.445+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.543+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.645+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.729+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.814+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.895+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:22.977+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.053+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.124+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.199+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.278+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.341+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.455+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.542+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.622+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.706+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.795+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.885+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:23.976+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:24.057+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:24.148+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:24.244+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:24.327+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:24.418+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:24.504+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:24.589+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:24.670+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:24.757+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:24.832+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:24.925+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:25.026+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:25.134+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:25.243+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:25.330+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:25.438+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:25.552+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:25.651+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 11:56:25.695+0800] [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [558]- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'organizationController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.organizationalStructure.OrganizationService. No provider available for the service com.saas.api.manage.service.organizationalStructure.OrganizationService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&interface=com.saas.api.manage.service.organizationalStructure.OrganizationService&lazy=false&methods=insertDepartment,deletePosition,updateDepartment,updatePosition,deleteDepartment,list,insertPosition,findToUser&pid=59213&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658116585661&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
[2022-07-18 11:56:25.695+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@68f6e55d was destroying!
|
|
|
[2022-07-18 11:56:25.696+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@6fff46bf was destroying!
|
|
|
[2022-07-18 11:56:25.696+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@1835dc92 was destroying!
|
|
|
[2022-07-18 11:56:25.696+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy48@3aaa3c39 was destroying!
|
|
|
[2022-07-18 11:56:25.696+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy44@65a9ea3c was destroying!
|
|
|
[2022-07-18 11:56:25.697+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@70f68288 was destroying!
|
|
|
[2022-07-18 11:56:25.697+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@46911148 was destroying!
|
|
|
[2022-07-18 11:56:25.697+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@2db1b657 was destroying!
|
|
|
[2022-07-18 11:56:25.698+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@7e351d7 was destroying!
|
|
|
[2022-07-18 11:56:25.698+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@43c57161 was destroying!
|
|
|
[2022-07-18 11:56:25.698+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@d902300 was destroying!
|
|
|
[2022-07-18 11:56:25.699+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@2db33feb was destroying!
|
|
|
[2022-07-18 11:56:25.699+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@30c3ae63 was destroying!
|
|
|
[2022-07-18 11:56:25.699+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@58658f63 was destroying!
|
|
|
[2022-07-18 11:56:25.700+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy38@54e12f4c was destroying!
|
|
|
[2022-07-18 11:56:25.700+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@2db1b657 was destroying!
|
|
|
[2022-07-18 11:56:25.701+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@4d84049a was destroying!
|
|
|
[2022-07-18 11:56:25.701+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy40@39ee94de was destroying!
|
|
|
[2022-07-18 11:56:25.701+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@642857e0 was destroying!
|
|
|
[2022-07-18 11:56:25.701+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy41@4c6b4ed7 was destroying!
|
|
|
[2022-07-18 11:56:25.701+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@21263314 was destroying!
|
|
|
[2022-07-18 11:56:25.701+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@6ca30b8a was destroying!
|
|
|
[2022-07-18 11:56:25.702+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy43@4a92c6a9 was destroying!
|
|
|
[2022-07-18 11:56:25.702+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@5c9934da was destroying!
|
|
|
[2022-07-18 11:56:25.702+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@4cb702ce was destroying!
|
|
|
[2022-07-18 11:56:25.702+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy37@383caf89 was destroying!
|
|
|
[2022-07-18 11:56:25.702+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@68f6e55d was destroying!
|
|
|
[2022-07-18 11:56:25.703+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@64c781a9 was destroying!
|
|
|
[2022-07-18 11:56:25.703+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@71ed560f was destroying!
|
|
|
[2022-07-18 11:56:25.703+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@5b88b8e was destroying!
|
|
|
[2022-07-18 11:56:25.703+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy45@58253c57 was destroying!
|
|
|
[2022-07-18 11:56:25.704+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@b73433 was destroying!
|
|
|
[2022-07-18 11:56:25.704+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy36@1bf14704 was destroying!
|
|
|
[2022-07-18 11:56:25.704+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@5a545b0f was destroying!
|
|
|
[2022-07-18 11:56:25.704+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@2be21396 was destroying!
|
|
|
[2022-07-18 11:56:25.704+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy42@124dac75 was destroying!
|
|
|
[2022-07-18 11:56:25.705+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@5a545b0f was destroying!
|
|
|
[2022-07-18 11:56:25.705+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@315105f was destroying!
|
|
|
[2022-07-18 11:56:25.705+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@7b61bf11 was destroying!
|
|
|
[2022-07-18 11:56:25.706+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@40247d48 was destroying!
|
|
|
[2022-07-18 11:56:25.706+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@5a545b0f was destroying!
|
|
|
[2022-07-18 11:56:25.706+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@3ff54f3d was destroying!
|
|
|
[2022-07-18 11:56:25.706+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@14c93774 was destroying!
|
|
|
[2022-07-18 11:56:25.706+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy47@62a68bcb was destroying!
|
|
|
[2022-07-18 11:56:25.706+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@18b74ea was destroying!
|
|
|
[2022-07-18 11:56:25.707+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@14924f41 was destroying!
|
|
|
[2022-07-18 11:56:25.707+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@493da830 was destroying!
|
|
|
[2022-07-18 11:56:25.707+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy39@1f939a0f was destroying!
|
|
|
[2022-07-18 11:56:25.707+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@45658133 was destroying!
|
|
|
[2022-07-18 11:56:25.708+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@430b2699 was destroying!
|
|
|
[2022-07-18 11:56:25.708+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@67536ae0 was destroying!
|
|
|
[2022-07-18 11:56:25.708+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy46@6413d7e7 was destroying!
|
|
|
[2022-07-18 11:56:25.708+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@d16be4f was destroying!
|
|
|
[2022-07-18 11:56:25.708+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|
|
|
[2022-07-18 11:56:25.712+0800] [main] INFO o.a.catalina.core.StandardService [173]- Stopping service [Tomcat]
|
|
|
[2022-07-18 11:56:25.736+0800] [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener [136]-
|
|
|
|
|
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
|
|
[2022-07-18 11:56:25.747+0800] [main] ERROR o.s.boot.SpringApplication [826]- Application run failed
|
|
|
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'organizationController': Injection of @Reference dependencies is failed; nested exception is java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.organizationalStructure.OrganizationService. No provider available for the service com.saas.api.manage.service.organizationalStructure.OrganizationService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&interface=com.saas.api.manage.service.organizationalStructure.OrganizationService&lazy=false&methods=insertDepartment,deletePosition,updateDepartment,updatePosition,deleteDepartment,list,insertPosition,findToUser&pid=59213&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658116585661&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:151)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1427)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
|
|
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
|
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
|
|
|
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
|
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:879)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878)
|
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
|
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
|
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
|
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
|
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
|
|
|
at com.saas.consumer.ManageConsumerApplication.main(ManageConsumerApplication.java:16)
|
|
|
Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.saas.api.manage.service.organizationalStructure.OrganizationService. No provider available for the service com.saas.api.manage.service.organizationalStructure.OrganizationService from the url zookeeper://127.0.0.1:2181/org.apache.dubbo.registry.RegistryService?application=manageConsumer&dubbo=2.0.2&interface=com.saas.api.manage.service.organizationalStructure.OrganizationService&lazy=false&methods=insertDepartment,deletePosition,updateDepartment,updatePosition,deleteDepartment,list,insertPosition,findToUser&pid=59213&qos.enable=false®ister.ip=192.168.50.145&release=2.7.3&retries=-1&side=consumer&sticky=false×tamp=1658116585661&version=1.0 to the consumer 192.168.50.145 use dubbo version 2.7.3
|
|
|
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.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.init(ReferenceAnnotationBeanPostProcessor.java:269)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor$ReferenceBeanInvocationHandler.access$100(ReferenceAnnotationBeanPostProcessor.java:242)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:236)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.buildProxy(ReferenceAnnotationBeanPostProcessor.java:219)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.doGetInjectedBean(ReferenceAnnotationBeanPostProcessor.java:134)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.getInjectedObject(AnnotationInjectedBeanPostProcessor.java:360)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor$AnnotatedFieldElement.inject(AnnotationInjectedBeanPostProcessor.java:540)
|
|
|
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:116)
|
|
|
at org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.postProcessPropertyValues(AnnotationInjectedBeanPostProcessor.java:147)
|
|
|
... 17 common frames omitted
|
|
|
[2022-07-18 13:38:27.388+0800] [main] INFO o.a.d.s.b.c.e.WelcomeLogoApplicationListener [63]-
|
|
|
|
|
|
:: Dubbo Spring Boot (v2.7.3) : https://github.com/apache/dubbo-spring-boot-project
|
|
|
:: Dubbo (v2.7.3) : https://github.com/apache/incubator-dubbo
|
|
|
:: Discuss group : dev@dubbo.apache.org
|
|
|
|
|
|
[2022-07-18 13:38:27.392+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=manageConsumer, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.consumer.retries=-1, dubbo.consumer.version=1.0, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper}
|
|
|
[2022-07-18 13:38:32.508+0800] [main] WARN o.s.boot.StartupInfoLogger [116]- InetAddress.getLocalHost().getHostName() took 5004 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
|
|
|
[2022-07-18 13:38:37.512+0800] [main] INFO c.s.c.ManageConsumerApplication [55]- Starting ManageConsumerApplication on 123567.local with PID 63624 (/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-18 13:38:37.512+0800] [main] INFO c.s.c.ManageConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
|
|
|
[2022-07-18 13:38:38.191+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ApplicationConfig#0, class : org.apache.dubbo.config.ApplicationConfig] has been registered.
|
|
|
[2022-07-18 13:38:38.192+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ApplicationConfig#0] has been registered.
|
|
|
[2022-07-18 13:38:38.192+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.RegistryConfig#0, class : org.apache.dubbo.config.RegistryConfig] has been registered.
|
|
|
[2022-07-18 13:38:38.192+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.RegistryConfig#0] has been registered.
|
|
|
[2022-07-18 13:38:38.193+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ConsumerConfig#0, class : org.apache.dubbo.config.ConsumerConfig] has been registered.
|
|
|
[2022-07-18 13:38:38.193+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.ConsumerConfig#0] has been registered.
|
|
|
[2022-07-18 13:38:38.193+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.MetadataReportConfig#0, class : org.apache.dubbo.config.MetadataReportConfig] has been registered.
|
|
|
[2022-07-18 13:38:38.194+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [151]- The BeanPostProcessor bean definition [org.apache.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor] for dubbo config bean [name : org.apache.dubbo.config.MetadataReportConfig#0] has been registered.
|
|
|
[2022-07-18 13:38:38.256+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-18 13:38:38.259+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-18 13:38:38.311+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 26ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-18 13:38:38.561+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration$$EnhancerBySpringCGLIB$$87d5d80d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 13:38:38.710+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' of type [org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration$$EnhancerBySpringCGLIB$$188ffcdd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 13:38:38.822+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 13:38:38.838+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 13:38:38.841+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 13:38:38.844+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-18 13:38:39.285+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8004 (http)
|
|
|
[2022-07-18 13:38:39.296+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 13:38:39.297+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-18 13:38:39.297+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-18 13:38:39.420+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-18 13:38:39.421+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 1862 ms
|
|
|
[2022-07-18 13:38:44.745+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ConsumerConfig#0] have been binding by prefix of configuration properties : dubbo.consumer
|
|
|
[2022-07-18 13:38:44.767+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ApplicationConfig#0] have been binding by prefix of configuration properties : dubbo.application
|
|
|
[2022-07-18 13:38:44.778+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.RegistryConfig#0] have been binding by prefix of configuration properties : dubbo.registry
|
|
|
[2022-07-18 13:38:44.788+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.MetadataReportConfig#0] have been binding by prefix of configuration properties : dubbo.metadata-report
|
|
|
[2022-07-18 13:38:44.791+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:38:54.940+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-18 13:38:59.968+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT
|
|
|
[2022-07-18 13:38:59.968+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-18 13:38:59.969+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-18 13:38:59.969+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-18 13:38:59.969+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre
|
|
|
[2022-07-18 13:38:59.969+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_301.jdk/Contents/Home/lib/tools.jar:/Users/AKU007/IdeaProjects/community-parent/community-manage-consumer/target/classes:/Users/AKU007/IdeaProjects/community-parent/community-api/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-web/2.2.2.RELEASE/spring-boot-starter-web-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter/2.2.2.RELEASE/spring-boot-starter-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot/2.2.2.RELEASE/spring-boot-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-logging/2.2.2.RELEASE/spring-boot-starter-logging-2.2.2.RELEASE.jar:/usr/local/maven/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar:/usr/local/maven/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-to-slf4j/2.12.1/log4j-to-slf4j-2.12.1.jar:/usr/local/maven/repository/org/apache/logging/log4j/log4j-api/2.12.1/log4j-api-2.12.1.jar:/usr/local/maven/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar:/usr/local/maven/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar:/usr/local/maven/repository/org/springframework/spring-core/5.2.2.RELEASE/spring-core-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-jcl/5.2.2.RELEASE/spring-jcl-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-json/2.2.2.RELEASE/spring-boot-starter-json-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.12.4/jackson-datatype-jdk8-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.12.4/jackson-datatype-jsr310-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/module/jackson-module-parameter-names/2.12.4/jackson-module-parameter-names-2.12.4.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-tomcat/2.2.2.RELEASE/spring-boot-starter-tomcat-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.29/tomcat-embed-core-9.0.29.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.29/tomcat-embed-websocket-9.0.29.jar:/usr/local/maven/repository/org/springframework/spring-web/5.2.2.RELEASE/spring-web-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-beans/5.2.2.RELEASE/spring-beans-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-webmvc/5.2.2.RELEASE/spring-webmvc-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context/5.2.2.RELEASE/spring-context-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-expression/5.2.2.RELEASE/spring-expression-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-starter/2.7.3/dubbo-spring-boot-starter-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure/2.7.3/dubbo-spring-boot-autoconfigure-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo-spring-boot-autoconfigure-compatible/2.7.3/dubbo-spring-boot-autoconfigure-compatible-2.7.3.jar:/usr/local/maven/repository/org/apache/dubbo/dubbo/2.7.3/dubbo-2.7.3.jar:/usr/local/maven/repository/org/javassist/javassist/3.20.0-GA/javassist-3.20.0-GA.jar:/usr/local/maven/repository/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar:/usr/local/maven/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/usr/local/maven/repository/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-boot-starter/3.4.1/mybatis-plus-boot-starter-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus/3.4.1/mybatis-plus-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-extension/3.4.1/mybatis-plus-extension-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-core/3.4.1/mybatis-plus-core-3.4.1.jar:/usr/local/maven/repository/com/baomidou/mybatis-plus-annotation/3.4.1/mybatis-plus-annotation-3.4.1.jar:/usr/local/maven/repository/com/github/jsqlparser/jsqlparser/3.2/jsqlparser-3.2.jar:/usr/local/maven/repository/org/mybatis/mybatis/3.5.6/mybatis-3.5.6.jar:/usr/local/maven/repository/org/mybatis/mybatis-spring/2.0.5/mybatis-spring-2.0.5.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-autoconfigure/2.2.2.RELEASE/spring-boot-autoconfigure-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-jdbc/2.2.2.RELEASE/spring-boot-starter-jdbc-2.2.2.RELEASE.jar:/usr/local/maven/repository/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1.jar:/usr/local/maven/repository/org/springframework/spring-jdbc/5.2.2.RELEASE/spring-jdbc-5.2.2.RELEASE.jar:/usr/local/maven/repository/mysql/mysql-connector-java/5.1.47/mysql-connector-java-5.1.47.jar:/usr/local/maven/repository/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-aop/2.2.2.RELEASE/spring-boot-starter-aop-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-aop/5.2.2.RELEASE/spring-aop-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/aspectj/aspectjweaver/1.9.5/aspectjweaver-1.9.5.jar:/usr/local/maven/repository/com/jcook/sdk/jcook-sdk-java/1.0.1/jcook-sdk-java-1.0.1.jar:/usr/local/maven/repository/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar:/usr/local/maven/repository/com/squareup/okio/okio/2.8.0/okio-2.8.0.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar:/usr/local/maven/repository/org/jetbrains/annotations/13.0/annotations-13.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-data-redis/2.6.1/spring-boot-starter-data-redis-2.6.1.jar:/usr/local/maven/repository/org/springframework/data/spring-data-redis/2.2.3.RELEASE/spring-data-redis-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-keyvalue/2.2.3.RELEASE/spring-data-keyvalue-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/data/spring-data-commons/2.2.3.RELEASE/spring-data-commons-2.2.3.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-oxm/5.2.2.RELEASE/spring-oxm-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-context-support/5.2.2.RELEASE/spring-context-support-5.2.2.RELEASE.jar:/usr/local/maven/repository/io/lettuce/lettuce-core/5.2.1.RELEASE/lettuce-core-5.2.1.RELEASE.jar:/usr/local/maven/repository/io/netty/netty-common/4.1.43.Final/netty-common-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport/4.1.43.Final/netty-transport-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-resolver/4.1.43.Final/netty-resolver-4.1.43.Final.jar:/usr/local/maven/repository/io/projectreactor/reactor-core/3.3.1.RELEASE/reactor-core-3.3.1.RELEASE.jar:/usr/local/maven/repository/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-lite-core/3.0.0/elasticjob-lite-core-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-api/3.0.0/elasticjob-api-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-infra-common/3.0.0/elasticjob-infra-common-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-registry-center/3.0.0/elasticjob-registry-center-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-simple-executor/3.0.0/elasticjob-simple-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-executor-kernel/3.0.0/elasticjob-executor-kernel-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-general/3.0.0/elasticjob-error-handler-general-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-error-handler-spi/3.0.0/elasticjob-error-handler-spi-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-dataflow-executor/3.0.0/elasticjob-dataflow-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-script-executor/3.0.0/elasticjob-script-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-http-executor/3.0.0/elasticjob-http-executor-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-rdb/3.0.0/elasticjob-tracing-rdb-3.0.0.jar:/usr/local/maven/repository/org/apache/shardingsphere/elasticjob/elasticjob-tracing-api/3.0.0/elasticjob-tracing-api-3.0.0.jar:/usr/local/maven/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar:/usr/local/maven/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar:/usr/local/maven/repository/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar:/usr/local/maven/repository/com/mchange/mchange-commons-java/0.2.15/mchange-commons-java-0.2.15.jar:/usr/local/maven/repository/org/apache/curator/curator-framework/5.1.0/curator-framework-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-client/5.1.0/curator-client-5.1.0.jar:/usr/local/maven/repository/org/apache/curator/curator-recipes/5.1.0/curator-recipes-5.1.0.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.jar:/usr/local/maven/repository/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.jar:/usr/local/maven/repository/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.jar:/usr/local/maven/repository/io/netty/netty-handler/4.1.43.Final/netty-handler-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-buffer/4.1.43.Final/netty-buffer-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-codec/4.1.43.Final/netty-codec-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-epoll/4.1.43.Final/netty-transport-native-epoll-4.1.43.Final.jar:/usr/local/maven/repository/io/netty/netty-transport-native-unix-common/4.1.43.Final/netty-transport-native-unix-common-4.1.43.Final.jar:/usr/local/maven/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/AKU007/IdeaProjects/community-parent/community-model/target/classes:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-validation/2.2.2.RELEASE/spring-boot-starter-validation-2.2.2.RELEASE.jar:/usr/local/maven/repository/jakarta/validation/jakarta.validation-api/2.0.1/jakarta.validation-api-2.0.1.jar:/usr/local/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/9.0.29/tomcat-embed-el-9.0.29.jar:/usr/local/maven/repository/org/hibernate/validator/hibernate-validator/6.0.18.Final/hibernate-validator-6.0.18.Final.jar:/usr/local/maven/repository/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar:/usr/local/maven/repository/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar:/Users/AKU007/IdeaProjects/community-parent/community-common/target/classes:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.4/jackson-annotations-2.12.4.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-databind/2.12.4/jackson-databind-2.12.4.jar:/usr/local/maven/repository/com/alibaba/fastjson/1.2.41/fastjson-1.2.41.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-core/3.3.1/aliyun-java-sdk-core-3.3.1.jar:/usr/local/maven/repository/org/json/json/20170516/json-20170516.jar:/usr/local/maven/repository/com/aliyun/aliyun-java-sdk-dysmsapi/1.1.0/aliyun-java-sdk-dysmsapi-1.1.0.jar:/usr/local/maven/repository/org/springframework/boot/spring-boot-starter-websocket/2.6.6/spring-boot-starter-websocket-2.6.6.jar:/usr/local/maven/repository/org/springframework/spring-messaging/5.2.2.RELEASE/spring-messaging-5.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/spring-websocket/5.2.2.RELEASE/spring-websocket-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/rabbitmq/amqp-client/5.14.2/amqp-client-5.14.2.jar:/usr/local/maven/repository/org/apache/poi/poi/3.6/poi-3.6.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar:/usr/local/maven/repository/logkit/logkit/1.0.1/logkit-1.0.1.jar:/usr/local/maven/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar:/usr/local/maven/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml/3.6/poi-ooxml-3.6.jar:/usr/local/maven/repository/org/apache/poi/poi-ooxml-schemas/3.6/poi-ooxml-schemas-3.6.jar:/usr/local/maven/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/usr/local/maven/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/usr/local/maven/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/usr/local/maven/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/usr/local/maven/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/usr/local/maven/repository/io/minio/minio/8.3.5/minio-8.3.5.jar:/usr/local/maven/repository/com/carrotsearch/thirdparty/simple-xml-safe/2.7.1/simple-xml-safe-2.7.1.jar:/usr/local/maven/repository/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar:/usr/local/maven/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/usr/local/maven/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/local/maven/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/usr/local/maven/repository/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar:/usr/local/maven/repository/com/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-2.12.4.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar:/usr/local/maven/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar:/usr/local/maven/repository/org/xerial/snappy/snappy-java/1.1.8.4/snappy-java-1.1.8.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
|
|
|
[2022-07-18 13:38:59.970+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.library.path=/Users/AKU007/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
|
|
|
[2022-07-18 13:38:59.970+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-18 13:38:59.970+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-18 13:38:59.970+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-18 13:38:59.970+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-18 13:38:59.970+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-18 13:38:59.971+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-18 13:38:59.971+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-18 13:38:59.971+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-18 13:38:59.971+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=191MB
|
|
|
[2022-07-18 13:38:59.971+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-18 13:38:59.971+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=334MB
|
|
|
[2022-07-18 13:38:59.974+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@76889e60
|
|
|
[2022-07-18 13:38:59.977+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
|
|
|
[2022-07-18 13:38:59.985+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-18 13:38:59.990+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-18 13:38:59.999+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1181]- Opening socket connection to server localhost/127.0.0.1:2181.
|
|
|
[2022-07-18 13:39:00.000+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1183]- SASL config status: Will not attempt to authenticate using SASL (unknown error)
|
|
|
[2022-07-18 13:39:00.003+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-18 13:39:00.023+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:52171, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-18 13:39:00.057+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1448]- Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x10004943af30015, negotiated timeout = 40000
|
|
|
[2022-07-18 13:39:00.068+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-18 13:39:00.081+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 13:39:00.082+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-18 13:39:05.585+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:05.703+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:05.826+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:05.937+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:06.020+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:06.327+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:06.408+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:06.519+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:06.615+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:06.825+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:06.910+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:06.999+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:07.103+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:07.186+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:07.293+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:07.399+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:07.482+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:07.575+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:07.666+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:07.757+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:07.817+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:07.900+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:07.977+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:08.030+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:08.154+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:08.255+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:08.337+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:08.424+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:08.510+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:08.707+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:08.794+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:08.860+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:08.966+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:09.067+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:09.144+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:09.235+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:09.328+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:09.398+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:09.476+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:09.687+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:09.761+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:09.852+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:09.939+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:10.014+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:10.110+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:10.185+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:10.256+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:10.327+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:10.417+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:10.604+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:10.681+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:10.762+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:10.852+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:10.928+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:11.003+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:11.078+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:11.143+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:11.210+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:11.256+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:11.317+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
|
|
|
[2022-07-18 13:39:13.146+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1220]- Using default implementation for ThreadExecutor
|
|
|
[2022-07-18 13:39:13.160+0800] [main] INFO o.quartz.core.SchedulerSignalerImpl [61]- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|
|
[2022-07-18 13:39:13.161+0800] [main] INFO org.quartz.core.QuartzScheduler [229]- Quartz Scheduler v.2.3.2 created.
|
|
|
[2022-07-18 13:39:13.162+0800] [main] INFO org.quartz.simpl.RAMJobStore [155]- RAMJobStore initialized.
|
|
|
[2022-07-18 13:39:13.163+0800] [main] INFO org.quartz.core.QuartzScheduler [294]- Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
|
|
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
|
|
NOT STARTED.
|
|
|
Currently in standby mode.
|
|
|
Number of jobs executed: 0
|
|
|
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
|
|
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
|
|
|
|
|
[2022-07-18 13:39:13.163+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1374]- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
|
|
[2022-07-18 13:39:13.164+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1378]- Quartz scheduler version: 2.3.2
|
|
|
[2022-07-18 13:39:13.164+0800] [main] INFO org.quartz.core.QuartzScheduler [2293]- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3fde2209
|
|
|
[2022-07-18 13:39:13.283+0800] [main] INFO o.s.s.quartz.SchedulerFactoryBean [727]- Starting Quartz Scheduler now
|
|
|
[2022-07-18 13:39:13.284+0800] [main] INFO org.quartz.core.QuartzScheduler [547]- Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
|
|
[2022-07-18 13:39:13.491+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Starting ProtocolHandler ["http-nio-8004"]
|
|
|
[2022-07-18 13:39:13.511+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [204]- Tomcat started on port(s): 8004 (http) with context path ''
|
|
|
[2022-07-18 13:39:13.515+0800] [main] INFO c.s.c.ManageConsumerApplication [61]- Started ManageConsumerApplication in 56.845 seconds (JVM running for 62.707)
|
|
|
[2022-07-18 13:39:19.354+0800] [http-nio-8004-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
[2022-07-18 13:39:19.354+0800] [http-nio-8004-exec-1] INFO o.s.web.servlet.DispatcherServlet [525]- Initializing Servlet 'dispatcherServlet'
|
|
|
[2022-07-18 13:39:19.388+0800] [http-nio-8004-exec-1] INFO o.s.web.servlet.DispatcherServlet [547]- Completed initialization in 34 ms
|
|
|
[2022-07-18 13:44:48.286+0800] [SpringContextShutdownHook] INFO o.a.d.s.b.c.e.AwaitingNonWebApplicationListener [162]- [Dubbo] Current Spring Boot Application is about to shutdown...
|
|
|
[2022-07-18 13:44:50.510+0800] [Curator-Framework-0] INFO o.a.c.f.imps.CuratorFrameworkImpl [964]- backgroundOperationsLoop exiting
|
|
|
[2022-07-18 13:44:50.643+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1619]- Session: 0x10004943af30015 closed
|
|
|
[2022-07-18 13:44:50.643+0800] [main-EventThread] INFO org.apache.zookeeper.ClientCnxn [578]- EventThread shut down for session: 0x10004943af30015
|
|
|
[2022-07-18 13:44:50.647+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-18 13:44:50.648+0800] [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean [845]- Shutting down Quartz Scheduler
|
|
|
[2022-07-18 13:44:50.649+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [666]- Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
|
|
[2022-07-18 13:44:50.649+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-18 13:44:50.650+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [740]- Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
|
|
[2022-07-18 13:44:50.669+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@77bede7f was destroying!
|
|
|
[2022-07-18 13:44:50.669+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@4e93befe was destroying!
|
|
|
[2022-07-18 13:44:50.670+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@26527062 was destroying!
|
|
|
[2022-07-18 13:44:50.670+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@5281c50b was destroying!
|
|
|
[2022-07-18 13:44:50.670+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy58@53cdb402 was destroying!
|
|
|
[2022-07-18 13:44:50.674+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy48@fa84cb was destroying!
|
|
|
[2022-07-18 13:44:50.674+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy44@359e25d6 was destroying!
|
|
|
[2022-07-18 13:44:50.675+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@69eb17f3 was destroying!
|
|
|
[2022-07-18 13:44:50.675+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@5738c368 was destroying!
|
|
|
[2022-07-18 13:44:50.675+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@3b0c998 was destroying!
|
|
|
[2022-07-18 13:44:50.676+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@47c4ecad was destroying!
|
|
|
[2022-07-18 13:44:50.676+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@76212f29 was destroying!
|
|
|
[2022-07-18 13:44:50.676+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@67938106 was destroying!
|
|
|
[2022-07-18 13:44:50.676+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@62ea6865 was destroying!
|
|
|
[2022-07-18 13:44:50.677+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy56@2ab4111 was destroying!
|
|
|
[2022-07-18 13:44:50.677+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy55@66c5b0c was destroying!
|
|
|
[2022-07-18 13:44:50.677+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@37f4a2e4 was destroying!
|
|
|
[2022-07-18 13:44:50.678+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@6f8fdec2 was destroying!
|
|
|
[2022-07-18 13:44:50.678+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy38@71ed1107 was destroying!
|
|
|
[2022-07-18 13:44:50.678+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@3b0c998 was destroying!
|
|
|
[2022-07-18 13:44:50.678+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@15bd800d was destroying!
|
|
|
[2022-07-18 13:44:50.678+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy40@74ce3dc was destroying!
|
|
|
[2022-07-18 13:44:50.678+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy60@16245439 was destroying!
|
|
|
[2022-07-18 13:44:50.679+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@fd81ad3 was destroying!
|
|
|
[2022-07-18 13:44:50.679+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy41@769c5ecd was destroying!
|
|
|
[2022-07-18 13:44:50.679+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@16ae01c1 was destroying!
|
|
|
[2022-07-18 13:44:50.679+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@221f1ab1 was destroying!
|
|
|
[2022-07-18 13:44:50.679+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy43@6d5e92a3 was destroying!
|
|
|
[2022-07-18 13:44:50.679+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy54@79a0c3f3 was destroying!
|
|
|
[2022-07-18 13:44:50.680+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@1f66750f was destroying!
|
|
|
[2022-07-18 13:44:50.680+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@45763ec0 was destroying!
|
|
|
[2022-07-18 13:44:50.680+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy37@5c247747 was destroying!
|
|
|
[2022-07-18 13:44:50.681+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@4e93befe was destroying!
|
|
|
[2022-07-18 13:44:50.681+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@2364886b was destroying!
|
|
|
[2022-07-18 13:44:50.681+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@f064f05 was destroying!
|
|
|
[2022-07-18 13:44:50.681+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy57@7b72e01b was destroying!
|
|
|
[2022-07-18 13:44:50.682+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@4133e7d was destroying!
|
|
|
[2022-07-18 13:44:50.682+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy45@333d944 was destroying!
|
|
|
[2022-07-18 13:44:50.683+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@3ef0d040 was destroying!
|
|
|
[2022-07-18 13:44:50.683+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy36@526e9dbd was destroying!
|
|
|
[2022-07-18 13:44:50.683+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@77bede7f was destroying!
|
|
|
[2022-07-18 13:44:50.684+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@4f93b15b was destroying!
|
|
|
[2022-07-18 13:44:50.684+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy42@5277a814 was destroying!
|
|
|
[2022-07-18 13:44:50.684+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@77bede7f was destroying!
|
|
|
[2022-07-18 13:44:50.684+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@6abd10ca was destroying!
|
|
|
[2022-07-18 13:44:50.684+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy52@4c98eb55 was destroying!
|
|
|
[2022-07-18 13:44:50.685+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@1ed382f4 was destroying!
|
|
|
[2022-07-18 13:44:50.685+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@718bae32 was destroying!
|
|
|
[2022-07-18 13:44:50.685+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@77bede7f was destroying!
|
|
|
[2022-07-18 13:44:50.685+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@7332cb89 was destroying!
|
|
|
[2022-07-18 13:44:50.685+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy49@78fb44f9 was destroying!
|
|
|
[2022-07-18 13:44:50.685+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@7a3dad30 was destroying!
|
|
|
[2022-07-18 13:44:50.686+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy47@566b667b was destroying!
|
|
|
[2022-07-18 13:44:50.686+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@33e091bc was destroying!
|
|
|
[2022-07-18 13:44:50.686+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@119ec7b5 was destroying!
|
|
|
[2022-07-18 13:44:50.686+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@65dac9b was destroying!
|
|
|
[2022-07-18 13:44:50.686+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy39@b884a95 was destroying!
|
|
|
[2022-07-18 13:44:50.686+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@3cd24729 was destroying!
|
|
|
[2022-07-18 13:44:50.687+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@5b169c69 was destroying!
|
|
|
[2022-07-18 13:44:50.687+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@30c4cae4 was destroying!
|
|
|
[2022-07-18 13:44:50.687+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy59@79d1f28b was destroying!
|
|
|
[2022-07-18 13:44:50.687+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy46@57140997 was destroying!
|
|
|
[2022-07-18 13:44:50.687+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy50@388e32c8 was destroying!
|
|
|
[2022-07-18 13:44:50.687+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@3cd24729 was destroying!
|
|
|
[2022-07-18 13:44:50.688+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy51@2e0b5cd7 was destroying!
|
|
|
[2022-07-18 13:44:50.688+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@5838a637 was destroying!
|
|
|
[2022-07-18 13:44:50.688+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy53@2f175416 was destroying!
|
|
|
[2022-07-18 13:44:50.688+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [305]- class org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor was destroying!
|