You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

603 lines
153 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

[2022-07-11 10:21:15.395+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-11 10:21:15.399+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=butlerAppConsumer, 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-11 10:21:20.502+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-11 10:21:25.507+0800] [main] INFO c.s.consumer.AppConsumerApplication [55]- Starting AppConsumerApplication on 123567.local with PID 4705 (/Users/AKU007/IdeaProjects/community-parent/community-app-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
[2022-07-11 10:21:25.509+0800] [main] INFO c.s.consumer.AppConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
[2022-07-11 10:21:26.032+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-11 10:21:26.033+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-11 10:21:26.033+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-11 10:21:26.034+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-11 10:21:26.034+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-11 10:21:26.034+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-11 10:21:26.034+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-11 10:21:26.035+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-11 10:21:26.084+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
[2022-07-11 10:21:26.086+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
[2022-07-11 10:21:26.127+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 29ms. Found 0 Redis repository interfaces.
[2022-07-11 10:21:26.336+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$$b342c4b9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2022-07-11 10:21:26.452+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$$43fce989] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2022-07-11 10:21:26.590+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-11 10:21:26.600+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-11 10:21:26.602+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-11 10:21:26.603+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-11 10:21:26.932+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8006 (http)
[2022-07-11 10:21:26.941+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8006"]
[2022-07-11 10:21:26.941+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
[2022-07-11 10:21:26.942+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
[2022-07-11 10:21:27.042+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
[2022-07-11 10:21:27.042+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 1496 ms
[2022-07-11 10:21:32.314+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-11 10:21:32.327+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-11 10:21:32.336+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-11 10:21:32.343+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-11 10:21:32.346+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:42.456+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
[2022-07-11 10:21:47.477+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-11 10:21:47.477+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
[2022-07-11 10:21:47.478+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
[2022-07-11 10:21:47.478+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
[2022-07-11 10:21:47.478+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-11 10:21:47.478+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-app-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-11 10:21:47.479+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-11 10:21:47.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
[2022-07-11 10:21:47.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
[2022-07-11 10:21:47.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
[2022-07-11 10:21:47.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
[2022-07-11 10:21:47.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
[2022-07-11 10:21:47.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
[2022-07-11 10:21:47.480+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
[2022-07-11 10:21:47.480+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
[2022-07-11 10:21:47.480+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=198MB
[2022-07-11 10:21:47.480+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
[2022-07-11 10:21:47.480+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=336MB
[2022-07-11 10:21:47.483+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@55d9b8f0
[2022-07-11 10:21:47.486+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
[2022-07-11 10:21:47.494+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
[2022-07-11 10:21:47.499+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
[2022-07-11 10:21:47.506+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-11 10:21:47.507+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-11 10:21:47.510+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
[2022-07-11 10:21:47.527+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:62186, server: localhost/127.0.0.1:2181
[2022-07-11 10:21:47.556+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 = 0x10000467a0d0001, negotiated timeout = 40000
[2022-07-11 10:21:47.565+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
[2022-07-11 10:21:47.576+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
[2022-07-11 10:21:47.586+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
[2022-07-11 10:21:53.171+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.249+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.304+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.372+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.433+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.480+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.530+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.567+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.618+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.671+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.715+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.765+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.808+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.853+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.900+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:53.954+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.002+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.044+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.082+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.124+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.173+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.212+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.258+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.309+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.358+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.399+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.458+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.513+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.558+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.596+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.647+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.694+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.748+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.812+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.900+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.951+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:54.994+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:55.038+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:55.084+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:55.177+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:55.217+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:55.273+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:55.312+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:55.357+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:55.410+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 10:21:56.412+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1220]- Using default implementation for ThreadExecutor
[2022-07-11 10:21:56.424+0800] [main] INFO o.quartz.core.SchedulerSignalerImpl [61]- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
[2022-07-11 10:21:56.424+0800] [main] INFO org.quartz.core.QuartzScheduler [229]- Quartz Scheduler v.2.3.2 created.
[2022-07-11 10:21:56.425+0800] [main] INFO org.quartz.simpl.RAMJobStore [155]- RAMJobStore initialized.
[2022-07-11 10:21:56.426+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-11 10:21:56.426+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1374]- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
[2022-07-11 10:21:56.426+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1378]- Quartz scheduler version: 2.3.2
[2022-07-11 10:21:56.426+0800] [main] INFO org.quartz.core.QuartzScheduler [2293]- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2f9dda71
[2022-07-11 10:21:56.527+0800] [main] INFO o.s.s.quartz.SchedulerFactoryBean [727]- Starting Quartz Scheduler now
[2022-07-11 10:21:56.528+0800] [main] INFO org.quartz.core.QuartzScheduler [547]- Scheduler quartzScheduler_$_NON_CLUSTERED started.
[2022-07-11 10:21:56.794+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Starting ProtocolHandler ["http-nio-8006"]
[2022-07-11 10:21:56.814+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [204]- Tomcat started on port(s): 8006 (http) with context path ''
[2022-07-11 10:21:56.817+0800] [main] INFO c.s.consumer.AppConsumerApplication [61]- Started AppConsumerApplication in 52.382 seconds (JVM running for 58.596)
[2022-07-11 10:43:22.358+0800] [http-nio-8006-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring DispatcherServlet 'dispatcherServlet'
[2022-07-11 10:43:22.358+0800] [http-nio-8006-exec-1] INFO o.s.web.servlet.DispatcherServlet [525]- Initializing Servlet 'dispatcherServlet'
[2022-07-11 10:43:22.385+0800] [http-nio-8006-exec-1] INFO o.s.web.servlet.DispatcherServlet [547]- Completed initialization in 27 ms
[2022-07-11 10:46:18.392+0800] [http-nio-8006-exec-5] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:{"alipay_trade_query_response":{"code":"40004","msg":"Business Failed","sub_code":"ACQ.TRADE_NOT_EXIST","sub_msg":"交易不存在","buyer_pay_amount":"0.00","invoice_amount":"0.00","out_trade_no":"2220220711104348674004","point_amount":"0.00","receipt_amount":"0.00"},"sign":"AIxUKXj2u4x5bo/OUN4ekCNnTtbSc2NJaAuPSWvXo3wFnsBdJl1YX/doFNTV+9DULiOXCDhP5Q649yp+fPJKLs5vUSNhkSxRSCkUyqlOxzyGGBdyyLpIiJRCbjALbO3RYRhSmGzMDcAg3bQswUvhC4CpEJX2E5t85bP9HgwZIfsVmHSx6/xo9jZNMhDxMdjLWaB2/md4NoO4RL3mpRO+MDZDXW3ag/xXr3mnifNPB1Dl+fRoAnk6E1O476yWqYdlTajDIEbXoFVMhfyyQzf834E8CYCfQEyPaYUyaDBwtmd3uk3YjT3iucp8EoXB+cF88icy3SWKrICTuOmrUyfSxg=="}
[2022-07-11 11:56:19.993+0800] [http-nio-8006-exec-7] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:{"alipay_trade_query_response":{"code":"40004","msg":"Business Failed","sub_code":"ACQ.TRADE_NOT_EXIST","sub_msg":"交易不存在","buyer_pay_amount":"0.00","invoice_amount":"0.00","out_trade_no":"2022071122001414911406134527","point_amount":"0.00","receipt_amount":"0.00"},"sign":"NNqefzsoFBcBVnTKqPVmCe7CxBFTyVSdf+QJPSMePuQkzQaZ4i5yVqHyQdprgboHQEfKYo/vOjckM6Ijdl2U0d4h3jHRbRylg62BYsdXb0m8Qkg7b77QQVX7vQ+3nTz2pPxYxfx+1V75WTIY+iVLicSouyDntAQWSA6ajKb9wXRNpa0hPeS47WIZNldiSDD3EWHvPaigQdgydlmWxk2pvBXsB76ecjrjY6mvYSiQKeRippJcFjE5yYnqo1cw2LknqVuUgwV8v3XRWkGa8NBlsx8ehfKPuBhdwFktnOT/MN9wZt89tbaIINR1jC+3vulvq436h1QGWeDtGgwJCew5sw=="}
[2022-07-11 11:56:32.747+0800] [http-nio-8006-exec-8] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:订单不存在
[2022-07-11 11:56:53.821+0800] [http-nio-8006-exec-9] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:{"alipay_trade_query_response":{"code":"40004","msg":"Business Failed","sub_code":"ACQ.TRADE_NOT_EXIST","sub_msg":"交易不存在","buyer_pay_amount":"0.00","invoice_amount":"0.00","out_trade_no":"DD20220711115337425002","point_amount":"0.00","receipt_amount":"0.00"},"sign":"Zac0cNm5RuPKVDhzlhfFvW7UUKLPu28JmPWhM5qjXEr2dmZJwpfA3hpetH179JY3pxM3JOyEOT+GShzwlQw49CdWmHo/TO5+3wVT/bVNCRrpdKlsMjEnNrf6cYBCWkVJuc/8yS5IpjugbWMTEDsETi3Hm5kADyIv2y0NB5r+FJtMbdppl2FkmJ/7z6WOs1y1QaZeTUtYDNnrjpvYifPVx7CYpD3uhfWMJTA4UIDkBRmNDbIG3UQ4NPzZy8JZ+aFDa6lPGnb8TsDQiotJ3ddPFlwXGhUUPTj1kwR+dmzY9j9I60/pyJInDxABfpIF6vKSSPqLwJaV5gs1nYL1L645YQ=="}
[2022-07-11 11:57:16.117+0800] [http-nio-8006-exec-10] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:订单不存在
[2022-07-11 11:57:23.121+0800] [http-nio-8006-exec-1] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:订单不存在
[2022-07-11 11:58:34.451+0800] [http-nio-8006-exec-3] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:{"alipay_trade_query_response":{"code":"40004","msg":"Business Failed","sub_code":"ACQ.TRADE_NOT_EXIST","sub_msg":"交易不存在","buyer_pay_amount":"0.00","invoice_amount":"0.00","out_trade_no":"2022071122001414911406323206","point_amount":"0.00","receipt_amount":"0.00"},"sign":"LVQf9bgR/jVGDJcnIrrOudmb33UxGQeyF7GMvgBMtU5sS+MO8pjLUmhXqPEEFP+dmSEj+pagLGlBzh+Tgg/zjLM5rIh1D16CPEyrGIGFUeftBuf8fC27UuP8rfnaWFIqFgluNDgQMTofgThAxaJpdJpESaK8ovzR8VY6WBX0GCVF9OgLM5Zx1mX8NNfskar7iPUTmdMs0wpaB52hLKFEpDSPJTdDpWoCb29T99mnfzERSJHXv5IbN31wJS7XSk7KkHVom2AAeKXc0gzRUvdiEA5Fg31myD7aWJSQJn/sQUirck6kt7lx6da2ApOi18zwx/q0fCLsP+vg6SyBpOQN7A=="}
[2022-07-11 13:39:09.617+0800] [http-nio-8006-exec-5] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:{"alipay_trade_query_response":{"code":"40004","msg":"Business Failed","sub_code":"ACQ.TRADE_NOT_EXIST","sub_msg":"交易不存在","buyer_pay_amount":"0.00","invoice_amount":"0.00","out_trade_no":"133407860097024","point_amount":"0.00","receipt_amount":"0.00"},"sign":"IJWh6Jra282cW7wdsH4LLgufjMf3c8RzxcMmI7BEUk/EsaelPx3GrdxN22v89J2bQiY6I/DsvMMrYqtgk+krx3ddoqkzChrPfp4jAP2NM/oj1tGji0purZy1Gixzf2enOhxNEOzikCB9Zehl9TtG3RwS7vfOgb97PNfvaCcPh970G9CVQ/tvQEA/j4IciO1/lRX96oHqiw2hOw6M8gXM1Sz53I97Ktq7ym8wbDJqRMUz2wJPYBGTGl/iY4YMTlXTKhWcHtpegV0evakEfvuJ/Jfx8LneHwvczjVGOswSNsRr5n6bAgxGCOVx1rIP5kWyVrASe90NQkCNLxtNf0QcRA=="}
[2022-07-11 13:39:25.322+0800] [http-nio-8006-exec-6] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:订单不存在
[2022-07-11 13:45:39.635+0800] [SpringContextShutdownHook] INFO o.a.d.s.b.c.e.AwaitingNonWebApplicationListener [162]- [Dubbo] Current Spring Boot Application is about to shutdown...
[2022-07-11 13:45:40.910+0800] [Curator-Framework-0] INFO o.a.c.f.imps.CuratorFrameworkImpl [964]- backgroundOperationsLoop exiting
[2022-07-11 13:45:41.046+0800] [main-EventThread] INFO org.apache.zookeeper.ClientCnxn [578]- EventThread shut down for session: 0x10000467a0d0001
[2022-07-11 13:45:41.046+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1619]- Session: 0x10000467a0d0001 closed
[2022-07-11 13:45:41.060+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
[2022-07-11 13:45:41.061+0800] [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean [845]- Shutting down Quartz Scheduler
[2022-07-11 13:45:41.062+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [666]- Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
[2022-07-11 13:45:41.062+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
[2022-07-11 13:45:41.063+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [740]- Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
[2022-07-11 13:45:41.104+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@509af36d was destroying!
[2022-07-11 13:45:41.105+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@5f6b810a was destroying!
[2022-07-11 13:45:41.105+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@7083c53f was destroying!
[2022-07-11 13:45:41.105+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy44@522dec52 was destroying!
[2022-07-11 13:45:41.105+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy45@55ab6ce1 was destroying!
[2022-07-11 13:45:41.106+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@56cbd48f was destroying!
[2022-07-11 13:45:41.106+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@388f4954 was destroying!
[2022-07-11 13:45:41.106+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@57d6d6b was destroying!
[2022-07-11 13:45:41.107+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy43@bbfc541 was destroying!
[2022-07-11 13:45:41.107+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@3d80715 was destroying!
[2022-07-11 13:45:41.108+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy41@41df2bd3 was destroying!
[2022-07-11 13:45:41.108+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@2f2710b6 was destroying!
[2022-07-11 13:45:41.108+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@5a474dde was destroying!
[2022-07-11 13:45:41.109+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@1964192c was destroying!
[2022-07-11 13:45:41.109+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@21dd2860 was destroying!
[2022-07-11 13:45:41.110+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@56a1bce3 was destroying!
[2022-07-11 13:45:41.110+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@6f357262 was destroying!
[2022-07-11 13:45:41.111+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@2763d9cc was destroying!
[2022-07-11 13:45:41.111+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy37@500e812b was destroying!
[2022-07-11 13:45:41.112+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy38@b93696d was destroying!
[2022-07-11 13:45:41.112+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@4f71bc1f was destroying!
[2022-07-11 13:45:41.112+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy39@76e5b184 was destroying!
[2022-07-11 13:45:41.113+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy36@52c671aa was destroying!
[2022-07-11 13:45:41.113+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@56a1bce3 was destroying!
[2022-07-11 13:45:41.113+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@420eb29e was destroying!
[2022-07-11 13:45:41.114+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@dd7f84 was destroying!
[2022-07-11 13:45:41.115+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy40@5b6f978a was destroying!
[2022-07-11 13:45:41.115+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@3ac5f66c was destroying!
[2022-07-11 13:45:41.115+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@de839e8 was destroying!
[2022-07-11 13:45:41.116+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@66a2468e was destroying!
[2022-07-11 13:45:41.116+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@1964192c was destroying!
[2022-07-11 13:45:41.116+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@41565e17 was destroying!
[2022-07-11 13:45:41.117+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@54b5b6c7 was destroying!
[2022-07-11 13:45:41.117+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@56a1bce3 was destroying!
[2022-07-11 13:45:41.117+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@18def2c0 was destroying!
[2022-07-11 13:45:41.117+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@6c3c4163 was destroying!
[2022-07-11 13:45:41.118+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@1f691c15 was destroying!
[2022-07-11 13:45:41.118+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@661392b1 was destroying!
[2022-07-11 13:45:41.118+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@9342441 was destroying!
[2022-07-11 13:45:41.119+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy42@70d4b5d was destroying!
[2022-07-11 13:45:41.119+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@50d3761d was destroying!
[2022-07-11 13:45:41.119+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@2aafe0ac was destroying!
[2022-07-11 13:45:41.119+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@211cf94 was destroying!
[2022-07-11 13:45:41.120+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@6f2b3b28 was destroying!
[2022-07-11 13:45:41.120+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@2483cb4e was destroying!
[2022-07-11 13:45:41.120+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@71fcf5f2 was destroying!
[2022-07-11 13:45:41.121+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@7d1df936 was destroying!
[2022-07-11 13:45:41.121+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@4bd96fc6 was destroying!
[2022-07-11 13:45:41.121+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@71ba1448 was destroying!
[2022-07-11 13:45:41.122+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-11 13:51:55.434+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-11 13:51:55.438+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=butlerAppConsumer, 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-11 13:52:00.542+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-11 13:52:05.546+0800] [main] INFO c.s.consumer.AppConsumerApplication [55]- Starting AppConsumerApplication on 123567.local with PID 12139 (/Users/AKU007/IdeaProjects/community-parent/community-app-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
[2022-07-11 13:52:05.547+0800] [main] INFO c.s.consumer.AppConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
[2022-07-11 13:52:06.156+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-11 13:52:06.159+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-11 13:52:06.159+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-11 13:52:06.159+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-11 13:52:06.160+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-11 13:52:06.160+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-11 13:52:06.160+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-11 13:52:06.160+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-11 13:52:06.229+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
[2022-07-11 13:52:06.231+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
[2022-07-11 13:52:06.271+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 26ms. Found 0 Redis repository interfaces.
[2022-07-11 13:52:06.477+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$$9aca1028] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2022-07-11 13:52:06.597+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$$2b8434f8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2022-07-11 13:52:06.683+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-11 13:52:06.693+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-11 13:52:06.695+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-11 13:52:06.698+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-11 13:52:07.018+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8006 (http)
[2022-07-11 13:52:07.027+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8006"]
[2022-07-11 13:52:07.028+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
[2022-07-11 13:52:07.029+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
[2022-07-11 13:52:07.132+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
[2022-07-11 13:52:07.132+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 1547 ms
[2022-07-11 13:52:12.417+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-11 13:52:12.431+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-11 13:52:12.440+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-11 13:52:12.447+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-11 13:52:12.449+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:22.565+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
[2022-07-11 13:52:27.575+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-11 13:52:27.575+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
[2022-07-11 13:52:27.575+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
[2022-07-11 13:52:27.575+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
[2022-07-11 13:52:27.576+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-11 13:52:27.576+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-app-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-11 13:52:27.576+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-11 13:52:27.577+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
[2022-07-11 13:52:27.577+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
[2022-07-11 13:52:27.577+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
[2022-07-11 13:52:27.577+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
[2022-07-11 13:52:27.577+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
[2022-07-11 13:52:27.577+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
[2022-07-11 13:52:27.578+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
[2022-07-11 13:52:27.578+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
[2022-07-11 13:52:27.578+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=220MB
[2022-07-11 13:52:27.578+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
[2022-07-11 13:52:27.578+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=347MB
[2022-07-11 13:52:27.581+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@1fde0371
[2022-07-11 13:52:27.584+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
[2022-07-11 13:52:27.590+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
[2022-07-11 13:52:27.594+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
[2022-07-11 13:52:27.600+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-11 13:52:27.601+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-11 13:52:27.603+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
[2022-07-11 13:52:27.618+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:62361, server: localhost/127.0.0.1:2181
[2022-07-11 13:52:27.642+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 = 0x10000467a0d0004, negotiated timeout = 40000
[2022-07-11 13:52:27.652+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
[2022-07-11 13:52:27.663+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
[2022-07-11 13:52:27.663+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
[2022-07-11 13:52:33.078+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.154+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.200+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.301+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.370+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.439+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.515+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.569+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.619+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.684+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.752+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.820+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.874+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.933+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:33.992+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.050+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.149+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.218+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.261+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.324+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.380+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.450+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.512+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.577+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.646+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.702+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.766+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.822+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.869+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.931+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:34.989+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.052+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.117+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.159+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.211+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.272+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.341+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.409+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.456+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.499+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.565+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.618+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.676+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.734+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:35.789+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 13:52:36.914+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1220]- Using default implementation for ThreadExecutor
[2022-07-11 13:52:36.948+0800] [main] INFO o.quartz.core.SchedulerSignalerImpl [61]- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
[2022-07-11 13:52:36.948+0800] [main] INFO org.quartz.core.QuartzScheduler [229]- Quartz Scheduler v.2.3.2 created.
[2022-07-11 13:52:36.949+0800] [main] INFO org.quartz.simpl.RAMJobStore [155]- RAMJobStore initialized.
[2022-07-11 13:52:36.949+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-11 13:52:36.949+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1374]- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
[2022-07-11 13:52:36.949+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1378]- Quartz scheduler version: 2.3.2
[2022-07-11 13:52:36.950+0800] [main] INFO org.quartz.core.QuartzScheduler [2293]- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3dbd7107
[2022-07-11 13:52:37.026+0800] [main] INFO o.s.s.quartz.SchedulerFactoryBean [727]- Starting Quartz Scheduler now
[2022-07-11 13:52:37.027+0800] [main] INFO org.quartz.core.QuartzScheduler [547]- Scheduler quartzScheduler_$_NON_CLUSTERED started.
[2022-07-11 13:52:37.234+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Starting ProtocolHandler ["http-nio-8006"]
[2022-07-11 13:52:37.251+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [204]- Tomcat started on port(s): 8006 (http) with context path ''
[2022-07-11 13:52:37.255+0800] [main] INFO c.s.consumer.AppConsumerApplication [61]- Started AppConsumerApplication in 52.323 seconds (JVM running for 57.965)
[2022-07-11 13:53:08.583+0800] [http-nio-8006-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring DispatcherServlet 'dispatcherServlet'
[2022-07-11 13:53:08.583+0800] [http-nio-8006-exec-1] INFO o.s.web.servlet.DispatcherServlet [525]- Initializing Servlet 'dispatcherServlet'
[2022-07-11 13:53:08.606+0800] [http-nio-8006-exec-1] INFO o.s.web.servlet.DispatcherServlet [547]- Completed initialization in 23 ms
[2022-07-11 13:53:10.711+0800] [http-nio-8006-exec-1] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:订单不存在
[2022-07-11 13:56:10.475+0800] [http-nio-8006-exec-3] ERROR c.s.c.a.e.GlobalExceptionHandler [49]- 发生运行时异常原因是For input string: "20220711104348674004"
[2022-07-11 13:56:16.336+0800] [http-nio-8006-exec-4] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:{"alipay_trade_query_response":{"code":"40004","msg":"Business Failed","sub_code":"ACQ.TRADE_NOT_EXIST","sub_msg":"交易不存在","buyer_pay_amount":"0.00","invoice_amount":"0.00","out_trade_no":"20220711104348674004","point_amount":"0.00","receipt_amount":"0.00"},"sign":"KYoL+Y9VSjT2CmHh9ayL6wnUsGlhj21WYcpuMIU34vrAEYXILm1LgvF0LKKPQ8/e1AvxXgHAFLGSVO8FWmY8oS3L5MFfxmocJvc0EiQC5LWfhrOLCzkY1PRQGfBWrHr5N/CEjSzsC1F1jRg9ds0bbDZXc1xK1tGF25x+36z1HF/ey9FJrxpRXHiPZsWW50+jlmVfMl4Z4lcofNB6aQ0guNhqc8GJl0bkCzqyPxYYXkoJFhn9xEf2Yi4DUvEUVnaASxf3irGIfslxGo1MjjsntA3nzyv/UBarYQG9N0ifgKiKJjpMQQ+O233mTgKA3O91PhZ978hIKsmFWrp3eSRgkw=="}
[2022-07-11 14:02:27.738+0800] [http-nio-8006-exec-7] ERROR c.s.c.a.e.GlobalExceptionHandler [36]- 发生业务异常!原因是:订单类型有误
[2022-07-11 14:20:55.097+0800] [SpringContextShutdownHook] INFO o.a.d.s.b.c.e.AwaitingNonWebApplicationListener [162]- [Dubbo] Current Spring Boot Application is about to shutdown...
[2022-07-11 14:20:56.425+0800] [Curator-Framework-0] INFO o.a.c.f.imps.CuratorFrameworkImpl [964]- backgroundOperationsLoop exiting
[2022-07-11 14:20:56.555+0800] [main-EventThread] INFO org.apache.zookeeper.ClientCnxn [578]- EventThread shut down for session: 0x10000467a0d0004
[2022-07-11 14:20:56.555+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1619]- Session: 0x10000467a0d0004 closed
[2022-07-11 14:20:56.560+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
[2022-07-11 14:20:56.561+0800] [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean [845]- Shutting down Quartz Scheduler
[2022-07-11 14:20:56.561+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [666]- Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
[2022-07-11 14:20:56.561+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
[2022-07-11 14:20:56.562+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [740]- Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
[2022-07-11 14:20:56.579+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@bfebdc4 was destroying!
[2022-07-11 14:20:56.580+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@6d6f3e15 was destroying!
[2022-07-11 14:20:56.580+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@6b9fdded was destroying!
[2022-07-11 14:20:56.580+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy44@6ba5a8ae was destroying!
[2022-07-11 14:20:56.580+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy45@15cb3883 was destroying!
[2022-07-11 14:20:56.580+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@1c023b9 was destroying!
[2022-07-11 14:20:56.580+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@1425e6d9 was destroying!
[2022-07-11 14:20:56.581+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@5203cc2b was destroying!
[2022-07-11 14:20:56.581+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy43@1ec0e9c8 was destroying!
[2022-07-11 14:20:56.581+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@1e1dcc42 was destroying!
[2022-07-11 14:20:56.581+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy41@25b5e276 was destroying!
[2022-07-11 14:20:56.581+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@699b107f was destroying!
[2022-07-11 14:20:56.581+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@708c3a2d was destroying!
[2022-07-11 14:20:56.582+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@8387a2 was destroying!
[2022-07-11 14:20:56.582+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@aaf6396 was destroying!
[2022-07-11 14:20:56.582+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@2aca8a4b was destroying!
[2022-07-11 14:20:56.582+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@36e8a627 was destroying!
[2022-07-11 14:20:56.583+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@472ad0bf was destroying!
[2022-07-11 14:20:56.583+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy37@48316e3c was destroying!
[2022-07-11 14:20:56.583+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy38@36d72da3 was destroying!
[2022-07-11 14:20:56.583+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@45fd6cc0 was destroying!
[2022-07-11 14:20:56.583+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy39@54c3f3e8 was destroying!
[2022-07-11 14:20:56.583+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy36@174037c2 was destroying!
[2022-07-11 14:20:56.583+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@2aca8a4b was destroying!
[2022-07-11 14:20:56.584+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@1875aabc was destroying!
[2022-07-11 14:20:56.584+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@36c05e1e was destroying!
[2022-07-11 14:20:56.584+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy40@7dd7b79d was destroying!
[2022-07-11 14:20:56.584+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@6bbf61c2 was destroying!
[2022-07-11 14:20:56.584+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@5e2a1643 was destroying!
[2022-07-11 14:20:56.585+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@6a2e8336 was destroying!
[2022-07-11 14:20:56.585+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@8387a2 was destroying!
[2022-07-11 14:20:56.585+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@2a85bab1 was destroying!
[2022-07-11 14:20:56.585+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@3a246f52 was destroying!
[2022-07-11 14:20:56.586+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@2aca8a4b was destroying!
[2022-07-11 14:20:56.586+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@34b2ee5b was destroying!
[2022-07-11 14:20:56.586+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@2a9bfcc8 was destroying!
[2022-07-11 14:20:56.586+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@2d4c8b18 was destroying!
[2022-07-11 14:20:56.587+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@348b2f1c was destroying!
[2022-07-11 14:20:56.587+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@1768cfe0 was destroying!
[2022-07-11 14:20:56.588+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy42@62601c79 was destroying!
[2022-07-11 14:20:56.588+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@2b3d5f66 was destroying!
[2022-07-11 14:20:56.588+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@462376d2 was destroying!
[2022-07-11 14:20:56.588+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@17e5a639 was destroying!
[2022-07-11 14:20:56.588+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@7584e368 was destroying!
[2022-07-11 14:20:56.589+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@340344d1 was destroying!
[2022-07-11 14:20:56.589+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@69cb3165 was destroying!
[2022-07-11 14:20:56.589+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@53a5860b was destroying!
[2022-07-11 14:20:56.589+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@168a0b4 was destroying!
[2022-07-11 14:20:56.589+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@2f635984 was destroying!
[2022-07-11 14:20:56.590+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-11 14:59:23.389+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-11 14:59:23.393+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=butlerAppConsumer, 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-11 14:59:28.503+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-11 14:59:33.509+0800] [main] INFO c.s.consumer.AppConsumerApplication [55]- Starting AppConsumerApplication on 123567.local with PID 14815 (/Users/AKU007/IdeaProjects/community-parent/community-app-consumer/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
[2022-07-11 14:59:33.510+0800] [main] INFO c.s.consumer.AppConsumerApplication [655]- The following profiles are active: transfer,dev,devRes,devLog,devZookeeper
[2022-07-11 14:59:34.086+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-11 14:59:34.087+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-11 14:59:34.087+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-11 14:59:34.088+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-11 14:59:34.088+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-11 14:59:34.088+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-11 14:59:34.089+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-11 14:59:34.089+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-11 14:59:34.153+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
[2022-07-11 14:59:34.155+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
[2022-07-11 14:59:34.189+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 23ms. Found 0 Redis repository interfaces.
[2022-07-11 14:59:34.403+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$$5465027d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2022-07-11 14:59:34.515+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$$e51f274d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[2022-07-11 14:59:34.603+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-11 14:59:34.612+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-11 14:59:34.615+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-11 14:59:34.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-11 14:59:34.918+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8006 (http)
[2022-07-11 14:59:34.926+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8006"]
[2022-07-11 14:59:34.927+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
[2022-07-11 14:59:34.928+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
[2022-07-11 14:59:35.037+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
[2022-07-11 14:59:35.037+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 1489 ms
[2022-07-11 14:59:40.311+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-11 14:59:40.326+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-11 14:59:40.336+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-11 14:59:40.343+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-11 14:59:40.346+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 14:59:50.464+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
[2022-07-11 14:59:55.475+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-11 14:59:55.476+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
[2022-07-11 14:59:55.476+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
[2022-07-11 14:59:55.476+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
[2022-07-11 14:59:55.477+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-11 14:59:55.477+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-app-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-11 14:59:55.477+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-11 14:59:55.478+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
[2022-07-11 14:59:55.478+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
[2022-07-11 14:59:55.478+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
[2022-07-11 14:59:55.478+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
[2022-07-11 14:59:55.478+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
[2022-07-11 14:59:55.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
[2022-07-11 14:59:55.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
[2022-07-11 14:59:55.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
[2022-07-11 14:59:55.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=220MB
[2022-07-11 14:59:55.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
[2022-07-11 14:59:55.479+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=347MB
[2022-07-11 14:59:55.482+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@3a175162
[2022-07-11 14:59:55.485+0800] [main] INFO org.apache.zookeeper.common.X509Util [77]- Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
[2022-07-11 14:59:55.491+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
[2022-07-11 14:59:55.495+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
[2022-07-11 14:59:55.502+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-11 14:59:55.503+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-11 14:59:55.504+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
[2022-07-11 14:59:55.520+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:57156, server: localhost/127.0.0.1:2181
[2022-07-11 14:59:55.546+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 = 0x10000467a0d0007, negotiated timeout = 40000
[2022-07-11 14:59:55.556+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
[2022-07-11 14:59:55.567+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
[2022-07-11 14:59:55.574+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
[2022-07-11 15:00:00.959+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.043+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.134+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.239+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.303+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.377+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.458+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.519+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.579+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.652+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.712+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.777+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.835+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.893+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:01.964+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.015+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.094+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.158+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.212+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.264+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.332+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.388+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.450+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.515+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.576+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.641+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.705+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.771+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.820+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.873+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.918+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:02.977+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.042+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.086+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.139+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.235+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.303+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.353+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.409+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.459+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.520+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.575+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.636+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.698+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:03.743+0800] [main] INFO o.a.d.c.s.b.f.a.ReferenceBeanBuilder [84]- The configBean[type:ReferenceBean] has been built.
[2022-07-11 15:00:04.995+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1220]- Using default implementation for ThreadExecutor
[2022-07-11 15:00:05.008+0800] [main] INFO o.quartz.core.SchedulerSignalerImpl [61]- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
[2022-07-11 15:00:05.009+0800] [main] INFO org.quartz.core.QuartzScheduler [229]- Quartz Scheduler v.2.3.2 created.
[2022-07-11 15:00:05.009+0800] [main] INFO org.quartz.simpl.RAMJobStore [155]- RAMJobStore initialized.
[2022-07-11 15:00:05.011+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-11 15:00:05.011+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1374]- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
[2022-07-11 15:00:05.012+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1378]- Quartz scheduler version: 2.3.2
[2022-07-11 15:00:05.012+0800] [main] INFO org.quartz.core.QuartzScheduler [2293]- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@168142da
[2022-07-11 15:00:05.120+0800] [main] INFO o.s.s.quartz.SchedulerFactoryBean [727]- Starting Quartz Scheduler now
[2022-07-11 15:00:05.121+0800] [main] INFO org.quartz.core.QuartzScheduler [547]- Scheduler quartzScheduler_$_NON_CLUSTERED started.
[2022-07-11 15:00:05.338+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Starting ProtocolHandler ["http-nio-8006"]
[2022-07-11 15:00:05.362+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [204]- Tomcat started on port(s): 8006 (http) with context path ''
[2022-07-11 15:00:05.367+0800] [main] INFO c.s.consumer.AppConsumerApplication [61]- Started AppConsumerApplication in 52.467 seconds (JVM running for 58.166)
[2022-07-11 15:06:26.530+0800] [http-nio-8006-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring DispatcherServlet 'dispatcherServlet'
[2022-07-11 15:06:26.531+0800] [http-nio-8006-exec-1] INFO o.s.web.servlet.DispatcherServlet [525]- Initializing Servlet 'dispatcherServlet'
[2022-07-11 15:06:26.555+0800] [http-nio-8006-exec-1] INFO o.s.web.servlet.DispatcherServlet [547]- Completed initialization in 24 ms
[2022-07-11 15:06:36.612+0800] [http-nio-8006-exec-1] ERROR c.s.c.a.e.GlobalExceptionHandler [49]- 发生运行时异常原因是Failed to invoke the method jcookOrderNotifyInfo in the service com.saas.api.app.service.alipay.IAlipayNotifyInfoService. Tried 1 times of the providers [192.168.50.145:20882] (1/1) from the registry 127.0.0.1:2181 on the consumer 192.168.50.145 using the dubbo version 2.7.3. Last error is: Invoke remote method timeout. method: jcookOrderNotifyInfo, provider: dubbo://192.168.50.145:20882/com.saas.api.app.service.alipay.IAlipayNotifyInfoService?anyhost=true&application=butlerAppConsumer&bean.name=ServiceBean:com.saas.api.app.service.alipay.IAlipayNotifyInfoService&check=false&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&interface=com.saas.api.app.service.alipay.IAlipayNotifyInfoService&lazy=false&methods=appUserBalanceOrderNotifyUrl,livingExpensesOrderNotifyInfo,jcookOrderNotifyInfo,prepaymentOrderNotifyInfo,appUserPointsOrderNotifyUrl&pid=14815&qos.enable=false&register=true&register.ip=192.168.50.145&release=2.7.3&remote.application=appProvider&retries=-1&side=consumer&sticky=false&timeout=10000&timestamp=1657522461108&version=1.0, cause: org.apache.dubbo.remoting.TimeoutException: Waiting server-side response timeout by scan timer. start time: 2022-07-11 15:06:26.584, end time: 2022-07-11 15:06:36.607, client elapsed: 5 ms, server elapsed: 10018 ms, timeout: 10000 ms, request: Request [id=6, version=2.0.2, twoway=true, event=false, broken=false, data=RpcInvocation [methodName=jcookOrderNotifyInfo, parameterTypes=[interface java.util.Map], arguments=[{}], attachments={path=com.saas.api.app.service.alipay.IAlipayNotifyInfoService, interface=com.saas.api.app.service.alipay.IAlipayNotifyInfoService, version=1.0, timeout=10000}]], channel: /192.168.50.145:57170 -> /192.168.50.145:20882
[2022-07-11 15:17:53.681+0800] [SpringContextShutdownHook] INFO o.a.d.s.b.c.e.AwaitingNonWebApplicationListener [162]- [Dubbo] Current Spring Boot Application is about to shutdown...
[2022-07-11 15:17:54.934+0800] [Curator-Framework-0] INFO o.a.c.f.imps.CuratorFrameworkImpl [964]- backgroundOperationsLoop exiting
[2022-07-11 15:17:55.072+0800] [main-EventThread] INFO org.apache.zookeeper.ClientCnxn [578]- EventThread shut down for session: 0x10000467a0d0007
[2022-07-11 15:17:55.071+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1619]- Session: 0x10000467a0d0007 closed
[2022-07-11 15:17:55.086+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
[2022-07-11 15:17:55.100+0800] [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean [845]- Shutting down Quartz Scheduler
[2022-07-11 15:17:55.101+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [666]- Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
[2022-07-11 15:17:55.101+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
[2022-07-11 15:17:55.102+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [740]- Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
[2022-07-11 15:17:55.135+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy35@7c88c970 was destroying!
[2022-07-11 15:17:55.135+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy18@b50fd91 was destroying!
[2022-07-11 15:17:55.135+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy20@7e4af78e was destroying!
[2022-07-11 15:17:55.136+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy44@26f2ef43 was destroying!
[2022-07-11 15:17:55.136+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy45@1c0b71a4 was destroying!
[2022-07-11 15:17:55.136+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy5@10bbabc1 was destroying!
[2022-07-11 15:17:55.136+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy26@39e4c8df was destroying!
[2022-07-11 15:17:55.136+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy25@85db057 was destroying!
[2022-07-11 15:17:55.137+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy43@4f1c66a9 was destroying!
[2022-07-11 15:17:55.137+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy19@2b43928 was destroying!
[2022-07-11 15:17:55.137+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy41@1d09bb91 was destroying!
[2022-07-11 15:17:55.137+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy6@78337f6f was destroying!
[2022-07-11 15:17:55.138+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy16@543677ee was destroying!
[2022-07-11 15:17:55.138+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@77687939 was destroying!
[2022-07-11 15:17:55.138+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy21@276d9176 was destroying!
[2022-07-11 15:17:55.139+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@2328cc92 was destroying!
[2022-07-11 15:17:55.139+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy9@17bdc87f was destroying!
[2022-07-11 15:17:55.139+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy15@5c901ddf was destroying!
[2022-07-11 15:17:55.140+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy37@2af7d56c was destroying!
[2022-07-11 15:17:55.140+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy38@4f5ec0fc was destroying!
[2022-07-11 15:17:55.140+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy13@36d91758 was destroying!
[2022-07-11 15:17:55.140+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy39@6a7b9ab9 was destroying!
[2022-07-11 15:17:55.141+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy36@7eb37e2f was destroying!
[2022-07-11 15:17:55.141+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@2328cc92 was destroying!
[2022-07-11 15:17:55.141+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy33@47d31825 was destroying!
[2022-07-11 15:17:55.141+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy23@39ceb450 was destroying!
[2022-07-11 15:17:55.142+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy40@fd65f82 was destroying!
[2022-07-11 15:17:55.142+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy12@6af11a51 was destroying!
[2022-07-11 15:17:55.142+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy34@35bc351a was destroying!
[2022-07-11 15:17:55.142+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy14@791c6bc9 was destroying!
[2022-07-11 15:17:55.142+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy24@77687939 was destroying!
[2022-07-11 15:17:55.143+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy27@448b1127 was destroying!
[2022-07-11 15:17:55.143+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy29@264aa875 was destroying!
[2022-07-11 15:17:55.143+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy3@2328cc92 was destroying!
[2022-07-11 15:17:55.143+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy0@728a4d43 was destroying!
[2022-07-11 15:17:55.143+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy31@68d222f8 was destroying!
[2022-07-11 15:17:55.144+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy4@74cc04ec was destroying!
[2022-07-11 15:17:55.144+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy17@7360300 was destroying!
[2022-07-11 15:17:55.144+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy28@27f6a6f0 was destroying!
[2022-07-11 15:17:55.144+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy42@5eca9514 was destroying!
[2022-07-11 15:17:55.145+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy22@4a351145 was destroying!
[2022-07-11 15:17:55.145+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy1@7d2c3500 was destroying!
[2022-07-11 15:17:55.145+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy7@6fffdd73 was destroying!
[2022-07-11 15:17:55.146+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy10@659787ad was destroying!
[2022-07-11 15:17:55.146+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy11@7ca0d63 was destroying!
[2022-07-11 15:17:55.146+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy30@1b52acaf was destroying!
[2022-07-11 15:17:55.146+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy8@ad7eef3 was destroying!
[2022-07-11 15:17:55.147+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy2@53a4aaeb was destroying!
[2022-07-11 15:17:55.147+0800] [SpringContextShutdownHook] INFO o.a.d.c.s.b.f.a.ReferenceAnnotationBeanPostProcessor [293]- org.apache.dubbo.common.bytecode.proxy32@4d204e9 was destroying!
[2022-07-11 15:17:55.147+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!