|
|
[2022-07-11 10:14:18.120+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:14:18.126+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=appProvider, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.protocol.name=dubbo, dubbo.protocol.port=20882, dubbo.provider.timeout=10000, dubbo.provider.version=1.0, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper, dubbo.registry.timeout=10000, dubbo.scan.base-packages=com.saas.app.provider.service}
|
|
|
[2022-07-11 10:14:23.277+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:14:28.280+0800] [main] INFO c.s.a.p.AppProviderApplication [55]- Starting AppProviderApplication on 123567.local with PID 4469 (/Users/AKU007/IdeaProjects/community-parent/community-app-provider/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-11 10:14:28.281+0800] [main] INFO c.s.a.p.AppProviderApplication [655]- The following profiles are active: transfer,dev,sdk,devdb,devRes,devLog,devZookeeper,devMq
|
|
|
[2022-07-11 10:14:29.169+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:14:29.169+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:14:29.170+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:14:29.170+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:14:29.170+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ProtocolConfig#0, class : org.apache.dubbo.config.ProtocolConfig] has been registered.
|
|
|
[2022-07-11 10:14:29.170+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.ProtocolConfig#0] has been registered.
|
|
|
[2022-07-11 10:14:29.171+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ProviderConfig#0, class : org.apache.dubbo.config.ProviderConfig] has been registered.
|
|
|
[2022-07-11 10:14:29.171+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.ProviderConfig#0] has been registered.
|
|
|
[2022-07-11 10:14:29.171+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:14:29.171+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:14:29.284+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-11 10:14:29.289+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-11 10:14:29.351+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 36ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-11 10:14:34.827+0800] [main] INFO o.s.c.a.ConfigurationClassPostProcessor [409]- Cannot enhance @Configuration bean definition 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
|
|
|
[2022-07-11 10:14:34.827+0800] [main] INFO o.s.c.a.ConfigurationClassPostProcessor [409]- Cannot enhance @Configuration bean definition 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
|
|
|
[2022-07-11 10:14:35.181+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-11 10:14:35.251+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:14:35.260+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:14:35.263+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:14:35.266+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:14:35.268+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:14:35.756+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8005 (http)
|
|
|
[2022-07-11 10:14:35.770+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8005"]
|
|
|
[2022-07-11 10:14:35.771+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-11 10:14:35.771+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-11 10:14:35.921+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-11 10:14:35.921+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 7575 ms
|
|
|
[2022-07-11 10:15:00.696+0800] [main] INFO o.s.s.c.ThreadPoolTaskExecutor [171]- Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
[2022-07-11 10:15:01.012+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:15:01.021+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:15:01.029+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ProtocolConfig#0] have been binding by prefix of configuration properties : dubbo.protocol
|
|
|
[2022-07-11 10:15:01.051+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ProviderConfig#0] have been binding by prefix of configuration properties : dubbo.provider
|
|
|
[2022-07-11 10:15:01.061+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:15:02.167+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1220]- Using default implementation for ThreadExecutor
|
|
|
[2022-07-11 10:15:02.185+0800] [main] INFO o.quartz.core.SchedulerSignalerImpl [61]- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|
|
[2022-07-11 10:15:02.185+0800] [main] INFO org.quartz.core.QuartzScheduler [229]- Quartz Scheduler v.2.3.2 created.
|
|
|
[2022-07-11 10:15:02.186+0800] [main] INFO org.quartz.simpl.RAMJobStore [155]- RAMJobStore initialized.
|
|
|
[2022-07-11 10:15:02.187+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:15:02.187+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1374]- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
|
|
[2022-07-11 10:15:02.187+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1378]- Quartz scheduler version: 2.3.2
|
|
|
[2022-07-11 10:15:02.187+0800] [main] INFO org.quartz.core.QuartzScheduler [2293]- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2804b13f
|
|
|
[2022-07-11 10:15:03.453+0800] [main] INFO o.s.s.quartz.SchedulerFactoryBean [727]- Starting Quartz Scheduler now
|
|
|
[2022-07-11 10:15:03.454+0800] [main] INFO org.quartz.core.QuartzScheduler [547]- Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
|
|
[2022-07-11 10:15:08.652+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-11 10:15:13.681+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:15:13.682+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-11 10:15:13.682+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-11 10:15:13.682+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-11 10:15:13.682+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:15:13.683+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-provider/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-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-webmvc/5.2.2.RELEASE/spring-webmvc-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-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/com/google/guava/guava/27.0.1-jre/guava-27.0.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/2.5.2/checker-qual-2.5.2.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar:/usr/local/maven/repository/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.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-mapper/target/classes:/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/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-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-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/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/org/springframework/boot/spring-boot-starter-amqp/2.5.5/spring-boot-starter-amqp-2.5.5.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/spring-messaging/5.2.2.RELEASE/spring-messaging-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/amqp/spring-rabbit/2.2.2.RELEASE/spring-rabbit-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/amqp/spring-amqp/2.2.2.RELEASE/spring-amqp-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/retry/spring-retry/1.2.4.RELEASE/spring-retry-1.2.4.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-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/alipay/sdk/alipay-sdk-java/4.22.57.ALL/alipay-sdk-java-4.22.57.ALL.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.62/bcprov-jdk15on-1.62.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:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar:/Users/AKU007/Library/Caches/JetBrains/IntelliJIdea2020.3/captureAgent/debugger-agent.jar
|
|
|
[2022-07-11 10:15:13.683+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:15:13.683+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-11 10:15:13.683+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-11 10:15:13.684+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-11 10:15:13.684+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-11 10:15:13.684+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-11 10:15:13.684+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-11 10:15:13.684+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-11 10:15:13.684+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-11 10:15:13.684+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=176MB
|
|
|
[2022-07-11 10:15:13.685+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-11 10:15:13.685+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=755MB
|
|
|
[2022-07-11 10:15:13.690+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@31433df9
|
|
|
[2022-07-11 10:15:13.695+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:15:13.706+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-11 10:15:13.715+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-11 10:15:13.727+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:15:13.728+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:15:13.735+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-11 10:15:13.752+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:61243, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-11 10:15:13.811+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 = 0x10000467a0d0000, negotiated timeout = 40000
|
|
|
[2022-07-11 10:15:13.827+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-11 10:15:13.864+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 10:15:13.865+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 10:19:16.846+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Starting ProtocolHandler ["http-nio-8005"]
|
|
|
[2022-07-11 10:19:16.885+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [204]- Tomcat started on port(s): 8005 (http) with context path ''
|
|
|
[2022-07-11 10:19:16.890+0800] [main] INFO c.s.a.p.AppProviderApplication [61]- Started AppProviderApplication in 310.067 seconds (JVM running for 317.448)
|
|
|
[2022-07-11 10:43:22.508+0800] [DubboServerHandler-192.168.50.145:20882-thread-2] INFO com.zaxxer.hikari.HikariDataSource [110]- HikariPool-1 - Starting...
|
|
|
[2022-07-11 10:43:23.313+0800] [DubboServerHandler-192.168.50.145:20882-thread-2] INFO com.zaxxer.hikari.HikariDataSource [123]- HikariPool-1 - Start completed.
|
|
|
[2022-07-11 10:43:50.390+0800] [DubboServerHandler-192.168.50.145:20882-thread-6] INFO c.s.a.p.s.alipay.AlipayServiceImpl [647]- -----------支付宝返回的支付str:alipay_sdk=alipay-sdk-java-dynamicVersionNo&app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&app_id=2021002131666192&biz_content=%7B%22body%22%3A%22%E5%95%86%E5%9F%8E%E8%B4%AD%E7%89%A9%E6%94%AF%E4%BB%98%22%2C%22out_trade_no%22%3A%2220220711104348674004%22%2C%22product_code%22%3A%22QUICK_MSECURITY_PAY%22%2C%22subject%22%3A%22%E5%95%86%E5%9F%8E%E8%B4%AD%E7%89%A9%22%2C%22timeout_express%22%3A%2230m%22%2C%22total_amount%22%3A%22100.00%22%7D&charset=UTF-8&format=json&method=alipay.trade.app.pay¬ify_url=http%3A%2F%2Fsaas.kaidalai.cn%2Fapi%2Fapp%2Falipay%2FnotifyInfo%2FjcookOrderNotifyInfo&sign=Dgw%2FfdMU2eT%2FZrrefoDAdGgXegTvrvotV9peVjTaHydk1bPJpPYNT%2FtFppErsVU1QzFeZbAfEtMMf%2BDkIaIDOjHmv7FYXfEgcZXcsxwTv%2FehIuFZXQU84%2BErGvS9rsWaiqasQLQPfFzDMejhcOVpMrCIEXzmnkw1bvOCvBcHjtd9HdLEBG19nryTdfV8EBPbZ4%2Fy%2B8lq7XgeiZFg9mLOvbjH9XehhY907W2q7YYmd74c%2FgPMiGJqsBw1RHmb%2FStROZaRfuojitMsu8pHob2GeyP0Zkgul6g3keTJiJOyQG220XbNtHhj4Z9jGH4AZqHYOzOelUu%2FdasqwFbCxcbSnA%3D%3D&sign_type=RSA2×tamp=2022-07-11+10%3A43%3A50&version=1.0
|
|
|
[2022-07-11 10:46:17.624+0800] [DubboServerHandler-192.168.50.145:20882-thread-11] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:2220220711104348674004
|
|
|
[2022-07-11 10:46:18.377+0800] [DubboServerHandler-192.168.50.145:20882-thread-11] ERROR sdk.biz.err [325]- ErrorScene^_^40004^_^ACQ.TRADE_NOT_EXIST^_^null^_^Mac OS X^_^2022-07-11 10:46:18^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=bUZLhecnyo0EPB8aKYi4N0XhOprcZXeE7oYaMJ2EUhWscUktn4CGHgGSHVMt2X35OIRd82GYV9Uc9tInCIV0iJ7N4xvAkBp0pDRJ6a/EvtH67P/B/pG+ofQYuhM8LYmf4hFtp1ht6uE9nTA+xUjIMiQjbFIh+dAKted1ifIXca0Ebm4j3h+IgBH2FGLtCPWloMW8hspUDzgdH2H4mRRwG8/NTPPsrdDOIC78+LxhIobXrFr5Kllni+tO6dPLI8vN9PpBRYsjIGfJ4JR/3W4ZDgdTNnxJhvstnriAfglUz+YPzZpjahysVxKgBHQmi+uCoNQWnpDkvsTJVDneA786Fw==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 10:46:17^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"2220220711104348674004","trade_no":null}^_^Body:{"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=="}^_^18ms,587ms,43ms
|
|
|
[2022-07-11 10:46:18.377+0800] [DubboServerHandler-192.168.50.145:20882-thread-11] INFO c.s.a.p.s.alipay.AlipayServiceImpl [713]- ==================调用支付宝查询接口失败!
|
|
|
[2022-07-11 10:46:18.378+0800] [DubboServerHandler-192.168.50.145:20882-thread-11] INFO c.s.a.p.s.alipay.AlipayServiceImpl [714]- ==================错误码:{"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.596+0800] [DubboServerHandler-192.168.50.145:20882-thread-15] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:2022071122001414911406134527
|
|
|
[2022-07-11 11:56:19.987+0800] [DubboServerHandler-192.168.50.145:20882-thread-15] ERROR sdk.biz.err [325]- ErrorScene^_^40004^_^ACQ.TRADE_NOT_EXIST^_^null^_^Mac OS X^_^2022-07-11 11:56:19^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=i0E3ukMoaxYJdkUx5YdHpGvkskITuBHe7wUmFq63Ky4Lrf2ztSTJYd2NaDhR0TgeSSp2+fahUO8dlOm4BM28OhiGIyNhCtvPwfPe8txUdTKynVbdaj4pXDMWUHQ7KoEqaS74S285C71woJMCO2cGXxM+2wQIYtJngeGQQf+QjLHOz3vOhQyUStFDK99y+5jh6TOPtajYB2dqxgTOAbLCLblHGL7ohJ8WWM5WOITgxGv3NSejimRnQeojJaMXGo6dWOOgD4TvhPSfkR8qtLF1G4cXfX6m84Ff5qy4IDlllsg5epmffAzoBfwC9s2XA4EN31kYjNaQ5epbsaXvaCsH+w==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 11:56:19^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"2022071122001414911406134527","trade_no":null}^_^Body:{"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=="}^_^20ms,237ms,26ms
|
|
|
[2022-07-11 11:56:19.987+0800] [DubboServerHandler-192.168.50.145:20882-thread-15] INFO c.s.a.p.s.alipay.AlipayServiceImpl [713]- ==================调用支付宝查询接口失败!
|
|
|
[2022-07-11 11:56:19.987+0800] [DubboServerHandler-192.168.50.145:20882-thread-15] INFO c.s.a.p.s.alipay.AlipayServiceImpl [714]- ==================错误码:{"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.350+0800] [DubboServerHandler-192.168.50.145:20882-thread-19] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:20220711115337425004
|
|
|
[2022-07-11 11:56:32.692+0800] [DubboServerHandler-192.168.50.145:20882-thread-19] INFO sdk.biz.info [358]- Summary^_^10000^_^null^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=kEGP2ogOWkJ7oJPX4H+hVTvZlY4VTCAKL8VXUNNDQSiZBL9ZmHTpQkZa5rb3IMb6FAQhx0tlZjR+d0ZSGNo6Mbe6CN9kqo1VlHUxDfJf1H7TOGVeM66teBcKcYoJSVGFglQ9l8PqKgoHs67BDuJQeTJY6xFMBaWvAc89kXdcxekSJwQUTOiQGLMSIKT1Y5HgMbep2Rzz6NVQ9OZCaszrlcG2LlNeZad6NTtt370cWesE11VNmPMLOdiSfAaFbvd95Dcc+rUrBxBsZT7/eFCvFp5chR5OuieXPgmXM9A7UuvNeHzU6Uu/X9RqFUfSIOBuO+YXptywuxI/HCVvttO5pg==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 11:56:32^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"20220711115337425004","trade_no":null}^_^18ms,200ms,26ms
|
|
|
[2022-07-11 11:56:53.377+0800] [DubboServerHandler-192.168.50.145:20882-thread-23] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:DD20220711115337425002
|
|
|
[2022-07-11 11:56:53.818+0800] [DubboServerHandler-192.168.50.145:20882-thread-23] ERROR sdk.biz.err [325]- ErrorScene^_^40004^_^ACQ.TRADE_NOT_EXIST^_^null^_^Mac OS X^_^2022-07-11 11:56:53^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=Iwle43gxl9jXPEb4BCXHqC5i8PT50XGxPICpdYgLKQJzScfkvysfGUTI407cf+QjtfKaiATYiYum04pDzVfuS+u2W5UiFKg5mKdjhl/f6JT6M/lItPLK1CJOyJdybDqBBl/sDfCs11mkir3S8b8Yh8GuMwmTg5+8UeBbEvqhLmIximnpYhJ1S4VUFUatab2sJ5KVTQSLRcYs3NijJjTS49rm4HArnxHyE4Fib1k3CODvG+8q2h1FfWWv5/hm2AzAigStXQtFjysWv3YEAymYoGqwMynY3IauLeRII5SO40cdm8KsRQhpyk3mH5jAGEaTYVUa7R4aBWsE+74N52PTTg==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 11:56:53^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"DD20220711115337425002","trade_no":null}^_^Body:{"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=="}^_^17ms,304ms,18ms
|
|
|
[2022-07-11 11:56:53.819+0800] [DubboServerHandler-192.168.50.145:20882-thread-23] INFO c.s.a.p.s.alipay.AlipayServiceImpl [713]- ==================调用支付宝查询接口失败!
|
|
|
[2022-07-11 11:56:53.819+0800] [DubboServerHandler-192.168.50.145:20882-thread-23] INFO c.s.a.p.s.alipay.AlipayServiceImpl [714]- ==================错误码:{"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:15.536+0800] [DubboServerHandler-192.168.50.145:20882-thread-27] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:20220711115337425004
|
|
|
[2022-07-11 11:57:16.064+0800] [DubboServerHandler-192.168.50.145:20882-thread-27] INFO sdk.biz.info [358]- Summary^_^10000^_^null^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=BsPcfvbdgIJhMWHI8eqln5JynUueQ5wuHcoT5KyTUr4rdvTZ4j3UKeZqELY/1ADHh+DkHC6cWVPVNH0KfXEdyL29QOrwtMo0myj1qSngu6PzuDrQno3flqK/2R7cA2fQGORdtx2hWmYL8MBFDApmmVy3ZzUBBZ6A21zQuKbNfxrWDIEUytU9JTHJHPL3RSkLKSY65llgL8cQwgMLf0EFuhkyqBN7zxZy8IYPvNoOe5sxyVsiueh5WKIkpQeHyJAf2ACk2jODWMOTaoFjiW+wJ+YZ90P1/45vSRzIzewyPeAQAROxfkQzhGMN3ie326ItyJZJ8dZOfhQfYUUiXxzPEQ==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 11:57:15^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"20220711115337425004","trade_no":null}^_^19ms,336ms,22ms
|
|
|
[2022-07-11 11:57:22.532+0800] [DubboServerHandler-192.168.50.145:20882-thread-31] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:20220711115237196004
|
|
|
[2022-07-11 11:57:23.067+0800] [DubboServerHandler-192.168.50.145:20882-thread-31] INFO sdk.biz.info [358]- Summary^_^10000^_^null^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=ja5AYYnyRpX2uKS0pkzUgNCJOQc31dPyhcXHUOwDYpLw++gYXVHOMgOMGEFHFuh0KpJvUJ/aKtpbDXHVFDXejcHqJvNmQf8vmvUPo46QSdDUI/gxMYm1H0amK9Ok+H7KjChq1xOXnJsMYjpGC7VqNw7aN/Uww6MbRLVC3zW1mrSDw+QQAN/nVEybV6RpjJuhzelR31RjOFF6Y2vd1dDHhR2qzRT7cKBP31YlHkV1Wp/RNZVWN/kbwRzG9Ke5GzyhSAL0qS0CgE4BH0K3r2lZGddYgKqYqIAj5vztsB8j34QtrloNfEDvnzdQ9/ahaMfDI6dnPGc5L/Vd7wa+WemJXQ==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 11:57:22^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"20220711115237196004","trade_no":null}^_^19ms,396ms,20ms
|
|
|
[2022-07-11 11:58:34.047+0800] [DubboServerHandler-192.168.50.145:20882-thread-35] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:2022071122001414911406323206
|
|
|
[2022-07-11 11:58:34.447+0800] [DubboServerHandler-192.168.50.145:20882-thread-35] ERROR sdk.biz.err [325]- ErrorScene^_^40004^_^ACQ.TRADE_NOT_EXIST^_^null^_^Mac OS X^_^2022-07-11 11:58:34^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=PmSrTlTlDMfh2rjFXG3UQtWyo97yfZ3sKJ5rc5Kr547wJeQfWuw0qQab0CYlzTSziToMclve7hq04f+0ZhA0Cqgi1WaHVnhd70xgZlPFH0niZL1gF25FMGKakbaj3nP97OlznUeBmyNa5jUWjJdDcZ/7BlxUA4w5mAZf6TEv23Q0D/31tFUZFH/tj7UccDwYgwaMfVxVzSlE/BCPXfL9S485gLXLSmAFFZEefJI1FdsCKFPeHfqCjrnNF6J+O9BRFsU4LzWF+DlLFlanMG4Ezb9TP61nalx4Bh9uKoTy6RnKgjA6k2t/Qj0vPN6sK+FL8TjVpAzg73MaGG9ljcgLUg==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 11:58:34^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"2022071122001414911406323206","trade_no":null}^_^Body:{"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=="}^_^16ms,265ms,19ms
|
|
|
[2022-07-11 11:58:34.448+0800] [DubboServerHandler-192.168.50.145:20882-thread-35] INFO c.s.a.p.s.alipay.AlipayServiceImpl [713]- ==================调用支付宝查询接口失败!
|
|
|
[2022-07-11 11:58:34.448+0800] [DubboServerHandler-192.168.50.145:20882-thread-35] INFO c.s.a.p.s.alipay.AlipayServiceImpl [714]- ==================错误码:{"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.136+0800] [DubboServerHandler-192.168.50.145:20882-thread-39] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:133407860097024
|
|
|
[2022-07-11 13:39:09.614+0800] [DubboServerHandler-192.168.50.145:20882-thread-39] ERROR sdk.biz.err [325]- ErrorScene^_^40004^_^ACQ.TRADE_NOT_EXIST^_^null^_^Mac OS X^_^2022-07-11 13:39:09^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=adxB2aDPl9gGnsxTFyNnRl1wa2eKaNpzjcowIfnfOafd9erv9QMXVTEec30u1WOBmqM+bIUk5/CmFXIyPDgqhPWoPyrXMzZ2FryKeJPc3E74242GjGMfUHdT0XDp9OJSLfAnAfvhj5tDTn43YVIOV7k1RTKQbNE3D74nnrFkghLB6HE+gW4/O468TVYnsZPp45tsCavXalIhwc32iwbsgt+nm/dg/Ii+mSlegQroDY7XNZWIO5uSVToto/jhTcYJ8wV/IXaYHrgc0b2uK/8+92pUBSkqUhTjxxsWXAspYaXB2hML0hvL8J2j8ZfmfXHIPk7TgaFNDXeo9jBzrWF+eg==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 13:39:09^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"133407860097024","trade_no":null}^_^Body:{"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=="}^_^18ms,340ms,18ms
|
|
|
[2022-07-11 13:39:09.615+0800] [DubboServerHandler-192.168.50.145:20882-thread-39] INFO c.s.a.p.s.alipay.AlipayServiceImpl [713]- ==================调用支付宝查询接口失败!
|
|
|
[2022-07-11 13:39:09.615+0800] [DubboServerHandler-192.168.50.145:20882-thread-39] INFO c.s.a.p.s.alipay.AlipayServiceImpl [714]- ==================错误码:{"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:24.703+0800] [DubboServerHandler-192.168.50.145:20882-thread-43] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:20220711093021016004
|
|
|
[2022-07-11 13:39:25.269+0800] [DubboServerHandler-192.168.50.145:20882-thread-43] INFO sdk.biz.info [358]- Summary^_^10000^_^null^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=Mcm66zRroTdxfM+k6Harx9VXMOBlK4nfM9r3YJsaU66KozNRAucxT8nprFbM6ncV4Q0ZjNwuKIAyGijSnNSs1jUubgpS6/VWCPMnkIXgLUrdZ1VBfbgwgTlqiF88iGGeYQS1iTe4biAbGcASXFFkPumq5D5qOIgp62zRoc6kaGvRs11ru/KiKTKZ2AJzySMkL+SGAScYbxPCpVAwzHMqCwmsBtNaXCGNWsSB5saaiqS+7o6iJ1FzfRiHVW4fnbjMZXi8wzzro2WP5Ujz1pQsgYQXXgTi45D5G4/LE6NtiLu/Nl7hFn1BzkHV5Smfi5I6vjcG66gqL8HOEpH4HeThgQ==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 13:39:24^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"20220711093021016004","trade_no":null}^_^16ms,432ms,18ms
|
|
|
[2022-07-11 13:45:39.575+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.861+0800] [Curator-Framework-0] INFO o.a.c.f.imps.CuratorFrameworkImpl [964]- backgroundOperationsLoop exiting
|
|
|
[2022-07-11 13:45:41.028+0800] [main-EventThread] INFO org.apache.zookeeper.ClientCnxn [578]- EventThread shut down for session: 0x10000467a0d0000
|
|
|
[2022-07-11 13:45:41.028+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1619]- Session: 0x10000467a0d0000 closed
|
|
|
[2022-07-11 13:45:41.050+0800] [SpringContextShutdownHook] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-11 13:45:41.051+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@6cb4ee7c
|
|
|
[2022-07-11 13:45:41.052+0800] [SpringContextShutdownHook] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-11 13:45:41.053+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-11 13:45:41.054+0800] [SpringContextShutdownHook] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-11 13:45:41.056+0800] [SpringContextShutdownHook-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:45:41.056+0800] [SpringContextShutdownHook-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:45:41.057+0800] [SpringContextShutdownHook-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:61270, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-11 13:45:41.071+0800] [SpringContextShutdownHook-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 = 0x10000467a0d0002, negotiated timeout = 40000
|
|
|
[2022-07-11 13:45:41.072+0800] [SpringContextShutdownHook-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-11 13:45:41.073+0800] [SpringContextShutdownHook-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 13:45:41.074+0800] [SpringContextShutdownHook-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 13:45:41.618+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-11 13:45:41.634+0800] [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean [845]- Shutting down Quartz Scheduler
|
|
|
[2022-07-11 13:45:41.635+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [666]- Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
|
|
[2022-07-11 13:45:41.635+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-11 13:45:41.636+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [740]- Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
|
|
[2022-07-11 13:45:41.667+0800] [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor [208]- Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
[2022-07-11 13:45:41.677+0800] [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource [350]- HikariPool-1 - Shutdown initiated...
|
|
|
[2022-07-11 13:45:41.680+0800] [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource [352]- HikariPool-1 - Shutdown completed.
|
|
|
[2022-07-11 13:45:41.682+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:46:16.961+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:46:16.965+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=appProvider, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.protocol.name=dubbo, dubbo.protocol.port=20882, dubbo.provider.timeout=10000, dubbo.provider.version=1.0, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper, dubbo.registry.timeout=10000, dubbo.scan.base-packages=com.saas.app.provider.service}
|
|
|
[2022-07-11 13:46:22.070+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 13:46:27.077+0800] [main] INFO c.s.a.p.AppProviderApplication [55]- Starting AppProviderApplication on 123567.local with PID 11955 (/Users/AKU007/IdeaProjects/community-parent/community-app-provider/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-11 13:46:27.077+0800] [main] INFO c.s.a.p.AppProviderApplication [655]- The following profiles are active: transfer,dev,sdk,devdb,devRes,devLog,devZookeeper,devMq
|
|
|
[2022-07-11 13:46:27.850+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:46:27.851+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:46:27.851+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:46:27.852+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:46:27.852+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ProtocolConfig#0, class : org.apache.dubbo.config.ProtocolConfig] has been registered.
|
|
|
[2022-07-11 13:46:27.853+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.ProtocolConfig#0] has been registered.
|
|
|
[2022-07-11 13:46:27.853+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ProviderConfig#0, class : org.apache.dubbo.config.ProviderConfig] has been registered.
|
|
|
[2022-07-11 13:46:27.853+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.ProviderConfig#0] has been registered.
|
|
|
[2022-07-11 13:46:27.854+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:46:27.854+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:46:27.948+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-11 13:46:27.951+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-11 13:46:28.016+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 48ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-11 13:46:33.480+0800] [main] INFO o.s.c.a.ConfigurationClassPostProcessor [409]- Cannot enhance @Configuration bean definition 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
|
|
|
[2022-07-11 13:46:33.480+0800] [main] INFO o.s.c.a.ConfigurationClassPostProcessor [409]- Cannot enhance @Configuration bean definition 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
|
|
|
[2022-07-11 13:46:33.809+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-11 13:46:33.890+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:46:33.904+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:46:33.909+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:46:33.913+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:46:33.917+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:46:34.417+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8005 (http)
|
|
|
[2022-07-11 13:46:34.429+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8005"]
|
|
|
[2022-07-11 13:46:34.430+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-11 13:46:34.430+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-11 13:46:34.550+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-11 13:46:34.551+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 7414 ms
|
|
|
[2022-07-11 13:46:59.738+0800] [main] INFO o.s.s.c.ThreadPoolTaskExecutor [171]- Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
[2022-07-11 13:47:00.062+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:47:00.070+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:47:00.077+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ProtocolConfig#0] have been binding by prefix of configuration properties : dubbo.protocol
|
|
|
[2022-07-11 13:47:00.094+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ProviderConfig#0] have been binding by prefix of configuration properties : dubbo.provider
|
|
|
[2022-07-11 13:47:00.102+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:47:00.974+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1220]- Using default implementation for ThreadExecutor
|
|
|
[2022-07-11 13:47:00.985+0800] [main] INFO o.quartz.core.SchedulerSignalerImpl [61]- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|
|
[2022-07-11 13:47:00.985+0800] [main] INFO org.quartz.core.QuartzScheduler [229]- Quartz Scheduler v.2.3.2 created.
|
|
|
[2022-07-11 13:47:00.986+0800] [main] INFO org.quartz.simpl.RAMJobStore [155]- RAMJobStore initialized.
|
|
|
[2022-07-11 13:47:00.987+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:47:00.987+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1374]- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
|
|
[2022-07-11 13:47:00.987+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1378]- Quartz scheduler version: 2.3.2
|
|
|
[2022-07-11 13:47:00.987+0800] [main] INFO org.quartz.core.QuartzScheduler [2293]- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5432dca2
|
|
|
[2022-07-11 13:47:02.191+0800] [main] INFO o.s.s.quartz.SchedulerFactoryBean [727]- Starting Quartz Scheduler now
|
|
|
[2022-07-11 13:47:02.192+0800] [main] INFO org.quartz.core.QuartzScheduler [547]- Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
|
|
[2022-07-11 13:47:07.330+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-11 13:47:12.352+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:47:12.353+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-11 13:47:12.354+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-11 13:47:12.354+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-11 13:47:12.354+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:47:12.355+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-provider/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-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-webmvc/5.2.2.RELEASE/spring-webmvc-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-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/com/google/guava/guava/27.0.1-jre/guava-27.0.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/2.5.2/checker-qual-2.5.2.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar:/usr/local/maven/repository/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.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-mapper/target/classes:/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/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-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-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/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/org/springframework/boot/spring-boot-starter-amqp/2.5.5/spring-boot-starter-amqp-2.5.5.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/spring-messaging/5.2.2.RELEASE/spring-messaging-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/amqp/spring-rabbit/2.2.2.RELEASE/spring-rabbit-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/amqp/spring-amqp/2.2.2.RELEASE/spring-amqp-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/retry/spring-retry/1.2.4.RELEASE/spring-retry-1.2.4.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-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/alipay/sdk/alipay-sdk-java/4.22.57.ALL/alipay-sdk-java-4.22.57.ALL.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.62/bcprov-jdk15on-1.62.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:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar:/Users/AKU007/Library/Caches/JetBrains/IntelliJIdea2020.3/captureAgent/debugger-agent.jar
|
|
|
[2022-07-11 13:47:12.356+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:47:12.356+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-11 13:47:12.356+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-11 13:47:12.356+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-11 13:47:12.357+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-11 13:47:12.357+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-11 13:47:12.357+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-11 13:47:12.357+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-11 13:47:12.357+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-11 13:47:12.358+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=276MB
|
|
|
[2022-07-11 13:47:12.358+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-11 13:47:12.358+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=1196MB
|
|
|
[2022-07-11 13:47:12.362+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@5e020dd1
|
|
|
[2022-07-11 13:47:12.365+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:47:12.375+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-11 13:47:12.380+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-11 13:47:12.390+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:47:12.391+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:47:12.395+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-11 13:47:12.414+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:61515, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-11 13:47:12.436+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 = 0x10000467a0d0003, negotiated timeout = 40000
|
|
|
[2022-07-11 13:47:12.448+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-11 13:47:12.462+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 13:47:12.472+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 13:51:15.058+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Starting ProtocolHandler ["http-nio-8005"]
|
|
|
[2022-07-11 13:51:15.076+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [204]- Tomcat started on port(s): 8005 (http) with context path ''
|
|
|
[2022-07-11 13:51:15.081+0800] [main] INFO c.s.a.p.AppProviderApplication [61]- Started AppProviderApplication in 308.921 seconds (JVM running for 314.66)
|
|
|
[2022-07-11 13:53:08.814+0800] [DubboServerHandler-192.168.50.145:20882-thread-2] INFO com.zaxxer.hikari.HikariDataSource [110]- HikariPool-1 - Starting...
|
|
|
[2022-07-11 13:53:09.424+0800] [DubboServerHandler-192.168.50.145:20882-thread-2] INFO com.zaxxer.hikari.HikariDataSource [123]- HikariPool-1 - Start completed.
|
|
|
[2022-07-11 13:53:09.760+0800] [DubboServerHandler-192.168.50.145:20882-thread-5] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:20220711093021016004
|
|
|
[2022-07-11 13:53:10.613+0800] [DubboServerHandler-192.168.50.145:20882-thread-5] INFO sdk.biz.info [358]- Summary^_^10000^_^null^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=gpvdiLFpHN6/2QJ+ald8eaC3K4gdjAoqroTjmgCow1nsYXLnPUfWwwGur7wz5r72qVyhgiU94kyeTyWoMKsE3OyJAC2p9Xls2Lvc1TqSZzPXUWzDJle7LXioJ/iGAYzTfwwyfDL62f6r6BRWOINgV3cEqcoF7ASWFSizWt3Wh037v9ijP7Oh0oyqLBzrSBvtzHCOC5acUHue0v5tJnchdS5SuZWC++BC3yEhWuVDUKmMXAzfcmD2PF6ObQvFAEJmkBotuUMb+GhXiPWizdgPaGfZRjb/LEPgJmjf6rY8FX3/EuqBWzfg8deLOht9VIqdxjlAA5enaO3zwUR0a1Znzw==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 13:53:09^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"20220711093021016004","trade_no":null}^_^201ms,513ms,42ms
|
|
|
[2022-07-11 13:56:15.903+0800] [DubboServerHandler-192.168.50.145:20882-thread-9] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:20220711104348674004
|
|
|
[2022-07-11 13:56:16.332+0800] [DubboServerHandler-192.168.50.145:20882-thread-9] ERROR sdk.biz.err [325]- ErrorScene^_^40004^_^ACQ.TRADE_NOT_EXIST^_^null^_^Mac OS X^_^2022-07-11 13:56:16^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=QaRmh3QcS9oSp4RQ1chwra/auMMnBtjEON4pq3tub3tnb1cCyMlitMmipc+pLlFnfgO3CBpkOOF/gp5/oUGpJQ/jtL9ew3DUFNgeedZPPk9VvXnCF2CMjtAqmpcx8U4Lr/uymgGM1b1/GSQ6PefQ7pq2L7ti1+TbFC7zqvWixTZ0RM4b59FLj8Gmetb033feJy6rCXkwT4tX4sul8aPS2UvMEasQlX2Vb0JeRgUmcwzlk0p5F2Ed9Wy7dyL/95jPzYggLCzUHMUwNdt9t39bofQoZXnb1QaPcV6HbPhQ8UF6++C24J4lEZ2w6PG910OR0bWPB0Jgt1vdoDqMDzHr6A==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 13:56:15^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"20220711104348674004","trade_no":null}^_^Body:{"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=="}^_^18ms,303ms,23ms
|
|
|
[2022-07-11 13:56:16.333+0800] [DubboServerHandler-192.168.50.145:20882-thread-9] INFO c.s.a.p.s.alipay.AlipayServiceImpl [713]- ==================调用支付宝查询接口失败!
|
|
|
[2022-07-11 13:56:16.333+0800] [DubboServerHandler-192.168.50.145:20882-thread-9] INFO c.s.a.p.s.alipay.AlipayServiceImpl [714]- ==================错误码:{"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 13:56:59.125+0800] [DubboServerHandler-192.168.50.145:20882-thread-13] INFO c.s.a.p.s.alipay.AlipayServiceImpl [654]- ================商城向支付宝发起查询,查询商户订单号为:20220711133855124004
|
|
|
[2022-07-11 13:56:59.479+0800] [DubboServerHandler-192.168.50.145:20882-thread-13] INFO sdk.biz.info [358]- Summary^_^10000^_^null^_^ProtocalMustParams:charset=UTF-8&method=alipay.trade.query&sign=dx1JAQQFGSFaN/kp9TzUZ131uFDcWXM7/Tkno66flLFBlasYm+fOeYRiAQIIxQdnxyvfT47X6zBgVcpEdqTXRxaYtcmwDAAkKzWS+iE7+AyB1HCmh25IV5DhpRTkzSENyPuo05NP0w9ds9aJOXGJ3n3HXA0PMKEcB4e7IznrRvXyjvxVqmMGYg39KzE/yKnZi2MKaYSzAeP5bIRVZRTWSs0s/gS6X/F2RlYv9Qk/mkknJ5YcTnQ5JohvYio+LIFF6UGpucLseUgh3FeTkpltkY3vZLtrAvXSR3unifk9LuKAAvY5phBpclsHDsTMWoEf5jALY2YiYIZV0x4Xl/Vu9w==&version=1.0&app_id=2021002131666192&sign_type=RSA2×tamp=2022-07-11 13:56:59^_^ProtocalOptParams:alipay_sdk=alipay-sdk-java-dynamicVersionNo&format=json^_^ApplicationParams:app_auth_token=202203BB8d2988e33dd54c1d9ccb31c2032deC62&biz_content={"out_trade_no":"20220711133855124004","trade_no":null}^_^18ms,223ms,25ms
|
|
|
[2022-07-11 14:20:55.039+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.361+0800] [Curator-Framework-0] INFO o.a.c.f.imps.CuratorFrameworkImpl [964]- backgroundOperationsLoop exiting
|
|
|
[2022-07-11 14:20:56.486+0800] [main-EventThread] INFO org.apache.zookeeper.ClientCnxn [578]- EventThread shut down for session: 0x10000467a0d0003
|
|
|
[2022-07-11 14:20:56.486+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1619]- Session: 0x10000467a0d0003 closed
|
|
|
[2022-07-11 14:20:56.502+0800] [SpringContextShutdownHook] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-11 14:20:56.502+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@633e2b53
|
|
|
[2022-07-11 14:20:56.503+0800] [SpringContextShutdownHook] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-11 14:20:56.503+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-11 14:20:56.504+0800] [SpringContextShutdownHook] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-11 14:20:56.505+0800] [SpringContextShutdownHook-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:20:56.506+0800] [SpringContextShutdownHook-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:20:56.506+0800] [SpringContextShutdownHook-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:50672, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-11 14:20:56.520+0800] [SpringContextShutdownHook-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 = 0x10000467a0d0005, negotiated timeout = 40000
|
|
|
[2022-07-11 14:20:56.521+0800] [SpringContextShutdownHook-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-11 14:20:56.522+0800] [SpringContextShutdownHook-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 14:20:56.523+0800] [SpringContextShutdownHook-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 14:20:57.130+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-11 14:20:57.138+0800] [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean [845]- Shutting down Quartz Scheduler
|
|
|
[2022-07-11 14:20:57.139+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [666]- Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
|
|
[2022-07-11 14:20:57.139+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-11 14:20:57.140+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [740]- Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
|
|
[2022-07-11 14:20:57.158+0800] [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor [208]- Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
[2022-07-11 14:20:57.164+0800] [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource [350]- HikariPool-1 - Shutdown initiated...
|
|
|
[2022-07-11 14:20:57.168+0800] [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource [352]- HikariPool-1 - Shutdown completed.
|
|
|
[2022-07-11 14:20:57.168+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:52:59.316+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:52:59.322+0800] [main] INFO o.a.d.s.b.c.e.OverrideDubboConfigApplicationListener [68]- Dubbo Config was overridden by externalized configuration {dubbo.application.name=appProvider, dubbo.application.qos-enable=false, dubbo.config.multiple=true, dubbo.metadata-report.address=zookeeper://127.0.0.1:2181, dubbo.protocol.name=dubbo, dubbo.protocol.port=20882, dubbo.provider.timeout=10000, dubbo.provider.version=1.0, dubbo.registry.address=zookeeper://127.0.0.1:2181, dubbo.registry.protocol=zookeeper, dubbo.registry.timeout=10000, dubbo.scan.base-packages=com.saas.app.provider.service}
|
|
|
[2022-07-11 14:53:04.440+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 14:53:09.445+0800] [main] INFO c.s.a.p.AppProviderApplication [55]- Starting AppProviderApplication on 123567.local with PID 14604 (/Users/AKU007/IdeaProjects/community-parent/community-app-provider/target/classes started by AKU007 in /Users/AKU007/IdeaProjects/community-parent)
|
|
|
[2022-07-11 14:53:09.446+0800] [main] INFO c.s.a.p.AppProviderApplication [655]- The following profiles are active: transfer,dev,sdk,devdb,devRes,devLog,devZookeeper,devMq
|
|
|
[2022-07-11 14:53:10.365+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:53:10.428+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:53:10.429+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:53:10.429+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:53:10.429+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ProtocolConfig#0, class : org.apache.dubbo.config.ProtocolConfig] has been registered.
|
|
|
[2022-07-11 14:53:10.430+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.ProtocolConfig#0] has been registered.
|
|
|
[2022-07-11 14:53:10.430+0800] [main] INFO o.a.d.c.s.c.a.DubboConfigBindingRegistrar [127]- The dubbo config bean definition [name : org.apache.dubbo.config.ProviderConfig#0, class : org.apache.dubbo.config.ProviderConfig] has been registered.
|
|
|
[2022-07-11 14:53:10.430+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.ProviderConfig#0] has been registered.
|
|
|
[2022-07-11 14:53:10.430+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:53:10.431+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:53:10.518+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [249]- Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
|
[2022-07-11 14:53:10.521+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [127]- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
[2022-07-11 14:53:10.643+0800] [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate [187]- Finished Spring Data repository scanning in 98ms. Found 0 Redis repository interfaces.
|
|
|
[2022-07-11 14:53:16.202+0800] [main] INFO o.s.c.a.ConfigurationClassPostProcessor [409]- Cannot enhance @Configuration bean definition 'org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
|
|
|
[2022-07-11 14:53:16.203+0800] [main] INFO o.s.c.a.ConfigurationClassPostProcessor [409]- Cannot enhance @Configuration bean definition 'org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
|
|
|
[2022-07-11 14:53:16.563+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-11 14:53:16.644+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:53:16.655+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-11 14:53:16.658+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:53:16.662+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:53:16.665+0800] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker [330]- Bean 'relaxedDubboConfigBinder' of type [org.apache.dubbo.spring.boot.autoconfigure.BinderDubboConfigBinder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
|
[2022-07-11 14:53:17.143+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [92]- Tomcat initialized with port(s): 8005 (http)
|
|
|
[2022-07-11 14:53:17.154+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Initializing ProtocolHandler ["http-nio-8005"]
|
|
|
[2022-07-11 14:53:17.155+0800] [main] INFO o.a.catalina.core.StandardService [173]- Starting service [Tomcat]
|
|
|
[2022-07-11 14:53:17.156+0800] [main] INFO o.a.catalina.core.StandardEngine [173]- Starting Servlet engine: [Apache Tomcat/9.0.29]
|
|
|
[2022-07-11 14:53:17.288+0800] [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] [173]- Initializing Spring embedded WebApplicationContext
|
|
|
[2022-07-11 14:53:17.288+0800] [main] INFO o.s.web.context.ContextLoader [284]- Root WebApplicationContext: initialization completed in 7780 ms
|
|
|
[2022-07-11 14:53:42.642+0800] [main] INFO o.s.s.c.ThreadPoolTaskExecutor [171]- Initializing ExecutorService 'applicationTaskExecutor'
|
|
|
[2022-07-11 14:53:42.940+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:53:42.949+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:53:42.957+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ProtocolConfig#0] have been binding by prefix of configuration properties : dubbo.protocol
|
|
|
[2022-07-11 14:53:42.974+0800] [main] INFO o.a.d.c.s.b.f.a.DubboConfigBindingBeanPostProcessor [109]- The properties of bean [name : org.apache.dubbo.config.ProviderConfig#0] have been binding by prefix of configuration properties : dubbo.provider
|
|
|
[2022-07-11 14:53:42.982+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:53:43.881+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1220]- Using default implementation for ThreadExecutor
|
|
|
[2022-07-11 14:53:43.892+0800] [main] INFO o.quartz.core.SchedulerSignalerImpl [61]- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
|
|
[2022-07-11 14:53:43.892+0800] [main] INFO org.quartz.core.QuartzScheduler [229]- Quartz Scheduler v.2.3.2 created.
|
|
|
[2022-07-11 14:53:43.893+0800] [main] INFO org.quartz.simpl.RAMJobStore [155]- RAMJobStore initialized.
|
|
|
[2022-07-11 14:53:43.894+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 14:53:43.894+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1374]- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
|
|
[2022-07-11 14:53:43.894+0800] [main] INFO org.quartz.impl.StdSchedulerFactory [1378]- Quartz scheduler version: 2.3.2
|
|
|
[2022-07-11 14:53:43.895+0800] [main] INFO org.quartz.core.QuartzScheduler [2293]- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@685e6a68
|
|
|
[2022-07-11 14:53:45.088+0800] [main] INFO o.s.s.quartz.SchedulerFactoryBean [727]- Starting Quartz Scheduler now
|
|
|
[2022-07-11 14:53:45.088+0800] [main] INFO org.quartz.core.QuartzScheduler [547]- Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
|
|
[2022-07-11 14:53:50.208+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-11 14:53:55.229+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:53:55.229+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:host.name=192.168.50.145
|
|
|
[2022-07-11 14:53:55.229+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.version=1.8.0_301
|
|
|
[2022-07-11 14:53:55.229+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.vendor=Oracle Corporation
|
|
|
[2022-07-11 14:53:55.230+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:53:55.230+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-provider/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-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-webmvc/5.2.2.RELEASE/spring-webmvc-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-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/com/google/guava/guava/27.0.1-jre/guava-27.0.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/2.5.2/checker-qual-2.5.2.jar:/usr/local/maven/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar:/usr/local/maven/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar:/usr/local/maven/repository/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.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-mapper/target/classes:/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/fasterxml/jackson/core/jackson-core/2.12.4/jackson-core-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-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/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/org/springframework/boot/spring-boot-starter-amqp/2.5.5/spring-boot-starter-amqp-2.5.5.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/spring-messaging/5.2.2.RELEASE/spring-messaging-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/amqp/spring-rabbit/2.2.2.RELEASE/spring-rabbit-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/amqp/spring-amqp/2.2.2.RELEASE/spring-amqp-2.2.2.RELEASE.jar:/usr/local/maven/repository/org/springframework/retry/spring-retry/1.2.4.RELEASE/spring-retry-1.2.4.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-tx/5.2.2.RELEASE/spring-tx-5.2.2.RELEASE.jar:/usr/local/maven/repository/com/alipay/sdk/alipay-sdk-java/4.22.57.ALL/alipay-sdk-java-4.22.57.ALL.jar:/usr/local/maven/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/usr/local/maven/repository/org/bouncycastle/bcprov-jdk15on/1.62/bcprov-jdk15on-1.62.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:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar:/Users/AKU007/Library/Caches/JetBrains/IntelliJIdea2020.3/captureAgent/debugger-agent.jar
|
|
|
[2022-07-11 14:53:55.230+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:53:55.230+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.io.tmpdir=/var/folders/06/34trm8rs19sd6h8dcp3bbj1h0000gp/T/
|
|
|
[2022-07-11 14:53:55.230+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:java.compiler=<NA>
|
|
|
[2022-07-11 14:53:55.231+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.name=Mac OS X
|
|
|
[2022-07-11 14:53:55.231+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.arch=x86_64
|
|
|
[2022-07-11 14:53:55.231+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.version=10.15.7
|
|
|
[2022-07-11 14:53:55.231+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.name=AKU007
|
|
|
[2022-07-11 14:53:55.231+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.home=/Users/AKU007
|
|
|
[2022-07-11 14:53:55.231+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:user.dir=/Users/AKU007/IdeaProjects/community-parent
|
|
|
[2022-07-11 14:53:55.231+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.free=286MB
|
|
|
[2022-07-11 14:53:55.232+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.max=3641MB
|
|
|
[2022-07-11 14:53:55.232+0800] [main] INFO org.apache.zookeeper.ZooKeeper [98]- Client environment:os.memory.total=870MB
|
|
|
[2022-07-11 14:53:55.235+0800] [main] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@5c1dd18
|
|
|
[2022-07-11 14:53:55.238+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:53:55.247+0800] [main] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-11 14:53:55.252+0800] [main] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-11 14:53:55.260+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:53:55.261+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:53:55.266+0800] [main] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-11 14:53:55.283+0800] [main-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:56169, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-11 14:53:55.314+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 = 0x10000467a0d0006, negotiated timeout = 40000
|
|
|
[2022-07-11 14:53:55.324+0800] [main-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-11 14:53:55.336+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 14:53:55.336+0800] [main-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 14:57:57.924+0800] [main] INFO o.a.coyote.http11.Http11NioProtocol [173]- Starting ProtocolHandler ["http-nio-8005"]
|
|
|
[2022-07-11 14:57:57.941+0800] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer [204]- Tomcat started on port(s): 8005 (http) with context path ''
|
|
|
[2022-07-11 14:57:57.946+0800] [main] INFO c.s.a.p.AppProviderApplication [61]- Started AppProviderApplication in 309.978 seconds (JVM running for 316.24)
|
|
|
[2022-07-11 15:06:31.380+0800] [DubboServerHandler-192.168.50.145:20882-thread-2] INFO c.s.a.p.s.a.AlipayNotifyInfoServiceImpl [62]- 异步调用失败
|
|
|
[2022-07-11 15:06:44.184+0800] [DubboServerHandler-192.168.50.145:20882-thread-3] INFO c.s.a.p.s.a.AlipayNotifyInfoServiceImpl [62]- 异步调用失败
|
|
|
[2022-07-11 15:17:53.621+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.842+0800] [Curator-Framework-0] INFO o.a.c.f.imps.CuratorFrameworkImpl [964]- backgroundOperationsLoop exiting
|
|
|
[2022-07-11 15:17:54.979+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1619]- Session: 0x10000467a0d0006 closed
|
|
|
[2022-07-11 15:17:54.979+0800] [main-EventThread] INFO org.apache.zookeeper.ClientCnxn [578]- EventThread shut down for session: 0x10000467a0d0006
|
|
|
[2022-07-11 15:17:54.989+0800] [SpringContextShutdownHook] INFO o.a.c.f.imps.CuratorFrameworkImpl [304]- Starting
|
|
|
[2022-07-11 15:17:54.990+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ZooKeeper [1006]- Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@7467bb76
|
|
|
[2022-07-11 15:17:54.990+0800] [SpringContextShutdownHook] INFO o.apache.zookeeper.ClientCnxnSocket [239]- jute.maxbuffer value is 1048575 Bytes
|
|
|
[2022-07-11 15:17:54.990+0800] [SpringContextShutdownHook] INFO org.apache.zookeeper.ClientCnxn [1736]- zookeeper.request.timeout value is 0. feature enabled=false
|
|
|
[2022-07-11 15:17:54.991+0800] [SpringContextShutdownHook] INFO o.a.c.f.imps.CuratorFrameworkImpl [352]- Default schema
|
|
|
[2022-07-11 15:17:54.992+0800] [SpringContextShutdownHook-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 15:17:54.993+0800] [SpringContextShutdownHook-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 15:17:54.993+0800] [SpringContextShutdownHook-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn [1013]- Socket connection established, initiating session, client: /127.0.0.1:60173, server: localhost/127.0.0.1:2181
|
|
|
[2022-07-11 15:17:55.010+0800] [SpringContextShutdownHook-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 = 0x10000467a0d0008, negotiated timeout = 40000
|
|
|
[2022-07-11 15:17:55.010+0800] [SpringContextShutdownHook-EventThread] INFO o.a.c.f.state.ConnectionStateManager [250]- State change: CONNECTED
|
|
|
[2022-07-11 15:17:55.012+0800] [SpringContextShutdownHook-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 15:17:55.012+0800] [SpringContextShutdownHook-EventThread] INFO o.a.c.framework.imps.EnsembleTracker [201]- New config event received: {}
|
|
|
[2022-07-11 15:17:55.653+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-11 15:17:55.662+0800] [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean [845]- Shutting down Quartz Scheduler
|
|
|
[2022-07-11 15:17:55.662+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [666]- Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
|
|
|
[2022-07-11 15:17:55.662+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [585]- Scheduler quartzScheduler_$_NON_CLUSTERED paused.
|
|
|
[2022-07-11 15:17:55.663+0800] [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler [740]- Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
|
|
|
[2022-07-11 15:17:55.683+0800] [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor [208]- Shutting down ExecutorService 'applicationTaskExecutor'
|
|
|
[2022-07-11 15:17:55.689+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!
|