microservices-patterns / ftgo-application

Example code for the book Microservice patterns
Other
3.35k stars 1.29k forks source link

cdc-service_1 failed to start with status unhealthy #103

Open vikramsisodia27 opened 3 years ago

vikramsisodia27 commented 3 years ago

Waiting for cdc-service_1 to become healthy (it's unhealthy) - using ./gradlew :composeUp

diguage commented 3 years ago

I had the same problem.

macOS 10.15.5

docker version $ docker version Client: Docker Engine - Community Version: 19.03.8 API version: 1.40 Go version: go1.12.17 Git commit: afacb8b Built: Wed Mar 11 01:21:11 2020 OS/Arch: darwin/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.8 API version: 1.40 (minimum version 1.12) Go version: go1.12.17 Git commit: afacb8b Built: Wed Mar 11 01:29:16 2020 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.2.13 GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 runc: Version: 1.0.0-rc10 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd docker-init: Version: 0.18.0 GitCommit: fec3683

cdc-service log

Log detail $ docker logs --since 2013-01-02T13:23:37 -f ftgo-application_cdc-service_1 ####### # # # ###### # # ##### # # ## ##### ###### # # # # ## # # # # # # # # ##### # # ##### # # # # # # # # # ##### # # # # # # # # # # ###### # # # # # # # ## # # # # # # # ####### ## ###### # # # #### # # # ###### 04:50:29.223 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) 04:50:55.898 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 505945 ms Killed

Log detail docker logs -f ftgo-application_ftgo-restaurant-service_1 2020-07-04 04:42:40.547 INFO [-,,,] 1 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7a92922: startup date [Sat Jul 04 04:42:40 GMT 2020]; root of context hierarchy 2020-07-04 04:42:53.988 INFO [-,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$2c9f5f59] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.0.3.RELEASE) 2020-07-04 04:43:01.614 INFO [ftgo-restaurant-service,,,] 1 --- [ main] n.c.f.r.RestaurantServiceMain : No active profile set, falling back to default profiles: default 2020-07-04 04:43:02.410 INFO [ftgo-restaurant-service,,,] 1 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3c0ecd4b: startup date [Sat Jul 04 04:43:02 GMT 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@7a92922 2020-07-04 04:49:10.788 INFO [ftgo-restaurant-service,,,] 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-07-04 04:50:35.810 INFO [ftgo-restaurant-service,,,] 1 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=edf51b59-bab9-37cc-acf5-000641750f88 2020-07-04 04:51:14.078 INFO [ftgo-restaurant-service,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$10855c5c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-07-04 04:51:19.223 INFO [ftgo-restaurant-service,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$2c9f5f59] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-07-04 04:51:46.455 INFO [ftgo-restaurant-service,,,] 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2020-07-04 04:51:51.083 INFO [ftgo-restaurant-service,,,] 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2020-07-04 04:51:51.119 INFO [ftgo-restaurant-service,,,] 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.31 2020-07-04 04:51:51.606 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib] 2020-07-04 04:51:55.717 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2020-07-04 04:51:55.722 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 533309 ms 2020-07-04 04:56:38.645 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] 2020-07-04 04:56:39.666 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'tracingFilter' to: [/*] 2020-07-04 04:56:39.721 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'exceptionLoggingFilter' to: [/*] 2020-07-04 04:56:39.773 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-07-04 04:56:39.783 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-07-04 04:56:39.786 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] 2020-07-04 04:56:39.801 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*] 2020-07-04 04:56:39.819 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-07-04 04:56:39.829 INFO [ftgo-restaurant-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/] 2020-07-04 04:56:48.761 INFO [ftgo-restaurant-service,,,] 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... Sat Jul 04 04:56:54 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. 2020-07-04 04:56:58.572 INFO [ftgo-restaurant-service,,,] 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. Sat Jul 04 04:56:58 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sat Jul 04 04:56:59 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sat Jul 04 04:56:59 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sat Jul 04 04:56:59 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sat Jul 04 04:56:59 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sat Jul 04 04:57:01 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sat Jul 04 04:57:01 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sat Jul 04 04:57:01 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sat Jul 04 04:57:01 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. 2020-07-04 04:57:04.184 INFO [ftgo-restaurant-service,,,] 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2020-07-04 04:57:05.582 INFO [ftgo-restaurant-service,,,] 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-07-04 04:57:13.436 INFO [ftgo-restaurant-service,,,] 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final} 2020-07-04 04:57:13.463 INFO [ftgo-restaurant-service,,,] 1 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2020-07-04 04:57:14.065 INFO [ftgo-restaurant-service,,,] 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-07-04 04:57:20.654 INFO [ftgo-restaurant-service,,,] 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 2020-07-04 04:57:26.147 WARN [ftgo-restaurant-service,,,] 1 --- [ main] o.h.c.a.r.JPAOverriddenAnnotationReader : HHH000207: Property net.chrisrichardson.ftgo.common.Money.amount not found in class but described in (possible typo error) 2020-07-04 04:57:33.900 DEBUG [ftgo-restaurant-service,,,] 1 --- [ main] org.hibernate.SQL : create table hibernate_sequence (next_val bigint) engine=MyISAM 2020-07-04 04:57:34.115 DEBUG [ftgo-restaurant-service,,,] 1 --- [ main] org.hibernate.SQL : insert into hibernate_sequence values ( 1 ) 2020-07-04 04:57:34.129 DEBUG [ftgo-restaurant-service,,,] 1 --- [ main] org.hibernate.SQL : create table restaurant_menu_items (restaurant_id bigint not null, id varchar(255), name varchar(255), amount decimal(19,2)) engine=MyISAM 2020-07-04 04:57:34.152 DEBUG [ftgo-restaurant-service,,,] 1 --- [ main] org.hibernate.SQL : create table restaurants (id bigint not null, name varchar(255), primary key (id)) engine=MyISAM 2020-07-04 04:57:34.212 DEBUG [ftgo-restaurant-service,,,] 1 --- [ main] org.hibernate.SQL : alter table restaurant_menu_items add constraint FK8v84qvvpac46uatlijuj3rpks foreign key (restaurant_id) references restaurants (id) 2020-07-04 04:57:34.287 INFO [ftgo-restaurant-service,,,] 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
cer commented 3 years ago

It's likely that the CDC is being killed because the Docker VM does not have enough memory.

vikramsisodia27 commented 3 years ago

@cer I am also facing error what @diguage facing. Increased processor to 5, RAM 5GB, SWAP 2GB in Mac but same result ./gradle :composeup removed all of my existing DB Schemas

cer commented 3 years ago

@cer I am also facing error what @diguage facing. Increased processor to 5, RAM 5GB, SWAP 2GB in Mac but same result ./gradle :composeup removed all of my existing DB Schemas

When you "same error" - are you saying that the CDC container log says 'Killed'?

What's the output of docker ps -a ?

cer commented 3 years ago

I reconfigured by Docker for Mac VM to be "processor to 5, RAM 5GB, SWAP 2GB" and the application started - I think it took at least 60 seconds, with services starting -> unhealthy -> healthy

vikramsisodia27 commented 3 years ago

Container is not killed - ftgo-application_cdc-service_1 logs The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.GeneratedConstructorAccessor53.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:988) at com.mysql.jdbc.MysqlIO.(MysqlIO.java:341) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2251) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2284) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2083) at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:806) at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47) at sun.reflect.GeneratedConstructorAccessor50.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:136) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:369) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541) at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:151) at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:115) at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:78) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:612) at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:862) at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:917) at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:927) at io.eventuate.local.common.CdcMonitoringDao.lambda$update$0(CdcMonitoringDao.java:36) at io.eventuate.local.common.DaoUtils.handleConnectionLost(DaoUtils.java:22) at io.eventuate.local.common.DaoUtils.handleConnectionLost(DaoUtils.java:51) at io.eventuate.local.common.CdcMonitoringDao.update(CdcMonitoringDao.java:32) at io.eventuate.local.db.log.common.DbLogMetrics$1.run(DbLogMetrics.java:85) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505) Caused by: java.net.UnknownHostException: mysql at java.net.InetAddress.getAllByName0(InetAddress.java:1280) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:188) at com.mysql.jdbc.MysqlIO.(MysqlIO.java:300) ... 32 common frames omitted 19:16:37.885 [Timer-0] ERROR io.eventuate.local.common.DaoUtils - Could not access database Failed to obtain JDBC Connection; nested exception is com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. - retrying in 500 milliseconds org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:81) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:612) at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:862) at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:917) at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:927) at io.eventuate.local.common.CdcMonitoringDao.lambda$update$0(CdcMonitoringDao.java:36) at io.eventuate.local.common.DaoUtils.handleConnectionLost(DaoUtils.java:22) at io.eventuate.local.common.DaoUtils.handleConnectionLost(DaoUtils.java:51) at io.eventuate.local.common.CdcMonitoringDao.update(CdcMonitoringDao.java:32) at io.eventuate.local.db.log.common.DbLogMetrics$1.run(DbLogMetrics.java:85) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505) Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.GeneratedConstructorAccessor53.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:988) at com.mysql.jdbc.MysqlIO.(MysqlIO.java:341) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2251) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2284) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2083) at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:806) at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47) at sun.reflect.GeneratedConstructorAccessor50.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:136) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:369) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:541) at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:151) at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:115) at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:78) ... 11 common frames omitted Caused by: java.net.UnknownHostException: mysql at java.net.InetAddress.getAllByName0(InetAddress.java:1280) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:188) at com.mysql.jdbc.MysqlIO.(MysqlIO.java:300) ... 32 common frames omitted 19:16:39.387 [Timer-0] ERROR com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.GeneratedConstructorAccessor53.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:988) at com.mysql.jdbc.MysqlIO.(MysqlIO.java:341) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2251) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2284) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2083) at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:806) at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47) at sun.reflect.GeneratedConstructorAccessor50.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:136) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:369) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467) docker ps -a Initially ---- CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES fdf5c996cee8 ftgo-application_ftgo-consumer-service "/bin/sh -c 'java ${…" 12 seconds ago Up 8 seconds (health: starting) 0.0.0.0:8081->8080/tcp ftgo-application_ftgo-consumer-service_1 46d71c1d3a01 ftgo-application_ftgo-kitchen-service "/bin/sh -c 'java ${…" 12 seconds ago Up 8 seconds (health: starting) 0.0.0.0:8083->8080/tcp ftgo-application_ftgo-kitchen-service_1 3770c4aaeb09 ftgo-application_ftgo-order-service "/bin/sh -c 'java ${…" 12 seconds ago Up 8 seconds (health: starting) 0.0.0.0:8082->8080/tcp ftgo-application_ftgo-order-service_1 8cd1df14a303 ftgo-application_ftgo-accounting-service "/bin/sh -c 'java ${…" 12 seconds ago Up 8 seconds (health: starting) 0.0.0.0:8085->8080/tcp ftgo-application_ftgo-accounting-service_1 93255f1e9a0e ftgo-application_ftgo-restaurant-service "/bin/sh -c 'java ${…" 12 seconds ago Up 8 seconds (health: starting) 0.0.0.0:8084->8080/tcp ftgo-application_ftgo-restaurant-service_1 727f8937d586 ftgo-application_ftgo-order-history-service "/bin/sh -c 'java ${…" 12 seconds ago Up 8 seconds (health: starting) 0.0.0.0:8086->8080/tcp ftgo-application_ftgo-order-history-service_1 03eaa7021960 eventuateio/eventuate-cdc-service:0.4.0.RELEASE "/bin/sh -c 'java ${…" 13 seconds ago Up 11 seconds (health: starting) 0.0.0.0:8099->8080/tcp ftgo-application_cdc-service_1 3a748c2e385a confluentinc/cp-kafka:5.2.4 "/etc/confluent/dock…" 15 seconds ago Up 13 seconds 0.0.0.0:9092->9092/tcp ftgo-application_kafka_1 9516d491b092 ftgo-application_dynamodblocal-init "/bin/sh -c './wait-…" 15 seconds ago Up 13 seconds (health: starting) ftgo-application_dynamodblocal-init_1 cb06adf9b9d2 confluentinc/cp-zookeeper:5.2.4 "/etc/confluent/dock…" 16 seconds ago Up 14 seconds 2888/tcp, 0.0.0.0:2181->2181/tcp, 3888/tcp ftgo-application_zookeeper_1 38d6e527bb62 ftgo-application_ftgo-api-gateway "/bin/sh -c 'java ${…" 16 seconds ago Up 14 seconds (health: starting) 0.0.0.0:8087->8080/tcp ftgo-application_ftgo-api-gateway_1 299557b2011f openzipkin/zipkin:2.5.0 "/bin/sh -c 'test -n…" 16 seconds ago Up 14 seconds 9410/tcp, 0.0.0.0:9411->9411/tcp ftgo-application_zipkin_1 502768da80f6 ftgo-application_mysql "docker-entrypoint.s…" 16 seconds ago Up 14 seconds 0.0.0.0:3306->3306/tcp ftgo-application_mysql_1 ff0a9a0e138b ftgo-application_dynamodblocal "/bin/sh -c 'java -j…" 16 seconds ago Up 15 seconds (health: starting) 0.0.0.0:8000->8000/tcp ftgo-application_dynamodblocal_1 e6f64bd0a753 docker/getting-started docker ps -a Later ----- CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES fdf5c996cee8 ftgo-application_ftgo-consumer-service "/bin/sh -c 'java ${…" 2 minutes ago Up 2 minutes (unhealthy) 0.0.0.0:8081->8080/tcp ftgo-application_ftgo-consumer-service_1 46d71c1d3a01 ftgo-application_ftgo-kitchen-service "/bin/sh -c 'java ${…" 2 minutes ago Up 2 minutes (unhealthy) 0.0.0.0:8083->8080/tcp ftgo-application_ftgo-kitchen-service_1 3770c4aaeb09 ftgo-application_ftgo-order-service "/bin/sh -c 'java ${…" 2 minutes ago Up 2 minutes (unhealthy) 0.0.0.0:8082->8080/tcp ftgo-application_ftgo-order-service_1 8cd1df14a303 ftgo-application_ftgo-accounting-service "/bin/sh -c 'java ${…" 2 minutes ago Up 2 minutes (unhealthy) 0.0.0.0:8085->8080/tcp ftgo-application_ftgo-accounting-service_1 93255f1e9a0e ftgo-application_ftgo-restaurant-service "/bin/sh -c 'java ${…" 2 minutes ago Up 2 minutes (unhealthy) 0.0.0.0:8084->8080/tcp ftgo-application_ftgo-restaurant-service_1 727f8937d586 ftgo-application_ftgo-order-history-service "/bin/sh -c 'java ${…" 2 minutes ago Up 2 minutes (unhealthy) 0.0.0.0:8086->8080/tcp ftgo-application_ftgo-order-history-service_1 03eaa7021960 eventuateio/eventuate-cdc-service:0.4.0.RELEASE "/bin/sh -c 'java ${…" 2 minutes ago Up 2 minutes (unhealthy) 0.0.0.0:8099->8080/tcp ftgo-application_cdc-service_1 3a748c2e385a confluentinc/cp-kafka:5.2.4 "/etc/confluent/dock…" 2 minutes ago Up 2 minutes 0.0.0.0:9092->9092/tcp ftgo-application_kafka_1 9516d491b092 ftgo-application_dynamodblocal-init "/bin/sh -c './wait-…" 2 minutes ago Up 2 minutes (healthy) ftgo-application_dynamodblocal-init_1 cb06adf9b9d2 confluentinc/cp-zookeeper:5.2.4 "/etc/confluent/dock…" 2 minutes ago Up 2 minutes 2888/tcp, 0.0.0.0:2181->2181/tcp, 3888/tcp ftgo-application_zookeeper_1 38d6e527bb62 ftgo-application_ftgo-api-gateway "/bin/sh -c 'java ${…" 2 minutes ago Up 2 minutes (unhealthy) 0.0.0.0:8087->8080/tcp ftgo-application_ftgo-api-gateway_1 299557b2011f openzipkin/zipkin:2.5.0 "/bin/sh -c 'test -n…" 2 minutes ago Up 2 minutes 9410/tcp, 0.0.0.0:9411->9411/tcp ftgo-application_zipkin_1 502768da80f6 ftgo-application_mysql "docker-entrypoint.s…" 2 minutes ago Exited (1) About a minute ago ftgo-application_mysql_1 ff0a9a0e138b ftgo-application_dynamodblocal "/bin/sh -c 'java -j…" 2 minutes ago Up 2 minutes (healthy) 0.0.0.0:8000->8000/tcp ftgo-application_dynamodblocal_1 e6f64bd0a753 docker/getting-started "nginx -g 'daemon of…" 2 hours ago Exited (255) 2 hours ago 0.0.0.0:80->80/tcp laughing_lumiere

cer commented 3 years ago

Thanks for the logs.

The CDC cannot connect to the database.

This is the problem: 502768da80f6 ftgo-application_mysql "docker-entrypoint.s…" 2 minutes ago Exited (1) About a minute ago ftgo-application_mysql_1

What's the output of docker logs ftgo-application_mysql_1?

vikramsisodia27 commented 3 years ago

Initializing database 2020-07-04T19:25:32.080069Z 0 [Warning] InnoDB: New log files created, LSN=45790 2020-07-04T19:25:32.174369Z 0 [Warning] InnoDB: Creating foreign key constraint system tables. 2020-07-04T19:25:32.290518Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 2098312e-be2c-11ea-a820-0242ac130006. 2020-07-04T19:25:32.303226Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. 2020-07-04T19:25:32.309891Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option. 2020-07-04T19:25:34.208124Z 1 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:25:34.208866Z 1 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:25:34.208912Z 1 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:25:34.208946Z 1 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:25:34.209036Z 1 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. Database initialized MySQL init process in progress... 2020-07-04T19:25:37.015630Z 0 [Note] mysqld (mysqld 5.7.13-log) starting as process 50 ... 2020-07-04T19:25:37.033382Z 0 [Note] InnoDB: PUNCH HOLE support available 2020-07-04T19:25:37.033440Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2020-07-04T19:25:37.033448Z 0 [Note] InnoDB: Uses event mutexes 2020-07-04T19:25:37.033457Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2020-07-04T19:25:37.033466Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8 2020-07-04T19:25:37.033474Z 0 [Note] InnoDB: Using Linux native AIO 2020-07-04T19:25:37.038471Z 0 [Note] InnoDB: Number of pools: 1 2020-07-04T19:25:37.038745Z 0 [Note] InnoDB: Using CPU crc32 instructions 2020-07-04T19:25:37.040976Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M 2020-07-04T19:25:37.090437Z 0 [Note] InnoDB: Completed initialization of buffer pool 2020-07-04T19:25:37.095437Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2020-07-04T19:25:37.121972Z 0 [Note] InnoDB: Highest supported file format is Barracuda. 2020-07-04T19:25:37.191981Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2020-07-04T19:25:37.192126Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2020-07-04T19:25:37.316449Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2020-07-04T19:25:37.318566Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. 2020-07-04T19:25:37.318609Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. 2020-07-04T19:25:37.319387Z 0 [Note] InnoDB: Waiting for purge to start 2020-07-04T19:25:37.369860Z 0 [Note] InnoDB: 5.7.13 started; log sequence number 2525487 2020-07-04T19:25:37.373680Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2020-07-04T19:25:37.373680Z 0 [Note] Plugin 'FEDERATED' is disabled. 2020-07-04T19:25:37.384538Z 0 [Note] InnoDB: Buffer pool(s) load completed at 200704 19:25:37 2020-07-04T19:25:37.392080Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key 2020-07-04T19:25:37.396169Z 0 [Warning] 'user' entry 'root@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:25:37.396223Z 0 [Warning] 'user' entry 'mysql.sys@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:25:37.396250Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:25:37.396340Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:25:37.398158Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:25:37.553511Z 0 [Note] Event Scheduler: Loaded 0 events 2020-07-04T19:25:37.558100Z 0 [Note] mysqld: ready for connections. Version: '5.7.13-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL) Warning: Unable to load '/usr/share/zoneinfo/Factory' as time zone. Skipping it. Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it. Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it. Warning: Unable to load '/usr/share/zoneinfo/posix/Factory' as time zone. Skipping it. Warning: Unable to load '/usr/share/zoneinfo/right/Factory' as time zone. Skipping it. Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it. 2020-07-04T19:25:53.730783Z 4 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:25:53.730855Z 4 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:25:53.730962Z 4 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'root'@'%' 2020-07-04T19:30:44.790150Z 0 [Note] mysqld (mysqld 5.7.13-log) starting as process 1 ... 2020-07-04T19:30:44.802834Z 0 [Note] InnoDB: PUNCH HOLE support available 2020-07-04T19:30:44.802910Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2020-07-04T19:30:44.802923Z 0 [Note] InnoDB: Uses event mutexes 2020-07-04T19:30:44.802937Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2020-07-04T19:30:44.802954Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.8 2020-07-04T19:30:44.802972Z 0 [Note] InnoDB: Using Linux native AIO 2020-07-04T19:30:44.803689Z 0 [Note] InnoDB: Number of pools: 1 2020-07-04T19:30:44.803895Z 0 [Note] InnoDB: Using CPU crc32 instructions 2020-07-04T19:30:44.808248Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M 2020-07-04T19:30:44.830811Z 0 [Note] InnoDB: Completed initialization of buffer pool 2020-07-04T19:30:44.840993Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2020-07-04T19:30:44.859605Z 0 [Note] InnoDB: Highest supported file format is Barracuda. 2020-07-04T19:30:44.861798Z 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 2526017 2020-07-04T19:30:45.219047Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 7768576 2020-07-04T19:30:45.645088Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 3574272 2020-07-04T19:30:46.040926Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 8817152 2020-07-04T19:30:46.288539Z 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 12129251 2020-07-04T19:30:46.291556Z 0 [Note] InnoDB: Database was not shutdown normally! 2020-07-04T19:30:46.291623Z 0 [Note] InnoDB: Starting crash recovery. 2020-07-04T19:30:46.311235Z 0 [Note] InnoDB: Transaction 1291 was in the XA prepared state. 2020-07-04T19:30:46.369621Z 0 [Note] InnoDB: 1 transaction(s) which must be rolled back or cleaned up in total 0 row operations to undo 2020-07-04T19:30:46.369695Z 0 [Note] InnoDB: Trx id counter is 1792 2020-07-04T19:30:46.369970Z 0 [Note] InnoDB: Starting an apply batch of log records to the database... InnoDB: Progress in percent: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 2020-07-04T19:30:47.649110Z 0 [Note] InnoDB: Apply batch completed 2020-07-04T19:30:47.649151Z 0 [Note] InnoDB: Last MySQL binlog file position 0 29965, file name mysql-bin.000001 2020-07-04T19:30:47.751850Z 0 [Note] InnoDB: Starting in background the rollback of uncommitted transactions 2020-07-04T19:30:47.751924Z 0 [Note] InnoDB: Rollback of non-prepared transactions completed 2020-07-04T19:30:47.757272Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" 2020-07-04T19:30:47.757417Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2020-07-04T19:30:47.757503Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2020-07-04T19:30:47.817258Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2020-07-04T19:30:47.819594Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. 2020-07-04T19:30:47.819704Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. 2020-07-04T19:30:47.821532Z 0 [Note] InnoDB: Waiting for purge to start 2020-07-04T19:30:47.871815Z 0 [Note] InnoDB: 5.7.13 started; log sequence number 12129251 2020-07-04T19:30:47.872241Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2020-07-04T19:30:47.875717Z 0 [Note] Plugin 'FEDERATED' is disabled. 2020-07-04T19:30:47.877282Z 0 [Note] Recovering after a crash using mysql-bin 2020-07-04T19:30:47.890851Z 0 [Note] InnoDB: Buffer pool(s) load completed at 200704 19:30:47 2020-07-04T19:30:48.037185Z 0 [Note] Starting crash recovery... 2020-07-04T19:30:48.038417Z 0 [Note] InnoDB: Starting recovery for XA transactions... 2020-07-04T19:30:48.038479Z 0 [Note] InnoDB: Transaction 1291 in prepared state after recovery 2020-07-04T19:30:48.038501Z 0 [Note] InnoDB: Transaction contains changes to 134650 rows 2020-07-04T19:30:48.038522Z 0 [Note] InnoDB: 1 transactions in prepared state after recovery 2020-07-04T19:30:48.038550Z 0 [Note] Found 1 prepared transaction(s) in InnoDB 2020-07-04T19:30:48.052945Z 0 [Note] Crash recovery finished. 2020-07-04T19:30:48.185585Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key 2020-07-04T19:30:48.185642Z 0 [Note] Server hostname (bind-address): '*'; port: 3306 2020-07-04T19:30:48.186030Z 0 [Note] IPv6 is available. 2020-07-04T19:30:48.186080Z 0 [Note] - '::' resolves to '::'; 2020-07-04T19:30:48.186127Z 0 [Note] Server socket created on IP: '::'. 2020-07-04T19:30:48.190820Z 0 [Warning] 'db' entry 'sys mysql.sys@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:30:48.190887Z 0 [Warning] 'proxies_priv' entry '@ root@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:30:48.193844Z 0 [Warning] 'tables_priv' entry 'sys_config mysql.sys@localhost' ignored in --skip-name-resolve mode. 2020-07-04T19:30:48.214651Z 0 [Note] Event Scheduler: Loaded 0 events 2020-07-04T19:30:48.218879Z 0 [Note] mysqld: ready for connections. Version: '5.7.13-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL) 2020-07-04T19:30:53.147442Z 5 [Note] Start binlog_dump to master_thread_id(5) slave_server(1), pos(, 4) 2020-07-04T19:31:58.105337Z 48 [Note] Access denied for user 'ftgo_accounting_service_user'@'172.19.0.11' (using password: YES) 2020-07-04T19:31:59.206447Z 50 [Note] Access denied for user 'ftgo_restaurant_service_user'@'172.19.0.12' (using password: YES) 2020-07-04T19:31:59.298449Z 51 [Note] Access denied for user 'ftgo_consumer_service_user'@'172.19.0.13' (using password: YES) 2020-07-04T19:31:59.457779Z 53 [Note] Access denied for user 'ftgo_accounting_service_user'@'172.19.0.11' (using password: YES) 2020-07-04T19:32:00.490786Z 54 [Note] Access denied for user 'ftgo_kitchen_service_user'@'172.19.0.14' (using password: YES) 2020-07-04T19:32:00.542109Z 55 [Note] Access denied for user 'ftgo_restaurant_service_user'@'172.19.0.12' (using password: YES) 2020-07-04T19:32:00.871701Z 57 [Note] Access denied for user 'ftgo_consumer_service_user'@'172.19.0.13' (using password: YES) 2020-07-04T19:32:01.833312Z 58 [Note] Access denied for user 'ftgo_kitchen_service_user'@'172.19.0.14' (using password: YES) 2020-07-04T19:32:05.628886Z 62 [Note] Access denied for user 'ftgo_consumer_service_user'@'172.19.0.13' (using password: YES) 2020-07-04T19:32:06.337254Z 63 [Note] Access denied for user 'ftgo_accounting_service_user'@'172.19.0.11' (using password: YES) 2020-07-04T19:32:07.604991Z 65 [Note] Access denied for user 'ftgo_restaurant_service_user'@'172.19.0.12' (using password: YES) 2020-07-04T19:32:08.630495Z 67 [Note] Access denied for user 'ftgo_order_service_user'@'172.19.0.10' (using password: YES) 2020-07-04T19:32:08.677029Z 68 [Note] Access denied for user 'ftgo_kitchen_service_user'@'172.19.0.14' (using password: YES) 2020-07-04T19:32:09.763592Z 69 [Note] Access denied for user 'ftgo_order_service_user'@'172.19.0.10' (using password: YES) 2020-07-04T19:32:12.335800Z 72 [Note] Access denied for user 'ftgo_order_service_user'@'172.19.0.10' (using password: YES)

cer commented 3 years ago

Thanks for sending. For some strange reason the DB is not initializing because of this error:

ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'root'@'%'

I am not sure why this error is occurring since the DB initialization scripts do not attempt to create this user.

To ensure a clean state, please execute this command:

./gradlew :composeDown :composeUp -P startedServices=mysql

and then send the log (please put the log in a https://gist.github.com/) .

cer commented 3 years ago

Creating the root user happens here: https://github.com/docker-library/mysql/blob/master/5.7/docker-entrypoint.sh#L236 Unclear how this could be executed more than once.

diguage commented 3 years ago

Thanks for the logs.

The CDC cannot connect to the database.

This is the problem: 502768da80f6 ftgo-application_mysql "docker-entrypoint.s…" 2 minutes ago Exited (1) About a minute ago ftgo-application_mysql_1

What's the output of docker logs ftgo-application_mysql_1?

A long time ago, I had the same problem.

This gave me a tip. I started the MySQL at Mac. Let me stop the MySQL database, then try it again.

diguage commented 3 years ago

@vikramsisodia27 If you submit logs as code block, it is more readable.

image

Put the logs at where the foo is.

This is the document about MarkDown: GitHub Flavored Markdown Spec

diguage commented 3 years ago

I restart my Mac. And close the most application. I stopped the MySQL.

The memory was more 5G. (My machine has 16G memory.)

The ftgo-application_cdc-service_1 was Killed again.

The latest log:


Log detail $ ./gradlew :composeUp > Task :composeUp zookeeper uses an image, skipping kafka uses an image, skipping cdc-service uses an image, skipping zipkin uses an image, skipping Building mysql Building ftgo-consumer-service Building ftgo-kitchen-service Building ftgo-restaurant-service Building ftgo-accounting-service Building ftgo-api-gateway Building ftgo-order-service Building dynamodblocal Building dynamodblocal-init <---<-------------> 0% EXECUTING [18m 50s] <-------------> 0% EXECUTING [18m 51s] <-------------> 0% EXECUTING [18m 51s] Building ftgo-order-history-service Creating network "ftgo-application_default" with the default driver Pulling zookeeper (confluentinc/cp-zookeeper:5.2.4)... Pulling kafka (confluentinc/cp-kafka:5.2.4)... Pulling cdc-service (eventuateio/eventuate-cdc-service:0.4.0.RELEASE)... Pulling zipkin (openzipkin/zipkin:2.5.0)... Creating ftgo-application_zookeeper_1 ... done Creating ftgo-application_dynamodblocal_1 ... done Creating ftgo-application_zipkin_1 ... done Creating ftgo-application_ftgo-api-gateway_1 ... done Creating ftgo-application_mysql_1 ... done Creating ftgo-application_dynamodblocal-init_1 ... done Creating ftgo-application_kafka_1 ... done Creating ftgo-application_cdc-service_1 ... done Creating ftgo-application_ftgo-accounting-service_1 ... done Creating ftgo-application_ftgo-restaurant-service_1 ... done Creating ftgo-application_ftgo-order-service_1 ... done Creating ftgo-application_ftgo-order-history-service_1 ... done Creating ftgo-application_ftgo-kitchen-service_1 ... done Creating ftgo-application_ftgo-consumer-service_1 ... done WWill use localhost as host of kafka Will use localhost as host of mysql Will use localhost as host of cdc-service Will use localhost as host of ftgo-consumer-service Will use localhost as host of ftgo-kitchen-service Will use localhost as host of ftgo-restaurant-service Will use localhost as host of ftgo-accounting-service Will use localhost as host of ftgo-api-gateway Will use localhost as host of zipkin Will use localhost as host of ftgo-order-service Will use localhost as host of dynamodblocal Will use localhost as host of dynamodblocal-init Will use localhost as host of ftgo-order-history-service Waiting for cdc-service_1 to become healthy (it's starting) Waiting for cdc-service_1 to become healthy (it's starting) Waiting for cdc-service_1 to become healthy (it's starting) Waiting for cdc-service_1 to become healthy (it's starting) Waiting for cdc-service_1 to become healthy (it's starting) Waiting for cdc-service_1 to become healthy (it's starting) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Waiting for cdc-service_1 to become healthy (it's unhealthy) Killed Stopping ftgo-application_ftgo-restaurant-service_1 ... done Stopping ftgo-application_dynamodblocal-init_1 ... done Stopping ftgo-application_mysql_1 ... done Stopping ftgo-application_zipkin_1 ... done Stopping ftgo-application_ftgo-api-gateway_1 ... done Stopping ftgo-application_zookeeper_1 ... done <-------------> 0% EXECUTING [37m 29s] Removing ftgo-application_ftgo-consumer-service_1 ... Removing ftgo-application_ftgo-kitchen-service_1 ... Removing ftgo-application_ftgo-order-history-service_1 ... Removing ftgo-application_ftgo-order-service_1 ... done Removing ftgo-application_ftgo-restaurant-service_1 ... done Removing ftgo-application_ftgo-accounting-service_1 ... Removing ftgo-application_ftgo-kitchen-service_1 ... done Removing ftgo-application_kafka_1 ... Removing ftgo-application_dynamodblocal-init_1 ... Removing ftgo-application_cdc-service_1 ... done Removing ftgo-application_kafka_1 ... done Removing ftgo-application_ftgo-api-gateway_1 ... Removing ftgo-application_mysql_1 ... done Removing ftgo-application_dynamodblocal_1 ... Removing ftgo-application_ftgo-api-gateway_1 ... done Removing ftgo-application_zookeeper_1 ... done Removing ftgo-application_dynamodblocal_1 ... done Removing network ftgo-application_default > Task :composeUp FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':composeUp'. > Container f90a2523511612bb6c7f28718dacaa75ca5a185c15cc0d40286e00c401ddffd5 of service cdc-service_1 is still reported as 'unhealthy'. Logs: ####### # # # ###### # # ##### # # ## ##### ###### # # # # ## # # # # # # # # ##### # # ##### # # # # # # # # # ##### # # # # # # # # # # ###### # # # # # # # ## # # # # # # # ####### ## ###### # # # #### # # # ###### 02:48:05.957 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) 02:48:22.579 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 318121 ms * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 37m 41s 1 actionable task: 1 executed

Log detail $ docker logs --since 2013-01-02T13:23:37 -f ftgo-application_cdc-service_1 ####### # # # ###### # # ##### # # ## ##### ###### # # # # ## # # # # # # # # ##### # # ##### # # # # # # # # # ##### # # # # # # # # # # ###### # # # # # # # ## # # # # # # # ####### ## ###### # # # #### # # # ###### 02:48:05.957 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) 02:48:22.579 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 318121 ms Killed

Log detail $ docker logs --since 2013-01-02T13:23:37 -f ftgo-application_ftgo-consumer-service_1 docker logs --since 2013-01-02T13:23:37 -f 2020-07-05 02:43:11.455 INFO [-,,,] 1 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3aa9e816: startup date [Sun Jul 05 02:43:11 GMT 2020]; root of context hierarchy 2020-07-05 02:43:26.390 INFO [-,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$9cc787e7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.0.3.RELEASE) 2020-07-05 02:43:36.273 INFO [ftgo-consumer-service,,,] 1 --- [ main] n.c.f.c.main.ConsumerServiceMain : No active profile set, falling back to default profiles: default 2020-07-05 02:43:36.761 INFO [ftgo-consumer-service,,,] 1 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5bcab519: startup date [Sun Jul 05 02:43:36 GMT 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@3aa9e816 2020-07-05 02:48:03.098 INFO [ftgo-consumer-service,,,] 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-07-05 02:48:37.142 INFO [ftgo-consumer-service,,,] 1 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=7b558112-b5e3-3150-bbda-09d8dbf920c1 2020-07-05 02:49:03.721 INFO [ftgo-consumer-service,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$80ad84ea] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-07-05 02:49:10.054 INFO [ftgo-consumer-service,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$9cc787e7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-07-05 02:49:28.439 INFO [ftgo-consumer-service,,,] 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2020-07-05 02:49:29.234 INFO [ftgo-consumer-service,,,] 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2020-07-05 02:49:29.245 INFO [ftgo-consumer-service,,,] 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.31 2020-07-05 02:49:29.551 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib] 2020-07-05 02:49:35.614 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2020-07-05 02:49:35.616 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 358855 ms 2020-07-05 02:52:57.158 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] 2020-07-05 02:52:57.292 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'tracingFilter' to: [/*] 2020-07-05 02:52:57.293 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'exceptionLoggingFilter' to: [/*] 2020-07-05 02:52:57.294 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-07-05 02:52:57.295 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-07-05 02:52:57.295 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] 2020-07-05 02:52:57.299 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*] 2020-07-05 02:52:57.300 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-07-05 02:52:57.300 INFO [ftgo-consumer-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/] 2020-07-05 02:53:01.607 INFO [ftgo-consumer-service,,,] 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... Sun Jul 05 02:53:05 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. 2020-07-05 02:53:05.834 INFO [ftgo-consumer-service,,,] 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. Sun Jul 05 02:53:05 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:53:06 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:53:06 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:53:06 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:53:06 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:53:06 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:53:06 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:53:06 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:53:06 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. 2020-07-05 02:53:07.505 INFO [ftgo-consumer-service,,,] 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2020-07-05 02:53:07.977 INFO [ftgo-consumer-service,,,] 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-07-05 02:53:19.231 INFO [ftgo-consumer-service,,,] 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final} 2020-07-05 02:53:19.457 INFO [ftgo-consumer-service,,,] 1 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2020-07-05 02:53:21.315 INFO [ftgo-consumer-service,,,] 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-07-05 02:54:52.083 INFO [ftgo-consumer-service,,,] 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 2020-07-05 02:55:05.483 DEBUG [ftgo-consumer-service,,,] 1 --- [ main] org.hibernate.SQL : create table consumers (id bigint not null, first_name varchar(255), last_name varchar(255), primary key (id)) engine=MyISAM 2020-07-05 02:55:05.862 DEBUG [ftgo-consumer-service,,,] 1 --- [ main] org.hibernate.SQL : create table hibernate_sequence (next_val bigint) engine=MyISAM 2020-07-05 02:55:05.872 DEBUG [ftgo-consumer-service,,,] 1 --- [ main] org.hibernate.SQL : insert into hibernate_sequence values ( 1 ) 2020-07-05 02:55:05.973 INFO [ftgo-consumer-service,,,] 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-07-05 02:55:25.834 DEBUG [ftgo-consumer-service,,,] 1 --- [ main] io.eventuate.common.id.IdGeneratorImpl : Mac address 2485377957901 2020-07-05 02:55:37.854 WARN [ftgo-consumer-service,,,] 1 --- [ main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2020-07-05 02:55:39.315 INFO [ftgo-consumer-service,,,] 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/consumers/{consumerId}],methods=[GET]}" onto public org.springframework.http.ResponseEntity net.chrisrichardson.ftgo.consumerservice.web.ConsumerController.get(long) 2020-07-05 02:55:39.340 INFO [ftgo-consumer-service,,,] 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/consumers],methods=[POST]}" onto public net.chrisrichardson.ftgo.consumerservice.api.web.CreateConsumerResponse net.chrisrichardson.ftgo.consumerservice.web.ConsumerController.create(net.chrisrichardson.ftgo.consumerservice.api.web.CreateConsumerRequest) 2020-07-05 02:55:39.382 INFO [ftgo-consumer-service,,,] 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 2020-07-05 02:55:39.388 INFO [ftgo-consumer-service,,,] 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 2020-07-05 02:55:39.403 INFO [ftgo-consumer-service,,,] 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 2020-07-05 02:55:39.457 INFO [ftgo-consumer-service,,,] 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-07-05 02:55:39.461 INFO [ftgo-consumer-service,,,] 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-07-05 02:55:42.119 INFO [ftgo-consumer-service,,,] 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' 2020-07-05 02:55:42.452 INFO [ftgo-consumer-service,,,] 1 --- [ main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-07-05 02:55:42.486 INFO [ftgo-consumer-service,,,] 1 --- [ main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) 2020-07-05 02:55:42.502 INFO [ftgo-consumer-service,,,] 1 --- [ main] s.b.a.e.w.s.WebMvcEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-07-05 02:55:48.957 INFO [ftgo-consumer-service,,,] 1 --- [ main] o.a.k.clients.consumer.ConsumerConfig : ConsumerConfig values: auto.commit.interval.ms = 5000 auto.offset.reset = earliest bootstrap.servers = [kafka:29092] check.crcs = true client.id = connections.max.idle.ms = 540000 enable.auto.commit = false exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = consumerServiceDispatcher heartbeat.interval.ms = 3000 interceptor.classes = null internal.leave.group.on.close = true isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 305000 retry.backoff.ms = 100 sasl.jaas.config = null sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.mechanism = GSSAPI security.protocol = PLAINTEXT send.buffer.bytes = 131072 session.timeout.ms = 30000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1] ssl.endpoint.identification.algorithm = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLS ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2020-07-05 02:55:49.199 WARN [ftgo-consumer-service,,,] 1 --- [ main] org.apache.kafka.clients.ClientUtils : Removing server kafka:29092 from bootstrap.servers as DNS resolution failed for kafka 2020-07-05 02:55:49.273 ERROR [ftgo-consumer-service,,,] 1 --- [ main] i.e.m.k.b.c.EventuateKafkaConsumer : Error subscribing org.apache.kafka.common.KafkaException: Failed to construct kafka consumer at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:789) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:643) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:623) ~[kafka-clients-1.0.1.jar!/:na] at io.eventuate.messaging.kafka.basic.consumer.EventuateKafkaConsumer.start(EventuateKafkaConsumer.java:71) ~[eventuate-messaging-kafka-basic-consumer-0.3.0.RELEASE.jar!/:na] at io.eventuate.messaging.kafka.consumer.MessageConsumerKafkaImpl.subscribe(MessageConsumerKafkaImpl.java:50) [eventuate-messaging-kafka-consumer-0.3.0.RELEASE.jar!/:na] at io.eventuate.tram.consumer.kafka.EventuateTramKafkaMessageConsumer.subscribe(EventuateTramKafkaMessageConsumer.java:23) [eventuate-tram-consumer-kafka-0.22.0.RC5.jar!/:na] at io.eventuate.tram.consumer.common.MessageConsumerImpl.subscribe(MessageConsumerImpl.java:32) [eventuate-tram-consumer-common-0.22.0.RC5.jar!/:na] at io.eventuate.tram.commands.consumer.CommandDispatcher.initialize(CommandDispatcher.java:48) [eventuate-tram-commands-0.22.0.RC5.jar!/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_171] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_171] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_171] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_171] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:365) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:308) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:424) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1700) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:581) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:503) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at net.chrisrichardson.ftgo.consumerservice.main.ConsumerServiceMain.main(ConsumerServiceMain.java:15) ~[classes!/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_171] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_171] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_171] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_171] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) ~[ftgo-consumer-service.jar:na] at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) ~[ftgo-consumer-service.jar:na] at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) ~[ftgo-consumer-service.jar:na] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) ~[ftgo-consumer-service.jar:na] Caused by: org.apache.kafka.common.config.ConfigException: No resolvable bootstrap urls given in bootstrap.servers at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:64) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:706) ~[kafka-clients-1.0.1.jar!/:na] ... 40 common frames omitted 2020-07-05 02:55:49.287 WARN [ftgo-consumer-service,,,] 1 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commandDispatcher': Invocation of init method failed; nested exception is java.lang.RuntimeException: org.apache.kafka.common.KafkaException: Failed to construct kafka consumer 2020-07-05 02:55:49.348 INFO [ftgo-consumer-service,,,] 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2020-07-05 02:55:50.376 WARN [ftgo-consumer-service,,,] 1 --- [ main] z.r.AsyncReporter$BoundedAsyncReporter : Timed out waiting for in-flight spans to send 2020-07-05 02:55:50.430 INFO [ftgo-consumer-service,,,] 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2020-07-05 02:55:50.626 INFO [ftgo-consumer-service,,,] 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. 2020-07-05 02:55:50.642 INFO [ftgo-consumer-service,,,] 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2020-07-05 02:55:51.278 INFO [ftgo-consumer-service,,,] 1 --- [ main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2020-07-05 02:55:51.510 ERROR [ftgo-consumer-service,,,] 1 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commandDispatcher': Invocation of init method failed; nested exception is java.lang.RuntimeException: org.apache.kafka.common.KafkaException: Failed to construct kafka consumer at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:138) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:424) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1700) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:581) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:503) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) [spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at net.chrisrichardson.ftgo.consumerservice.main.ConsumerServiceMain.main(ConsumerServiceMain.java:15) [classes!/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_171] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_171] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_171] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_171] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [ftgo-consumer-service.jar:na] at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [ftgo-consumer-service.jar:na] at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [ftgo-consumer-service.jar:na] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [ftgo-consumer-service.jar:na] Caused by: java.lang.RuntimeException: org.apache.kafka.common.KafkaException: Failed to construct kafka consumer at io.eventuate.messaging.kafka.basic.consumer.EventuateKafkaConsumer.start(EventuateKafkaConsumer.java:115) ~[eventuate-messaging-kafka-basic-consumer-0.3.0.RELEASE.jar!/:na] at io.eventuate.messaging.kafka.consumer.MessageConsumerKafkaImpl.subscribe(MessageConsumerKafkaImpl.java:50) ~[eventuate-messaging-kafka-consumer-0.3.0.RELEASE.jar!/:na] at io.eventuate.tram.consumer.kafka.EventuateTramKafkaMessageConsumer.subscribe(EventuateTramKafkaMessageConsumer.java:23) ~[eventuate-tram-consumer-kafka-0.22.0.RC5.jar!/:na] at io.eventuate.tram.consumer.common.MessageConsumerImpl.subscribe(MessageConsumerImpl.java:32) ~[eventuate-tram-consumer-common-0.22.0.RC5.jar!/:na] at io.eventuate.tram.commands.consumer.CommandDispatcher.initialize(CommandDispatcher.java:48) ~[eventuate-tram-commands-0.22.0.RC5.jar!/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_171] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_171] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_171] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_171] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:365) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:308) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] ... 26 common frames omitted Caused by: org.apache.kafka.common.KafkaException: Failed to construct kafka consumer at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:789) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:643) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:623) ~[kafka-clients-1.0.1.jar!/:na] at io.eventuate.messaging.kafka.basic.consumer.EventuateKafkaConsumer.start(EventuateKafkaConsumer.java:71) ~[eventuate-messaging-kafka-basic-consumer-0.3.0.RELEASE.jar!/:na] ... 37 common frames omitted Caused by: org.apache.kafka.common.config.ConfigException: No resolvable bootstrap urls given in bootstrap.servers at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:64) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:706) ~[kafka-clients-1.0.1.jar!/:na] ... 40 common frames omitted

Log detail $ docker logs --since 2013-01-02T13:23:37 -f ftgo-application_ftgo-api-gateway_1 2020-07-05 02:43:11.392 INFO [-,,,] 1 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2fc14f68: startup date [Sun Jul 05 02:43:11 GMT 2020]; root of context hierarchy 2020-07-05 02:43:21.222 INFO [-,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$9cc787e7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.0.3.RELEASE) 2020-07-05 02:43:26.634 INFO [ftgo-api-gateway,,,] 1 --- [ main] n.c.f.apiagateway.ApiGatewayApplication : No active profile set, falling back to default profiles: default 2020-07-05 02:43:26.899 INFO [ftgo-api-gateway,,,] 1 --- [ main] onfigReactiveWebServerApplicationContext : Refreshing org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@42dafa95: startup date [Sun Jul 05 02:43:26 GMT 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@2fc14f68 2020-07-05 02:48:12.978 DEBUG [ftgo-api-gateway,,,] 1 --- [ main] o.s.cloud.context.scope.GenericScope : Generating bean factory id from names: [accountingService, adaptCachedBodyGlobalFilter, addRequestHeaderGatewayFilterFactory, addRequestParameterGatewayFilterFactory, addResponseHeaderGatewayFilterFactory, afterRoutePredicateFactory, apiGatewayApplication, auditEventRepository, auditEventsEndpoint, auditListener, beansEndpoint, beforeRoutePredicateFactory, betweenRoutePredicateFactory, cachedCompositeRouteLocator, classLoaderMetrics, collectorRegistry, compositeDiscoveryClient, conditionsReportEndpoint, configurationPropertiesBeans, configurationPropertiesRebinder, configurationPropertiesReportEndpoint, consumer.destinations-net.chrisrichardson.ftgo.apiagateway.consumers.ConsumerDestinations, consumerConfiguration, consumerProxyRouting, contextRefresher, controllerEndpointDiscoverer, controllerEndpointHandlerMapping, controllerExposeExcludePropertyEndpointFilter, cookieRoutePredicateFactory, createHealthStatusHttpMapper, defaultHttpServerParser, defaultSkipPatternBeanIfManagementServerPropsArePresent, defaultTraceSampler, defaultValidator, deliveryService, discoveryLocatorProperties, diskSpaceHealthIndicator, diskSpaceHealthIndicatorProperties, dispatcherHandlerMappingDescriptionProvider, dumpEndpoint, endpointCachingOperationInvokerAdvisor, endpointMediaTypes, endpointOperationParameterMapper, envInfoContributor, environmentEndpoint, environmentEndpointWebExtension, environmentManager, errorAttributes, errorParser, errorWebExceptionHandler, exchangeStrategiesCustomizer, executorBeanPostProcessor, featuresEndpoint, fileDescriptorMetrics, filteringWebHandler, forwardPathFilter, forwardRoutingFilter, forwardedHeadersFilter, gatewayControllerEndpoint, gatewayProperties, handlerFunctionAdapter, headerRoutePredicateFactory, healthAggregator, healthEndpoint, healthWebEndpointResponseMapper, heapDumpWebEndpoint, hostRoutePredicateFactory, httpClient, httpClientParser, httpClientProperties, httpExchangeTracer, httpHandler, httpTraceEndpoint, httpTraceWebFilter, httpTracing, inMemoryRouteDefinitionRepository, inetUtils, inetUtilsProperties, infoEndpoint, jacksonCodecCustomizer, jacksonObjectMapper, jacksonObjectMapperBuilder, jmxAnnotationEndpointDiscoverer, jmxIncludeExcludePropertyEndpointFilter, jmxMBeanExporter, jsonComponentModule, jvmGcMetrics, jvmMemoryMetrics, jvmThreadMetrics, kitchenService, loadBalancerClientZipkinLoadBalancer, localeContextResolver, logbackMetrics, loggersEndpoint, loggingRebinder, management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties, management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties, management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties, management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties, management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties, management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties, management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties, management.health.status-org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorProperties, management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties, management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties, management.metrics.export.prometheus-org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties, management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties, management.trace.http-org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceProperties, mappingJackson2HttpMessageConverter, mappingsEndpoint, mbeanExporter, mbeanServer, messageConverters, meterRegistryPostProcessor, methodRoutePredicateFactory, methodValidationPostProcessor, metricsEndpoint, metricsRestTemplateCustomizer, metricsWebClientUriTagFilter, micrometerClock, modifyRequestBodyGatewayFilterFactory, modifyResponseBodyGatewayFilterFactory, nettyClientOptions, nettyReactiveWebServerFactory, nettyWriteResponseFilter, newSpanParser, noOpLastOperatorWrapper, noOpTagValueResolver, objectNamingStrategy, order.destinations-net.chrisrichardson.ftgo.apiagateway.orders.OrderDestinations, orderConfiguration, orderHandlerRouting, orderHandlers, orderProxyRouting, orderServiceProxy, org.springframework.aop.config.internalAutoProxyCreator, org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration, org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration$AuditEventRepositoryConfiguration, org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$ReactiveWebHealthConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration$JvmMeterBindersConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration$MeterBindersConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration$PrometheusScrapeEndpointConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.web.client.RestTemplateMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.web.reactive.WebFluxMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.mongo.MongoHealthIndicatorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.redis.RedisHealthIndicatorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceAutoConfiguration, org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceAutoConfiguration$ReactiveTraceFilterConfiguration, org.springframework.boot.actuate.autoconfigure.trace.http.HttpTraceEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ReactiveWebConfiguration, org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementContextAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration, org.springframework.boot.autoconfigure.AutoConfigurationPackages, org.springframework.boot.autoconfigure.aop.AopAutoConfiguration, org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$CglibAutoProxyConfiguration, org.springframework.boot.autoconfigure.condition.BeanTypeRegistry, org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration, org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration, org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration, org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration, org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration, org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration, org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration, org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration$JacksonCodecConfiguration, org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration, org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration, org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration, org.springframework.boot.autoconfigure.reactor.core.ReactorCoreAutoConfiguration, org.springframework.boot.autoconfigure.security.reactive.ReactiveSecurityAutoConfiguration, org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration, org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration, org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration, org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration, org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration$AnnotationConfig, org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration, org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryConfiguration$EmbeddedNetty, org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration, org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration$EnableWebFluxConfiguration, org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration$WebFluxConfig, org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration, org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration, org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration$WebClientCodecsConfiguration, org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata, org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor, org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration, org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration, org.springframework.cloud.autoconfigure.PauseResumeEndpointsConfiguration, org.springframework.cloud.autoconfigure.RefreshAutoConfiguration, org.springframework.cloud.autoconfigure.RefreshAutoConfiguration$RefreshScopeBeanDefinitionEnhancer, org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration, org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration$RefreshEndpointConfiguration, org.springframework.cloud.autoconfigure.RestartEndpointWithoutIntegrationConfiguration, org.springframework.cloud.autoconfigure.WritableEnvironmentEndpointAutoConfiguration, org.springframework.cloud.client.CommonsClientAutoConfiguration, org.springframework.cloud.client.CommonsClientAutoConfiguration$ActuatorConfiguration, org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration, org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration, org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration, org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationConfiguration, org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration, org.springframework.cloud.commons.httpclient.HttpClientConfiguration, org.springframework.cloud.commons.util.UtilAutoConfiguration, org.springframework.cloud.gateway.config.GatewayAutoConfiguration, org.springframework.cloud.gateway.config.GatewayAutoConfiguration$GatewayActuatorConfiguration, org.springframework.cloud.gateway.config.GatewayAutoConfiguration$NettyConfiguration, org.springframework.cloud.gateway.config.GatewayClassPathWarningAutoConfiguration, org.springframework.cloud.gateway.discovery.GatewayDiscoveryClientAutoConfiguration, org.springframework.cloud.sleuth.annotation.SleuthAnnotationAutoConfiguration, org.springframework.cloud.sleuth.autoconfig.TraceAutoConfiguration, org.springframework.cloud.sleuth.instrument.async.AsyncDefaultAutoConfiguration, org.springframework.cloud.sleuth.instrument.async.AsyncDefaultAutoConfiguration$DefaultAsyncConfigurerSupport, org.springframework.cloud.sleuth.instrument.messaging.TraceMessagingAutoConfiguration, org.springframework.cloud.sleuth.instrument.reactor.TraceReactorAutoConfiguration, org.springframework.cloud.sleuth.instrument.reactor.TraceReactorAutoConfiguration$TraceReactorConfiguration, org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAutoConfiguration, org.springframework.cloud.sleuth.instrument.web.TraceHttpAutoConfiguration, org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration, org.springframework.cloud.sleuth.instrument.web.TraceWebAutoConfiguration$SkipPatternProviderConfig, org.springframework.cloud.sleuth.instrument.web.TraceWebFluxAutoConfiguration, org.springframework.cloud.sleuth.instrument.web.client.TraceWebAsyncClientAutoConfiguration, org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientAutoConfiguration, org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientAutoConfiguration$NettyConfiguration, org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientAutoConfiguration$RestTemplateConfig, org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientAutoConfiguration$RestTemplateConfig$TraceInterceptorConfiguration, org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientAutoConfiguration$WebClientConfig, org.springframework.cloud.sleuth.log.SleuthLogAutoConfiguration, org.springframework.cloud.sleuth.log.SleuthLogAutoConfiguration$Slf4jConfiguration, org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration, org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration$DefaultEndpointLocatorConfiguration, org.springframework.cloud.sleuth.zipkin2.ZipkinAutoConfiguration$RefreshScopedProbabilityBasedSamplerConfiguration, org.springframework.cloud.sleuth.zipkin2.sender.ZipkinRestTemplateSenderConfiguration, org.springframework.cloud.sleuth.zipkin2.sender.ZipkinRestTemplateSenderConfiguration$DiscoveryClientZipkinUrlExtractorConfiguration, org.springframework.cloud.sleuth.zipkin2.sender.ZipkinRestTemplateSenderConfiguration$DiscoveryClientZipkinUrlExtractorConfiguration$ZipkinClientLoadBalancedConfiguration, org.springframework.context.annotation.internalAutowiredAnnotationProcessor, org.springframework.context.annotation.internalCommonAnnotationProcessor, org.springframework.context.annotation.internalConfigurationAnnotationProcessor, org.springframework.context.annotation.internalRequiredAnnotationProcessor, org.springframework.context.event.internalEventListenerFactory, org.springframework.context.event.internalEventListenerProcessor, parameterNamesModule, pathMappedEndpoints, pathRoutePredicateFactory, prefixPathGatewayFilterFactory, preserveHostHeaderGatewayFilterFactory, processorMetrics, prometheusConfig, prometheusEndpoint, prometheusMeterRegistry, propertiesMeterFilter, propertiesRouteDefinitionLocator, propertySourcesPlaceholderConfigurer, queryRoutePredicateFactory, reactiveHealthEndpointWebExtension, reactiveWebChildContextFactory, reactiveWebServerFactoryCustomizer, reactorNettyWebSocketClient, readBodyPredicateFactory, redirectToGatewayFilterFactory, refreshEndpoint, refreshEventListener, refreshScope, refreshScopeHealthIndicator, remoteAddrRoutePredicateFactory, removeHopByHopHeadersFilter, removeRequestHeaderGatewayFilterFactory, removeResponseHeaderGatewayFilterFactory, reporter, requestHeaderToRequestUriGatewayFilterFactory, requestMappingHandlerAdapter, requestMappingHandlerMapping, resourceHandlerMapping, responseBodyResultHandler, responseEntityResultHandler, responseStatusExceptionHandler, restTemplateBuilder, restTemplateSender, restTemplateTagConfigurer, retryGatewayFilterFactory, rewritePathGatewayFilterFactory, routeDefinitionLocator, routeDefinitionRouteLocator, routeLocatorBuilder, routePredicateHandlerMapping, routeRefreshListener, routeToRequestUrlFilter, routerFunctionMapping, routingFilter, saveSessionGatewayFilterFactory, scheduledTasksEndpoint, scopedTarget.defaultTraceSampler, secureHeadersGatewayFilterFactory, secureHeadersProperties, server-org.springframework.boot.autoconfigure.web.ServerProperties, serverCodecConfigurer, serverResponseResultHandler, setPathGatewayFilterFactory, setRequestHeaderGatewayFilterFactory, setResponseHeaderGatewayFilterFactory, setStatusGatewayFilterFactory, simpleDiscoveryClient, simpleDiscoveryProperties, simpleHandlerAdapter, sleuthAdvisorConfig, sleuthClientSampler, sleuthPropagation, sleuthReporterMetrics, sleuthSpanNamer, slf4jSpanLogger, slf4jSpanLoggerBPP, spanBytesEncoder, spanCustomizer, spelTagValueExpressionResolver, spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties, spring.http.encoding-org.springframework.boot.autoconfigure.http.HttpEncodingProperties, spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties, spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties, spring.reactor-org.springframework.boot.autoconfigure.reactor.core.ReactorCoreProperties, spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties, spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties, spring.sleuth-org.springframework.cloud.sleuth.autoconfig.SleuthProperties, spring.sleuth-org.springframework.cloud.sleuth.instrument.messaging.SleuthMessagingProperties, spring.sleuth.annotation-org.springframework.cloud.sleuth.annotation.SleuthAnnotationProperties, spring.sleuth.http.legacy-org.springframework.cloud.sleuth.instrument.web.SleuthHttpLegacyProperties, spring.sleuth.keys-org.springframework.cloud.sleuth.instrument.web.TraceKeys, spring.sleuth.log.slf4j-org.springframework.cloud.sleuth.log.SleuthSlf4jProperties, spring.sleuth.sampler-org.springframework.cloud.sleuth.sampler.SamplerProperties, spring.sleuth.scheduled-org.springframework.cloud.sleuth.instrument.scheduling.SleuthSchedulingProperties, spring.sleuth.web-org.springframework.cloud.sleuth.instrument.web.SleuthWebProperties, spring.webflux-org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties, spring.zipkin-org.springframework.cloud.sleuth.zipkin2.ZipkinProperties, spring.zipkin.sender-org.springframework.cloud.sleuth.zipkin2.sender.ZipkinSenderProperties, standardJacksonObjectMapperBuilderCustomizer, stringHttpMessageConverter, stripPrefixGatewayFilterFactory, traceApplicationContextRefreshedListener, traceAsyncAspect, traceFilter, traceHookRegisteringBeanDefinitionRegistryPostProcessor, traceNetyAspect, traceRepository, traceRestTemplateBPP, traceRestTemplateCustomizer, traceSchedulingAspect, traceWebClientBeanPostProcessor, tracer, tracing, tracingClientHttpRequestInterceptor, uptimeMetrics, viewResolutionResultHandler, webClient, webClientBuilder, webEndpointDiscoverer, webEndpointPathMapper, webEndpointReactiveHandlerMapping, webExposeExcludePropertyEndpointFilter, webFluxAdapterRegistry, webFluxContentTypeResolver, webFluxConversionService, webFluxValidator, webHandler, webServerFactoryCustomizerBeanPostProcessor, webSocketService, webfluxMetrics, webfluxTagConfigurer, websocketRoutingFilter, weightCalculatorWebFilter, weightRoutePredicateFactory, xForwardedHeadersFilter, zipkinEndpointLocator, zipkinRestTemplateCustomizer, zipkinUrlExtractor] 2020-07-05 02:48:13.251 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=a58bae0e-7359-3898-a551-a688c6f1a6f3 2020-07-05 02:48:53.014 INFO [ftgo-api-gateway,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$9cc787e7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-07-05 02:49:21.021 DEBUG [ftgo-api-gateway,,,] 1 --- [ main] s.w.r.r.m.a.RequestMappingHandlerMapping : Looking for request mappings in application context: org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@42dafa95: startup date [Sun Jul 05 02:43:26 GMT 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@2fc14f68 2020-07-05 02:49:26.954 DEBUG [ftgo-api-gateway,,,] 1 --- [ main] o.s.w.r.f.s.s.RouterFunctionMapping : Looking for router functions in application context: org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@42dafa95: startup date [Sun Jul 05 02:43:26 GMT 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@2fc14f68 2020-07-05 02:49:56.527 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.w.r.f.s.s.RouterFunctionMapping : Mapped (GET && /orders/{orderId}) -> net.chrisrichardson.ftgo.apiagateway.orders.OrderConfiguration$$Lambda$285/899929247@2462cb01 2020-07-05 02:49:59.006 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.w.r.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.reactive.resource.ResourceWebHandler] 2020-07-05 02:49:59.124 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.w.r.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.reactive.resource.ResourceWebHandler] 2020-07-05 02:50:21.875 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.ws(java.lang.String,java.util.function.Consumer)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:50:21.919 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.ws(java.lang.String,java.util.function.Consumer,java.lang.String)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:50:21.942 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.ws(java.lang.String,java.lang.String)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:50:22.200 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.ws(java.lang.String)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:50:22.220 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.patch(java.lang.String,java.util.function.Function)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:50:22.419 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.patch(java.lang.String)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:50:22.510 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.post(java.lang.String,java.util.function.Function)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:50:22.580 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.get(java.lang.String,java.util.function.Function)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:50:22.656 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.get(java.lang.String)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:50:22.720 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.put(java.lang.String,java.util.function.Function)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:50:22.731 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.delete(java.lang.String,java.util.function.Function)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:50:22.772 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.aop.framework.CglibAopProxy : Final method [public final reactor.core.publisher.Mono reactor.ipc.netty.http.client.HttpClient.delete(java.lang.String)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance. 2020-07-05 02:52:43.485 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [After] 2020-07-05 02:52:43.611 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Before] 2020-07-05 02:52:43.611 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Between] 2020-07-05 02:52:43.612 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Cookie] 2020-07-05 02:52:43.612 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Header] 2020-07-05 02:52:43.613 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Host] 2020-07-05 02:52:43.614 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Method] 2020-07-05 02:52:43.616 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Path] 2020-07-05 02:52:43.629 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Query] 2020-07-05 02:52:43.630 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [ReadBodyPredicateFactory] 2020-07-05 02:52:43.640 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [RemoteAddr] 2020-07-05 02:52:43.647 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.c.g.r.RouteDefinitionRouteLocator : Loaded RoutePredicateFactory [Weight] 2020-07-05 02:53:04.074 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' 2020-07-05 02:53:04.935 INFO [ftgo-api-gateway,,,] 1 --- [ main] .b.a.e.w.r.WebFluxEndpointHandlerMapping : Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public org.reactivestreams.Publisher> org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$ReadOperationHandler.handle(org.springframework.web.server.ServerWebExchange) 2020-07-05 02:53:04.973 INFO [ftgo-api-gateway,,,] 1 --- [ main] .b.a.e.w.r.WebFluxEndpointHandlerMapping : Mapped "{[/actuator/prometheus],methods=[GET],produces=[text/plain;version=0.0.4;charset=utf-8]}" onto public org.reactivestreams.Publisher> org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$ReadOperationHandler.handle(org.springframework.web.server.ServerWebExchange) 2020-07-05 02:53:04.989 INFO [ftgo-api-gateway,,,] 1 --- [ main] .b.a.e.w.r.WebFluxEndpointHandlerMapping : Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto protected java.util.Map> org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping.links(org.springframework.web.server.ServerWebExchange) 2020-07-05 02:53:06.556 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.w.r.r.m.a.ControllerMethodResolver : Looking for @ControllerAdvice: org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@42dafa95: startup date [Sun Jul 05 02:43:26 GMT 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@2fc14f68 2020-07-05 02:55:23.233 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2020-07-05 02:55:23.782 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'environmentManager' has been autodetected for JMX exposure 2020-07-05 02:55:23.793 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2020-07-05 02:55:23.806 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'refreshScope' has been autodetected for JMX exposure 2020-07-05 02:55:23.855 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2020-07-05 02:55:24.127 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2020-07-05 02:55:24.346 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=42dafa95,type=ConfigurationPropertiesRebinder] 2020-07-05 02:55:28.425 INFO [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] r.ipc.netty.tcp.BlockingNettyContext : Started HttpServer on /0.0.0.0:8080 2020-07-05 02:55:28.455 INFO [ftgo-api-gateway,,,] 1 --- [ main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port(s): 8080 2020-07-05 02:55:28.697 INFO [ftgo-api-gateway,,,] 1 --- [ main] n.c.f.apiagateway.ApiGatewayApplication : Started ApiGatewayApplication in 764.085 seconds (JVM running for 782.128) 2020-07-05 02:55:32.032 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:55:32.320 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(283fe239b3a5829c/283fe239b3a5829c) 2020-07-05 02:55:32.539 DEBUG [ftgo-api-gateway,283fe239b3a5829c,283fe239b3a5829c,true] 1 --- [-server-epoll-6] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:55:35.399 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:55:35.453 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:55:35.463 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@2544aa22] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:55:36.576 DEBUG [ftgo-api-gateway,283fe239b3a5829c,283fe239b3a5829c,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(283fe239b3a5829c/283fe239b3a5829c) 2020-07-05 02:55:36.585 DEBUG [ftgo-api-gateway,283fe239b3a5829c,283fe239b3a5829c,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(283fe239b3a5829c/283fe239b3a5829c) 2020-07-05 02:55:36.596 DEBUG [ftgo-api-gateway,283fe239b3a5829c,283fe239b3a5829c,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(283fe239b3a5829c/283fe239b3a5829c) 2020-07-05 02:55:36.625 DEBUG [ftgo-api-gateway,283fe239b3a5829c,283fe239b3a5829c,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(283fe239b3a5829c/283fe239b3a5829c) 2020-07-05 02:55:37.760 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:55:38.790 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:55:38.792 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:55:38.794 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@12ff0179] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:55:38.827 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:55:42.376 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:55:42.394 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(1bb3d61f750fed27/1bb3d61f750fed27) 2020-07-05 02:55:42.415 DEBUG [ftgo-api-gateway,1bb3d61f750fed27,1bb3d61f750fed27,true] 1 --- [-server-epoll-7] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:55:42.541 DEBUG [ftgo-api-gateway,1bb3d61f750fed27,1bb3d61f750fed27,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(1bb3d61f750fed27/1bb3d61f750fed27) 2020-07-05 02:55:42.549 DEBUG [ftgo-api-gateway,1bb3d61f750fed27,1bb3d61f750fed27,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(1bb3d61f750fed27/1bb3d61f750fed27) 2020-07-05 02:55:42.554 DEBUG [ftgo-api-gateway,1bb3d61f750fed27,1bb3d61f750fed27,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(1bb3d61f750fed27/1bb3d61f750fed27) 2020-07-05 02:55:42.569 DEBUG [ftgo-api-gateway,1bb3d61f750fed27,1bb3d61f750fed27,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(1bb3d61f750fed27/1bb3d61f750fed27) 2020-07-05 02:55:42.836 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:55:42.837 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:55:42.842 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@d9d7c9a] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:55:42.864 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:55:47.979 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:55:47.986 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(bca81d886f8d9c63/bca81d886f8d9c63) 2020-07-05 02:55:48.003 DEBUG [ftgo-api-gateway,bca81d886f8d9c63,bca81d886f8d9c63,true] 1 --- [-server-epoll-8] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:55:48.077 DEBUG [ftgo-api-gateway,bca81d886f8d9c63,bca81d886f8d9c63,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(bca81d886f8d9c63/bca81d886f8d9c63) 2020-07-05 02:55:48.077 DEBUG [ftgo-api-gateway,bca81d886f8d9c63,bca81d886f8d9c63,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(bca81d886f8d9c63/bca81d886f8d9c63) 2020-07-05 02:55:48.078 DEBUG [ftgo-api-gateway,bca81d886f8d9c63,bca81d886f8d9c63,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(bca81d886f8d9c63/bca81d886f8d9c63) 2020-07-05 02:55:48.085 DEBUG [ftgo-api-gateway,bca81d886f8d9c63,bca81d886f8d9c63,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(bca81d886f8d9c63/bca81d886f8d9c63) 2020-07-05 02:55:48.892 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:55:48.893 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:55:48.896 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@3fc39b88] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:55:48.930 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:55:53.469 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:55:53.480 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(6f9562d5f7d4772d/6f9562d5f7d4772d) 2020-07-05 02:55:53.512 DEBUG [ftgo-api-gateway,6f9562d5f7d4772d,6f9562d5f7d4772d,true] 1 --- [-server-epoll-5] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:55:53.674 DEBUG [ftgo-api-gateway,6f9562d5f7d4772d,6f9562d5f7d4772d,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(6f9562d5f7d4772d/6f9562d5f7d4772d) 2020-07-05 02:55:53.674 DEBUG [ftgo-api-gateway,6f9562d5f7d4772d,6f9562d5f7d4772d,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(6f9562d5f7d4772d/6f9562d5f7d4772d) 2020-07-05 02:55:53.676 DEBUG [ftgo-api-gateway,6f9562d5f7d4772d,6f9562d5f7d4772d,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(6f9562d5f7d4772d/6f9562d5f7d4772d) 2020-07-05 02:55:53.681 DEBUG [ftgo-api-gateway,6f9562d5f7d4772d,6f9562d5f7d4772d,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(6f9562d5f7d4772d/6f9562d5f7d4772d) 2020-07-05 02:55:54.063 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:55:54.157 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:55:54.204 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@3250cf0c] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:55:54.826 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:55:59.323 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:55:59.341 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(47fad63fe2e517c7/47fad63fe2e517c7) 2020-07-05 02:55:59.360 DEBUG [ftgo-api-gateway,47fad63fe2e517c7,47fad63fe2e517c7,true] 1 --- [-server-epoll-6] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:55:59.485 DEBUG [ftgo-api-gateway,47fad63fe2e517c7,47fad63fe2e517c7,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(47fad63fe2e517c7/47fad63fe2e517c7) 2020-07-05 02:55:59.486 DEBUG [ftgo-api-gateway,47fad63fe2e517c7,47fad63fe2e517c7,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(47fad63fe2e517c7/47fad63fe2e517c7) 2020-07-05 02:55:59.492 DEBUG [ftgo-api-gateway,47fad63fe2e517c7,47fad63fe2e517c7,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(47fad63fe2e517c7/47fad63fe2e517c7) 2020-07-05 02:55:59.536 DEBUG [ftgo-api-gateway,47fad63fe2e517c7,47fad63fe2e517c7,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(47fad63fe2e517c7/47fad63fe2e517c7) 2020-07-05 02:55:59.965 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:55:59.974 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:55:59.982 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@58cef4f6] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:00.097 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:56:05.244 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:56:05.248 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(bcf7b45002c09619/bcf7b45002c09619) 2020-07-05 02:56:05.262 DEBUG [ftgo-api-gateway,bcf7b45002c09619,bcf7b45002c09619,true] 1 --- [-server-epoll-7] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:56:05.331 DEBUG [ftgo-api-gateway,bcf7b45002c09619,bcf7b45002c09619,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(bcf7b45002c09619/bcf7b45002c09619) 2020-07-05 02:56:05.331 DEBUG [ftgo-api-gateway,bcf7b45002c09619,bcf7b45002c09619,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(bcf7b45002c09619/bcf7b45002c09619) 2020-07-05 02:56:05.332 DEBUG [ftgo-api-gateway,bcf7b45002c09619,bcf7b45002c09619,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(bcf7b45002c09619/bcf7b45002c09619) 2020-07-05 02:56:05.339 DEBUG [ftgo-api-gateway,bcf7b45002c09619,bcf7b45002c09619,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(bcf7b45002c09619/bcf7b45002c09619) 2020-07-05 02:56:06.125 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:56:06.126 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:56:06.132 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@3e512ad9] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:06.169 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:56:10.942 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:56:10.944 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(f677b3e8b969bb07/f677b3e8b969bb07) 2020-07-05 02:56:10.953 DEBUG [ftgo-api-gateway,f677b3e8b969bb07,f677b3e8b969bb07,true] 1 --- [-server-epoll-8] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:56:11.030 DEBUG [ftgo-api-gateway,f677b3e8b969bb07,f677b3e8b969bb07,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(f677b3e8b969bb07/f677b3e8b969bb07) 2020-07-05 02:56:11.031 DEBUG [ftgo-api-gateway,f677b3e8b969bb07,f677b3e8b969bb07,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(f677b3e8b969bb07/f677b3e8b969bb07) 2020-07-05 02:56:11.033 DEBUG [ftgo-api-gateway,f677b3e8b969bb07,f677b3e8b969bb07,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(f677b3e8b969bb07/f677b3e8b969bb07) 2020-07-05 02:56:11.034 DEBUG [ftgo-api-gateway,f677b3e8b969bb07,f677b3e8b969bb07,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(f677b3e8b969bb07/f677b3e8b969bb07) 2020-07-05 02:56:11.179 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:56:11.180 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:56:11.181 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@1dedf940] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:11.193 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:56:16.399 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:56:16.401 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(2c52ea5a24b78820/2c52ea5a24b78820) 2020-07-05 02:56:16.414 DEBUG [ftgo-api-gateway,2c52ea5a24b78820,2c52ea5a24b78820,true] 1 --- [-server-epoll-5] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:56:16.463 DEBUG [ftgo-api-gateway,2c52ea5a24b78820,2c52ea5a24b78820,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(2c52ea5a24b78820/2c52ea5a24b78820) 2020-07-05 02:56:16.468 DEBUG [ftgo-api-gateway,2c52ea5a24b78820,2c52ea5a24b78820,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(2c52ea5a24b78820/2c52ea5a24b78820) 2020-07-05 02:56:16.469 DEBUG [ftgo-api-gateway,2c52ea5a24b78820,2c52ea5a24b78820,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(2c52ea5a24b78820/2c52ea5a24b78820) 2020-07-05 02:56:16.478 DEBUG [ftgo-api-gateway,2c52ea5a24b78820,2c52ea5a24b78820,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(2c52ea5a24b78820/2c52ea5a24b78820) 2020-07-05 02:56:17.207 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:56:17.208 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:56:17.214 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@29717d5e] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:17.235 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:56:21.720 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:56:21.723 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(027d26e519d3c56b/027d26e519d3c56b) 2020-07-05 02:56:21.728 DEBUG [ftgo-api-gateway,027d26e519d3c56b,027d26e519d3c56b,true] 1 --- [-server-epoll-6] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:56:21.753 DEBUG [ftgo-api-gateway,027d26e519d3c56b,027d26e519d3c56b,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(027d26e519d3c56b/027d26e519d3c56b) 2020-07-05 02:56:21.754 DEBUG [ftgo-api-gateway,027d26e519d3c56b,027d26e519d3c56b,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(027d26e519d3c56b/027d26e519d3c56b) 2020-07-05 02:56:21.754 DEBUG [ftgo-api-gateway,027d26e519d3c56b,027d26e519d3c56b,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(027d26e519d3c56b/027d26e519d3c56b) 2020-07-05 02:56:21.759 DEBUG [ftgo-api-gateway,027d26e519d3c56b,027d26e519d3c56b,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(027d26e519d3c56b/027d26e519d3c56b) 2020-07-05 02:56:22.243 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:56:22.244 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:56:22.244 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@63745c2] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:22.255 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:56:26.915 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:56:26.915 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(900ea78e2ed2d109/900ea78e2ed2d109) 2020-07-05 02:56:26.919 DEBUG [ftgo-api-gateway,900ea78e2ed2d109,900ea78e2ed2d109,true] 1 --- [-server-epoll-7] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:56:26.934 DEBUG [ftgo-api-gateway,900ea78e2ed2d109,900ea78e2ed2d109,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(900ea78e2ed2d109/900ea78e2ed2d109) 2020-07-05 02:56:26.935 DEBUG [ftgo-api-gateway,900ea78e2ed2d109,900ea78e2ed2d109,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(900ea78e2ed2d109/900ea78e2ed2d109) 2020-07-05 02:56:26.936 DEBUG [ftgo-api-gateway,900ea78e2ed2d109,900ea78e2ed2d109,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(900ea78e2ed2d109/900ea78e2ed2d109) 2020-07-05 02:56:26.937 DEBUG [ftgo-api-gateway,900ea78e2ed2d109,900ea78e2ed2d109,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(900ea78e2ed2d109/900ea78e2ed2d109) 2020-07-05 02:56:27.269 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:56:27.269 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:56:27.270 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@3107b03f] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:27.275 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:56:32.029 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:56:32.030 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(c865cd898a8d8cd0/c865cd898a8d8cd0) 2020-07-05 02:56:32.030 DEBUG [ftgo-api-gateway,c865cd898a8d8cd0,c865cd898a8d8cd0,true] 1 --- [-server-epoll-8] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:56:32.053 DEBUG [ftgo-api-gateway,c865cd898a8d8cd0,c865cd898a8d8cd0,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(c865cd898a8d8cd0/c865cd898a8d8cd0) 2020-07-05 02:56:32.053 DEBUG [ftgo-api-gateway,c865cd898a8d8cd0,c865cd898a8d8cd0,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(c865cd898a8d8cd0/c865cd898a8d8cd0) 2020-07-05 02:56:32.053 DEBUG [ftgo-api-gateway,c865cd898a8d8cd0,c865cd898a8d8cd0,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(c865cd898a8d8cd0/c865cd898a8d8cd0) 2020-07-05 02:56:32.053 DEBUG [ftgo-api-gateway,c865cd898a8d8cd0,c865cd898a8d8cd0,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(c865cd898a8d8cd0/c865cd898a8d8cd0) 2020-07-05 02:56:32.251 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:56:32.252 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:56:32.253 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@435278a6] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:32.260 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:56:37.182 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:56:37.182 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(d747fe3a7340f902/d747fe3a7340f902) 2020-07-05 02:56:37.184 DEBUG [ftgo-api-gateway,d747fe3a7340f902,d747fe3a7340f902,true] 1 --- [-server-epoll-5] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:56:37.197 DEBUG [ftgo-api-gateway,d747fe3a7340f902,d747fe3a7340f902,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(d747fe3a7340f902/d747fe3a7340f902) 2020-07-05 02:56:37.198 DEBUG [ftgo-api-gateway,d747fe3a7340f902,d747fe3a7340f902,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(d747fe3a7340f902/d747fe3a7340f902) 2020-07-05 02:56:37.198 DEBUG [ftgo-api-gateway,d747fe3a7340f902,d747fe3a7340f902,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(d747fe3a7340f902/d747fe3a7340f902) 2020-07-05 02:56:37.198 DEBUG [ftgo-api-gateway,d747fe3a7340f902,d747fe3a7340f902,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(d747fe3a7340f902/d747fe3a7340f902) 2020-07-05 02:56:37.267 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:56:37.268 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:56:37.268 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@61eb761f] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:37.273 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:56:42.341 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:56:42.343 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(88cd6d4281090356/88cd6d4281090356) 2020-07-05 02:56:42.347 DEBUG [ftgo-api-gateway,88cd6d4281090356,88cd6d4281090356,true] 1 --- [-server-epoll-6] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:56:42.358 DEBUG [ftgo-api-gateway,88cd6d4281090356,88cd6d4281090356,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(88cd6d4281090356/88cd6d4281090356) 2020-07-05 02:56:42.358 DEBUG [ftgo-api-gateway,88cd6d4281090356,88cd6d4281090356,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(88cd6d4281090356/88cd6d4281090356) 2020-07-05 02:56:42.359 DEBUG [ftgo-api-gateway,88cd6d4281090356,88cd6d4281090356,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(88cd6d4281090356/88cd6d4281090356) 2020-07-05 02:56:42.360 DEBUG [ftgo-api-gateway,88cd6d4281090356,88cd6d4281090356,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(88cd6d4281090356/88cd6d4281090356) 2020-07-05 02:56:43.280 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:56:43.281 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:56:43.281 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@5dce26b5] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:43.288 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:56:47.496 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:56:47.497 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(e603df2d7cf6f616/e603df2d7cf6f616) 2020-07-05 02:56:47.499 DEBUG [ftgo-api-gateway,e603df2d7cf6f616,e603df2d7cf6f616,true] 1 --- [-server-epoll-7] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:56:47.514 DEBUG [ftgo-api-gateway,e603df2d7cf6f616,e603df2d7cf6f616,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(e603df2d7cf6f616/e603df2d7cf6f616) 2020-07-05 02:56:47.515 DEBUG [ftgo-api-gateway,e603df2d7cf6f616,e603df2d7cf6f616,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(e603df2d7cf6f616/e603df2d7cf6f616) 2020-07-05 02:56:47.515 DEBUG [ftgo-api-gateway,e603df2d7cf6f616,e603df2d7cf6f616,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(e603df2d7cf6f616/e603df2d7cf6f616) 2020-07-05 02:56:47.515 DEBUG [ftgo-api-gateway,e603df2d7cf6f616,e603df2d7cf6f616,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(e603df2d7cf6f616/e603df2d7cf6f616) 2020-07-05 02:56:48.294 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:56:48.294 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:56:48.295 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@51c4f37b] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:48.299 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:56:52.660 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:56:52.670 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(d8bb11c9dbc89701/d8bb11c9dbc89701) 2020-07-05 02:56:52.673 DEBUG [ftgo-api-gateway,d8bb11c9dbc89701,d8bb11c9dbc89701,true] 1 --- [-server-epoll-8] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:56:52.699 DEBUG [ftgo-api-gateway,d8bb11c9dbc89701,d8bb11c9dbc89701,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(d8bb11c9dbc89701/d8bb11c9dbc89701) 2020-07-05 02:56:52.700 DEBUG [ftgo-api-gateway,d8bb11c9dbc89701,d8bb11c9dbc89701,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(d8bb11c9dbc89701/d8bb11c9dbc89701) 2020-07-05 02:56:52.700 DEBUG [ftgo-api-gateway,d8bb11c9dbc89701,d8bb11c9dbc89701,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(d8bb11c9dbc89701/d8bb11c9dbc89701) 2020-07-05 02:56:52.701 DEBUG [ftgo-api-gateway,d8bb11c9dbc89701,d8bb11c9dbc89701,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(d8bb11c9dbc89701/d8bb11c9dbc89701) 2020-07-05 02:56:53.304 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:56:53.304 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:56:53.305 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@10326ad] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:53.311 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:56:57.787 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:56:57.788 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(25e4d8ab12df1d0a/25e4d8ab12df1d0a) 2020-07-05 02:56:57.789 DEBUG [ftgo-api-gateway,25e4d8ab12df1d0a,25e4d8ab12df1d0a,true] 1 --- [-server-epoll-5] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:56:57.802 DEBUG [ftgo-api-gateway,25e4d8ab12df1d0a,25e4d8ab12df1d0a,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(25e4d8ab12df1d0a/25e4d8ab12df1d0a) 2020-07-05 02:56:57.802 DEBUG [ftgo-api-gateway,25e4d8ab12df1d0a,25e4d8ab12df1d0a,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(25e4d8ab12df1d0a/25e4d8ab12df1d0a) 2020-07-05 02:56:57.802 DEBUG [ftgo-api-gateway,25e4d8ab12df1d0a,25e4d8ab12df1d0a,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(25e4d8ab12df1d0a/25e4d8ab12df1d0a) 2020-07-05 02:56:57.803 DEBUG [ftgo-api-gateway,25e4d8ab12df1d0a,25e4d8ab12df1d0a,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(25e4d8ab12df1d0a/25e4d8ab12df1d0a) 2020-07-05 02:56:58.284 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:56:58.285 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:56:58.285 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@3be2f31c] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:56:58.291 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:02.930 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:57:02.931 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(ecd26554c5c908cb/ecd26554c5c908cb) 2020-07-05 02:57:02.933 DEBUG [ftgo-api-gateway,ecd26554c5c908cb,ecd26554c5c908cb,true] 1 --- [-server-epoll-6] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:57:02.946 DEBUG [ftgo-api-gateway,ecd26554c5c908cb,ecd26554c5c908cb,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(ecd26554c5c908cb/ecd26554c5c908cb) 2020-07-05 02:57:02.947 DEBUG [ftgo-api-gateway,ecd26554c5c908cb,ecd26554c5c908cb,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(ecd26554c5c908cb/ecd26554c5c908cb) 2020-07-05 02:57:02.948 DEBUG [ftgo-api-gateway,ecd26554c5c908cb,ecd26554c5c908cb,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(ecd26554c5c908cb/ecd26554c5c908cb) 2020-07-05 02:57:02.949 DEBUG [ftgo-api-gateway,ecd26554c5c908cb,ecd26554c5c908cb,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(ecd26554c5c908cb/ecd26554c5c908cb) 2020-07-05 02:57:03.297 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:03.298 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:03.298 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@17b5915b] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:03.303 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:08.073 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:57:08.075 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(386684bd929e9256/386684bd929e9256) 2020-07-05 02:57:08.078 DEBUG [ftgo-api-gateway,386684bd929e9256,386684bd929e9256,true] 1 --- [-server-epoll-7] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:57:08.089 DEBUG [ftgo-api-gateway,386684bd929e9256,386684bd929e9256,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(386684bd929e9256/386684bd929e9256) 2020-07-05 02:57:08.089 DEBUG [ftgo-api-gateway,386684bd929e9256,386684bd929e9256,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(386684bd929e9256/386684bd929e9256) 2020-07-05 02:57:08.090 DEBUG [ftgo-api-gateway,386684bd929e9256,386684bd929e9256,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(386684bd929e9256/386684bd929e9256) 2020-07-05 02:57:08.090 DEBUG [ftgo-api-gateway,386684bd929e9256,386684bd929e9256,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(386684bd929e9256/386684bd929e9256) 2020-07-05 02:57:08.309 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:08.309 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:08.310 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@619ce7fd] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:08.316 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:13.219 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:57:13.220 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(590c1a032302b5df/590c1a032302b5df) 2020-07-05 02:57:13.224 DEBUG [ftgo-api-gateway,590c1a032302b5df,590c1a032302b5df,true] 1 --- [-server-epoll-8] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:57:13.243 DEBUG [ftgo-api-gateway,590c1a032302b5df,590c1a032302b5df,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(590c1a032302b5df/590c1a032302b5df) 2020-07-05 02:57:13.245 DEBUG [ftgo-api-gateway,590c1a032302b5df,590c1a032302b5df,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(590c1a032302b5df/590c1a032302b5df) 2020-07-05 02:57:13.247 DEBUG [ftgo-api-gateway,590c1a032302b5df,590c1a032302b5df,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(590c1a032302b5df/590c1a032302b5df) 2020-07-05 02:57:13.249 DEBUG [ftgo-api-gateway,590c1a032302b5df,590c1a032302b5df,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(590c1a032302b5df/590c1a032302b5df) 2020-07-05 02:57:13.322 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:13.323 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:13.323 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@79b2932d] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:13.327 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:18.396 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:57:18.397 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(56d4e0cf300de4a4/56d4e0cf300de4a4) 2020-07-05 02:57:18.398 DEBUG [ftgo-api-gateway,56d4e0cf300de4a4,56d4e0cf300de4a4,true] 1 --- [-server-epoll-5] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:57:18.413 DEBUG [ftgo-api-gateway,56d4e0cf300de4a4,56d4e0cf300de4a4,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(56d4e0cf300de4a4/56d4e0cf300de4a4) 2020-07-05 02:57:18.413 DEBUG [ftgo-api-gateway,56d4e0cf300de4a4,56d4e0cf300de4a4,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(56d4e0cf300de4a4/56d4e0cf300de4a4) 2020-07-05 02:57:18.413 DEBUG [ftgo-api-gateway,56d4e0cf300de4a4,56d4e0cf300de4a4,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(56d4e0cf300de4a4/56d4e0cf300de4a4) 2020-07-05 02:57:18.413 DEBUG [ftgo-api-gateway,56d4e0cf300de4a4,56d4e0cf300de4a4,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(56d4e0cf300de4a4/56d4e0cf300de4a4) 2020-07-05 02:57:19.342 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:19.343 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:19.343 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@5564f514] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:19.349 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:23.549 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:57:23.550 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(f68c3a180c549312/f68c3a180c549312) 2020-07-05 02:57:23.557 DEBUG [ftgo-api-gateway,f68c3a180c549312,f68c3a180c549312,true] 1 --- [-server-epoll-6] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:57:23.569 DEBUG [ftgo-api-gateway,f68c3a180c549312,f68c3a180c549312,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(f68c3a180c549312/f68c3a180c549312) 2020-07-05 02:57:23.570 DEBUG [ftgo-api-gateway,f68c3a180c549312,f68c3a180c549312,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(f68c3a180c549312/f68c3a180c549312) 2020-07-05 02:57:23.570 DEBUG [ftgo-api-gateway,f68c3a180c549312,f68c3a180c549312,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(f68c3a180c549312/f68c3a180c549312) 2020-07-05 02:57:23.571 DEBUG [ftgo-api-gateway,f68c3a180c549312,f68c3a180c549312,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(f68c3a180c549312/f68c3a180c549312) 2020-07-05 02:57:24.364 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:24.365 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:24.365 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@6ee099aa] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:24.368 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:28.683 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:57:28.684 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(0853731d4043a113/0853731d4043a113) 2020-07-05 02:57:28.688 DEBUG [ftgo-api-gateway,0853731d4043a113,0853731d4043a113,true] 1 --- [-server-epoll-7] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:57:28.702 DEBUG [ftgo-api-gateway,0853731d4043a113,0853731d4043a113,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(0853731d4043a113/0853731d4043a113) 2020-07-05 02:57:28.703 DEBUG [ftgo-api-gateway,0853731d4043a113,0853731d4043a113,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(0853731d4043a113/0853731d4043a113) 2020-07-05 02:57:28.704 DEBUG [ftgo-api-gateway,0853731d4043a113,0853731d4043a113,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(0853731d4043a113/0853731d4043a113) 2020-07-05 02:57:28.705 DEBUG [ftgo-api-gateway,0853731d4043a113,0853731d4043a113,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(0853731d4043a113/0853731d4043a113) 2020-07-05 02:57:29.348 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:29.349 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:29.350 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@68c53884] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:29.358 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:33.827 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:57:33.829 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(52cc616643e8fd36/52cc616643e8fd36) 2020-07-05 02:57:33.835 DEBUG [ftgo-api-gateway,52cc616643e8fd36,52cc616643e8fd36,true] 1 --- [-server-epoll-8] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:57:33.852 DEBUG [ftgo-api-gateway,52cc616643e8fd36,52cc616643e8fd36,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(52cc616643e8fd36/52cc616643e8fd36) 2020-07-05 02:57:33.853 DEBUG [ftgo-api-gateway,52cc616643e8fd36,52cc616643e8fd36,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(52cc616643e8fd36/52cc616643e8fd36) 2020-07-05 02:57:33.854 DEBUG [ftgo-api-gateway,52cc616643e8fd36,52cc616643e8fd36,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(52cc616643e8fd36/52cc616643e8fd36) 2020-07-05 02:57:33.854 DEBUG [ftgo-api-gateway,52cc616643e8fd36,52cc616643e8fd36,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(52cc616643e8fd36/52cc616643e8fd36) 2020-07-05 02:57:34.370 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:34.371 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:34.371 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@503f54a] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:34.378 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:38.973 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:57:38.974 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(a23de34d64c4e8d4/a23de34d64c4e8d4) 2020-07-05 02:57:38.977 DEBUG [ftgo-api-gateway,a23de34d64c4e8d4,a23de34d64c4e8d4,true] 1 --- [-server-epoll-5] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:57:38.987 DEBUG [ftgo-api-gateway,a23de34d64c4e8d4,a23de34d64c4e8d4,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(a23de34d64c4e8d4/a23de34d64c4e8d4) 2020-07-05 02:57:38.987 DEBUG [ftgo-api-gateway,a23de34d64c4e8d4,a23de34d64c4e8d4,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(a23de34d64c4e8d4/a23de34d64c4e8d4) 2020-07-05 02:57:38.987 DEBUG [ftgo-api-gateway,a23de34d64c4e8d4,a23de34d64c4e8d4,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(a23de34d64c4e8d4/a23de34d64c4e8d4) 2020-07-05 02:57:38.988 DEBUG [ftgo-api-gateway,a23de34d64c4e8d4,a23de34d64c4e8d4,true] 1 --- [-server-epoll-5] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(a23de34d64c4e8d4/a23de34d64c4e8d4) 2020-07-05 02:57:39.386 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:39.386 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:39.386 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@773d6cab] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:39.392 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:44.103 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:57:44.104 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(000ce34f67fc01a8/000ce34f67fc01a8) 2020-07-05 02:57:44.105 DEBUG [ftgo-api-gateway,000ce34f67fc01a8,000ce34f67fc01a8,true] 1 --- [-server-epoll-6] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:57:44.115 DEBUG [ftgo-api-gateway,000ce34f67fc01a8,000ce34f67fc01a8,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(000ce34f67fc01a8/000ce34f67fc01a8) 2020-07-05 02:57:44.115 DEBUG [ftgo-api-gateway,000ce34f67fc01a8,000ce34f67fc01a8,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(000ce34f67fc01a8/000ce34f67fc01a8) 2020-07-05 02:57:44.115 DEBUG [ftgo-api-gateway,000ce34f67fc01a8,000ce34f67fc01a8,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(000ce34f67fc01a8/000ce34f67fc01a8) 2020-07-05 02:57:44.116 DEBUG [ftgo-api-gateway,000ce34f67fc01a8,000ce34f67fc01a8,true] 1 --- [-server-epoll-6] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(000ce34f67fc01a8/000ce34f67fc01a8) 2020-07-05 02:57:44.398 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:44.398 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:44.399 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@1d7a962f] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:44.405 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:49.249 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:57:49.250 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(c48a3ef83fd19c0b/c48a3ef83fd19c0b) 2020-07-05 02:57:49.254 DEBUG [ftgo-api-gateway,c48a3ef83fd19c0b,c48a3ef83fd19c0b,true] 1 --- [-server-epoll-7] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:57:49.264 DEBUG [ftgo-api-gateway,c48a3ef83fd19c0b,c48a3ef83fd19c0b,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(c48a3ef83fd19c0b/c48a3ef83fd19c0b) 2020-07-05 02:57:49.265 DEBUG [ftgo-api-gateway,c48a3ef83fd19c0b,c48a3ef83fd19c0b,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(c48a3ef83fd19c0b/c48a3ef83fd19c0b) 2020-07-05 02:57:49.265 DEBUG [ftgo-api-gateway,c48a3ef83fd19c0b,c48a3ef83fd19c0b,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(c48a3ef83fd19c0b/c48a3ef83fd19c0b) 2020-07-05 02:57:49.266 DEBUG [ftgo-api-gateway,c48a3ef83fd19c0b,c48a3ef83fd19c0b,true] 1 --- [-server-epoll-7] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(c48a3ef83fd19c0b/c48a3ef83fd19c0b) 2020-07-05 02:57:49.412 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:49.413 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:49.413 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@5cba9c1c] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:49.416 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:54.396 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Received a request to uri [/actuator/health] 2020-07-05 02:57:54.397 DEBUG [ftgo-api-gateway,,,] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled receive of span RealSpan(b3dbe69ba0e52870/b3dbe69ba0e52870) 2020-07-05 02:57:54.398 DEBUG [ftgo-api-gateway,b3dbe69ba0e52870,b3dbe69ba0e52870,true] 1 --- [-server-epoll-8] o.s.web.reactive.DispatcherHandler : Processing GET request for [http://localhost:8080/actuator/health] 2020-07-05 02:57:54.410 DEBUG [ftgo-api-gateway,b3dbe69ba0e52870,b3dbe69ba0e52870,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Found span in context RealSpan(b3dbe69ba0e52870/b3dbe69ba0e52870) 2020-07-05 02:57:54.410 DEBUG [ftgo-api-gateway,b3dbe69ba0e52870,b3dbe69ba0e52870,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a method tag with value [handle] to a span RealSpan(b3dbe69ba0e52870/b3dbe69ba0e52870) 2020-07-05 02:57:54.411 DEBUG [ftgo-api-gateway,b3dbe69ba0e52870,b3dbe69ba0e52870,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Adding a class tag with value [ReadOperationHandler] to a span RealSpan(b3dbe69ba0e52870/b3dbe69ba0e52870) 2020-07-05 02:57:54.412 DEBUG [ftgo-api-gateway,b3dbe69ba0e52870,b3dbe69ba0e52870,true] 1 --- [-server-epoll-8] o.s.c.s.instrument.web.TraceWebFilter : Handled send of RealSpan(b3dbe69ba0e52870/b3dbe69ba0e52870) 2020-07-05 02:57:54.428 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:54.429 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:54.429 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@46099b64] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:54.432 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : POST request for "http://zipkin:9411/api/v2/spans" resulted in 202 (Accepted) 2020-07-05 02:57:58.908 INFO [ftgo-api-gateway,,,] 1 --- [ Thread-13] onfigReactiveWebServerApplicationContext : Closing org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@42dafa95: startup date [Sun Jul 05 02:43:26 GMT 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@2fc14f68 2020-07-05 02:57:58.927 INFO [ftgo-api-gateway,,,] 1 --- [ Thread-13] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 0 2020-07-05 02:57:59.403 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Created POST request for "http://zipkin:9411/api/v2/spans" 2020-07-05 02:57:59.403 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Setting request Accept header to [text/plain, application/json, application/*+json, */*] 2020-07-05 02:57:59.404 DEBUG [ftgo-api-gateway,,,] 1 --- [ender@4795ded0}] o.s.c.s.z.s.ZipkinRestTemplateWrapper : Writing [[B@5a4dff3a] as "application/json" using [org.springframework.http.converter.ByteArrayHttpMessageConverter@c9e90c] 2020-07-05 02:57:59.414 INFO [ftgo-api-gateway,,,] 1 --- [ Thread-13] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 2020-07-05 02:57:59.421 INFO [ftgo-api-gateway,,,] 1 --- [ Thread-13] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans 2020-07-05 02:57:59.697 INFO [ftgo-api-gateway,,,] 1 --- [ Thread-13] r.ipc.netty.tcp.BlockingNettyContext : Stopped HttpServer on /0.0.0.0:8080

Log detail $ docker logs --since 2013-01-02T13:23:37 -f ftgo-application_ftgo-order-service_1 2020-07-05 02:43:16.245 INFO [-,,,] 1 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@591f989e: startup date [Sun Jul 05 02:43:16 GMT 2020]; root of context hierarchy 2020-07-05 02:43:31.151 INFO [-,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$d36ea85] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.0.3.RELEASE) 2020-07-05 02:43:52.068 INFO [ftgo-order-service,,,] 1 --- [ main] n.c.f.o.main.OrderServiceMain : No active profile set, falling back to default profiles: default 2020-07-05 02:43:52.666 INFO [ftgo-order-service,,,] 1 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@59ec2012: startup date [Sun Jul 05 02:43:52 GMT 2020]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@591f989e 2020-07-05 02:48:06.631 INFO [ftgo-order-service,,,] 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'sagaCommandProducer' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=io.eventuate.tram.sagas.orchestration.SagaOrchestratorConfiguration; factoryMethodName=sagaCommandProducer; initMethodName=null; destroyMethodName=(inferred); defined in io.eventuate.tram.sagas.orchestration.SagaOrchestratorConfiguration] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=net.chrisrichardson.ftgo.orderservice.domain.OrderServiceConfiguration; factoryMethodName=sagaCommandProducer; initMethodName=null; destroyMethodName=(inferred); defined in net.chrisrichardson.ftgo.orderservice.domain.OrderServiceConfiguration] 2020-07-05 02:49:10.444 INFO [ftgo-order-service,,,] 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=refresh; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] 2020-07-05 02:49:32.448 INFO [ftgo-order-service,,,] 1 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=152ca69f-2431-33f8-8a00-97525ce0a50b 2020-07-05 02:50:16.622 INFO [ftgo-order-service,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$f11ce788] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-07-05 02:52:21.973 INFO [ftgo-order-service,,,] 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$d36ea85] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2020-07-05 02:52:36.843 INFO [ftgo-order-service,,,] 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2020-07-05 02:52:37.307 INFO [ftgo-order-service,,,] 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2020-07-05 02:52:37.308 INFO [ftgo-order-service,,,] 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.31 2020-07-05 02:52:37.614 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib] 2020-07-05 02:52:42.956 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2020-07-05 02:52:42.959 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 530306 ms 2020-07-05 02:55:17.270 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] 2020-07-05 02:55:17.421 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'tracingFilter' to: [/*] 2020-07-05 02:55:17.426 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'exceptionLoggingFilter' to: [/*] 2020-07-05 02:55:17.427 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'traceIdResponseFilter' to: [/*] 2020-07-05 02:55:17.428 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-07-05 02:55:17.429 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-07-05 02:55:17.431 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] 2020-07-05 02:55:17.433 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpTraceFilter' to: [/*] 2020-07-05 02:55:17.436 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webMvcMetricsFilter' to: [/*] 2020-07-05 02:55:17.438 INFO [ftgo-order-service,,,] 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/] 2020-07-05 02:55:19.585 DEBUG [ftgo-order-service,,,] 1 --- [ost-startStop-1] n.c.f.o.web.TraceIdResponseFilter : Initializing filter 'traceIdResponseFilter' 2020-07-05 02:55:19.586 DEBUG [ftgo-order-service,,,] 1 --- [ost-startStop-1] n.c.f.o.web.TraceIdResponseFilter : Filter 'traceIdResponseFilter' configured successfully 2020-07-05 02:55:24.162 INFO [ftgo-order-service,,,] 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... Sun Jul 05 02:55:25 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. 2020-07-05 02:55:26.788 INFO [ftgo-order-service,,,] 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. Sun Jul 05 02:55:26 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:55:27 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:55:27 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:55:27 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:55:27 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:55:27 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:55:27 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:55:27 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. Sun Jul 05 02:55:27 GMT 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. 2020-07-05 02:55:28.301 INFO [ftgo-order-service,,,] 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2020-07-05 02:55:28.777 INFO [ftgo-order-service,,,] 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2020-07-05 02:55:31.042 INFO [ftgo-order-service,,,] 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final} 2020-07-05 02:55:31.068 INFO [ftgo-order-service,,,] 1 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2020-07-05 02:55:32.004 INFO [ftgo-order-service,,,] 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2020-07-05 02:55:43.854 INFO [ftgo-order-service,,,] 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 2020-07-05 02:55:46.107 WARN [ftgo-order-service,,,] 1 --- [ main] o.h.c.a.r.JPAOverriddenAnnotationReader : HHH000207: Property net.chrisrichardson.ftgo.common.Money.amount not found in class but described in (possible typo error) 2020-07-05 02:55:57.128 DEBUG [ftgo-order-service,,,] 1 --- [ main] org.hibernate.SQL : create table hibernate_sequence (next_val bigint) engine=MyISAM 2020-07-05 02:55:57.320 DEBUG [ftgo-order-service,,,] 1 --- [ main] org.hibernate.SQL : insert into hibernate_sequence values ( 1 ) 2020-07-05 02:55:57.377 DEBUG [ftgo-order-service,,,] 1 --- [ main] org.hibernate.SQL : create table order_line_items (order_id bigint not null, menu_item_id varchar(255), name varchar(255), price decimal(19,2), quantity integer not null) engine=MyISAM 2020-07-05 02:55:57.427 DEBUG [ftgo-order-service,,,] 1 --- [ main] org.hibernate.SQL : create table order_service_restaurant_menu_items (restaurant_id bigint not null, id varchar(255), name varchar(255), amount decimal(19,2)) engine=MyISAM 2020-07-05 02:55:57.464 DEBUG [ftgo-order-service,,,] 1 --- [ main] org.hibernate.SQL : create table order_service_restaurants (id bigint not null, name varchar(255), primary key (id)) engine=MyISAM 2020-07-05 02:55:57.520 DEBUG [ftgo-order-service,,,] 1 --- [ main] org.hibernate.SQL : create table orders (id bigint not null, consumer_id bigint, city varchar(255), delivery_state varchar(255), street1 varchar(255), street2 varchar(255), zip varchar(255), delivery_time datetime, amount decimal(19,2), payment_token varchar(255), restaurant_id bigint, state varchar(255), version bigint, primary key (id)) engine=MyISAM 2020-07-05 02:55:57.622 DEBUG [ftgo-order-service,,,] 1 --- [ main] org.hibernate.SQL : alter table order_line_items add constraint FKdjnh2emxm9tt6mrpfabdvbs0c foreign key (order_id) references orders (id) 2020-07-05 02:55:57.667 DEBUG [ftgo-order-service,,,] 1 --- [ main] org.hibernate.SQL : alter table order_service_restaurant_menu_items add constraint FKd8e0f5k91mscv19sdtmlnekuf foreign key (restaurant_id) references order_service_restaurants (id) 2020-07-05 02:55:57.747 INFO [ftgo-order-service,,,] 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2020-07-05 02:56:07.865 DEBUG [ftgo-order-service,,,] 1 --- [ main] io.eventuate.common.id.IdGeneratorImpl : Mac address 2485377957898 2020-07-05 02:56:11.709 INFO [ftgo-order-service,,,] 1 --- [ main] o.a.k.clients.consumer.ConsumerConfig : ConsumerConfig values: auto.commit.interval.ms = 5000 auto.offset.reset = earliest bootstrap.servers = [kafka:29092] check.crcs = true client.id = connections.max.idle.ms = 540000 enable.auto.commit = false exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = net.chrisrichardson.ftgo.orderservice.sagas.createorder.CreateOrderSaga-consumer heartbeat.interval.ms = 3000 interceptor.classes = null internal.leave.group.on.close = true isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 305000 retry.backoff.ms = 100 sasl.jaas.config = null sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.mechanism = GSSAPI security.protocol = PLAINTEXT send.buffer.bytes = 131072 session.timeout.ms = 30000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1] ssl.endpoint.identification.algorithm = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLS ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2020-07-05 02:56:12.121 WARN [ftgo-order-service,,,] 1 --- [ main] org.apache.kafka.clients.ClientUtils : Removing server kafka:29092 from bootstrap.servers as DNS resolution failed for kafka 2020-07-05 02:56:12.216 ERROR [ftgo-order-service,,,] 1 --- [ main] i.e.m.k.b.c.EventuateKafkaConsumer : Error subscribing org.apache.kafka.common.KafkaException: Failed to construct kafka consumer at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:789) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:643) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:623) ~[kafka-clients-1.0.1.jar!/:na] at io.eventuate.messaging.kafka.basic.consumer.EventuateKafkaConsumer.start(EventuateKafkaConsumer.java:71) ~[eventuate-messaging-kafka-basic-consumer-0.3.0.RELEASE.jar!/:na] at io.eventuate.messaging.kafka.consumer.MessageConsumerKafkaImpl.subscribe(MessageConsumerKafkaImpl.java:50) [eventuate-messaging-kafka-consumer-0.3.0.RELEASE.jar!/:na] at io.eventuate.tram.consumer.kafka.EventuateTramKafkaMessageConsumer.subscribe(EventuateTramKafkaMessageConsumer.java:23) [eventuate-tram-consumer-kafka-0.22.0.RC5.jar!/:na] at io.eventuate.tram.consumer.common.MessageConsumerImpl.subscribe(MessageConsumerImpl.java:32) [eventuate-tram-consumer-common-0.22.0.RC5.jar!/:na] at io.eventuate.tram.sagas.orchestration.SagaManagerImpl.subscribeToReplyChannel(SagaManagerImpl.java:155) [eventuate-tram-sagas-orchestration-0.12.0.RC5.jar!/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_171] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_171] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_171] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_171] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:365) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:308) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:424) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1700) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:581) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:503) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:818) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:724) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:474) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1256) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1105) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:503) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:818) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:724) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:197) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1276) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1133) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:503) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at net.chrisrichardson.ftgo.orderservice.main.OrderServiceMain.main(OrderServiceMain.java:23) ~[classes!/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_171] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_171] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_171] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_171] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) ~[ftgo-order-service.jar:na] at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) ~[ftgo-order-service.jar:na] at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) ~[ftgo-order-service.jar:na] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) ~[ftgo-order-service.jar:na] Caused by: org.apache.kafka.common.config.ConfigException: No resolvable bootstrap urls given in bootstrap.servers at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:64) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:706) ~[kafka-clients-1.0.1.jar!/:na] ... 68 common frames omitted 2020-07-05 02:56:12.239 WARN [ftgo-order-service,,,] 1 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'orderController' defined in URL [jar:file:/ftgo-order-service.jar!/BOOT-INF/classes!/net/chrisrichardson/ftgo/orderservice/web/OrderController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'orderService' defined in net.chrisrichardson.ftgo.orderservice.domain.OrderServiceConfiguration: Unsatisfied dependency expressed through method 'orderService' parameter 3; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'createOrderSagaManager': Invocation of init method failed; nested exception is java.lang.RuntimeException: org.apache.kafka.common.KafkaException: Failed to construct kafka consumer 2020-07-05 02:56:12.279 INFO [ftgo-order-service,,,] 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2020-07-05 02:56:13.022 INFO [ftgo-order-service,,,] 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2020-07-05 02:56:13.163 INFO [ftgo-order-service,,,] 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. 2020-07-05 02:56:13.189 INFO [ftgo-order-service,,,] 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2020-07-05 02:56:13.615 INFO [ftgo-order-service,,,] 1 --- [ main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2020-07-05 02:56:13.660 ERROR [ftgo-order-service,,,] 1 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'orderController' defined in URL [jar:file:/ftgo-order-service.jar!/BOOT-INF/classes!/net/chrisrichardson/ftgo/orderservice/web/OrderController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'orderService' defined in net.chrisrichardson.ftgo.orderservice.domain.OrderServiceConfiguration: Unsatisfied dependency expressed through method 'orderService' parameter 3; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'createOrderSagaManager': Invocation of init method failed; nested exception is java.lang.RuntimeException: org.apache.kafka.common.KafkaException: Failed to construct kafka consumer at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:732) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:197) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1276) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1133) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:503) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869) ~[spring-context-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) ~[spring-context-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) [spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:395) [spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255) [spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243) [spring-boot-2.0.3.RELEASE.jar!/:2.0.3.RELEASE] at net.chrisrichardson.ftgo.orderservice.main.OrderServiceMain.main(OrderServiceMain.java:23) [classes!/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_171] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_171] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_171] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_171] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [ftgo-order-service.jar:na] at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [ftgo-order-service.jar:na] at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [ftgo-order-service.jar:na] at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [ftgo-order-service.jar:na] Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'orderService' defined in net.chrisrichardson.ftgo.orderservice.domain.OrderServiceConfiguration: Unsatisfied dependency expressed through method 'orderService' parameter 3; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'createOrderSagaManager': Invocation of init method failed; nested exception is java.lang.RuntimeException: org.apache.kafka.common.KafkaException: Failed to construct kafka consumer at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:732) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:474) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1256) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1105) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:503) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:818) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:724) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] ... 27 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'createOrderSagaManager': Invocation of init method failed; nested exception is java.lang.RuntimeException: org.apache.kafka.common.KafkaException: Failed to construct kafka consumer at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:138) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:424) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1700) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:581) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:503) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1065) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:818) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:724) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] ... 41 common frames omitted Caused by: java.lang.RuntimeException: org.apache.kafka.common.KafkaException: Failed to construct kafka consumer at io.eventuate.messaging.kafka.basic.consumer.EventuateKafkaConsumer.start(EventuateKafkaConsumer.java:115) ~[eventuate-messaging-kafka-basic-consumer-0.3.0.RELEASE.jar!/:na] at io.eventuate.messaging.kafka.consumer.MessageConsumerKafkaImpl.subscribe(MessageConsumerKafkaImpl.java:50) ~[eventuate-messaging-kafka-consumer-0.3.0.RELEASE.jar!/:na] at io.eventuate.tram.consumer.kafka.EventuateTramKafkaMessageConsumer.subscribe(EventuateTramKafkaMessageConsumer.java:23) ~[eventuate-tram-consumer-kafka-0.22.0.RC5.jar!/:na] at io.eventuate.tram.consumer.common.MessageConsumerImpl.subscribe(MessageConsumerImpl.java:32) ~[eventuate-tram-consumer-common-0.22.0.RC5.jar!/:na] at io.eventuate.tram.sagas.orchestration.SagaManagerImpl.subscribeToReplyChannel(SagaManagerImpl.java:155) ~[eventuate-tram-sagas-orchestration-0.12.0.RC5.jar!/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_171] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_171] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_171] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_171] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:365) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:308) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:135) ~[spring-beans-5.0.7.RELEASE.jar!/:5.0.7.RELEASE] ... 54 common frames omitted Caused by: org.apache.kafka.common.KafkaException: Failed to construct kafka consumer at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:789) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:643) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:623) ~[kafka-clients-1.0.1.jar!/:na] at io.eventuate.messaging.kafka.basic.consumer.EventuateKafkaConsumer.start(EventuateKafkaConsumer.java:71) ~[eventuate-messaging-kafka-basic-consumer-0.3.0.RELEASE.jar!/:na] ... 65 common frames omitted Caused by: org.apache.kafka.common.config.ConfigException: No resolvable bootstrap urls given in bootstrap.servers at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:64) ~[kafka-clients-1.0.1.jar!/:na] at org.apache.kafka.clients.consumer.KafkaConsumer.(KafkaConsumer.java:706) ~[kafka-clients-1.0.1.jar!/:na] ... 68 common frames omitted
vikramsisodia27 commented 3 years ago

Thanks for sending. For some strange reason the DB is not initializing because of this error:

ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'root'@'%'

I am not sure why this error is occurring since the DB initialization scripts do not attempt to create this user.

To ensure a clean state, please execute this command:

./gradlew :composeDown :composeUp -P startedServices=mysql

and then send the log (please put the log in a https://gist.github.com/) .

Thanks for sending. For some strange reason the DB is not initializing because of this error:

ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'root'@'%'

I am not sure why this error is occurring since the DB initialization scripts do not attempt to create this user.

To ensure a clean state, please execute this command:

./gradlew :composeDown :composeUp -P startedServices=mysql

and then send the log (please put the log in a https://gist.github.com/) .

Thanks Chris.

Please find logs for ./gradlew :composeDown :composeUp -P startedServices=mysql @ https://gist.github.com/vikramsisodia27/5d176203c449cf3991ad05d2b9ca5df5

diguage commented 3 years ago

The kafka did not connect to the ZooKeeper server.

Log detail $ docker logs --since 2013-01-02T13:23:37 -f ftgo-application_kafka_1 ===> ENV Variables ... ALLOW_UNSIGNED=false COMPONENT=kafka CONFLUENT_DEB_VERSION=1 CONFLUENT_MAJOR_VERSION=5 CONFLUENT_MINOR_VERSION=2 CONFLUENT_MVN_LABEL= CONFLUENT_PATCH_VERSION=4 CONFLUENT_PLATFORM_LABEL= CONFLUENT_VERSION=5.2.4 CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar HOME=/root HOSTNAME=fce42da3304f KAFKA_ADVERTISED_LISTENERS=LC://kafka:29092,LX://192.168.1.5:9092 KAFKA_INTER_BROKER_LISTENER_NAME=LC KAFKA_LISTENERS=LC://kafka:29092,LX://kafka:9092 KAFKA_LISTENER_SECURITY_PROTOCOL_MAP=LC:PLAINTEXT,LX:PLAINTEXT KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR=1 KAFKA_VERSION=2.2.2cp3 KAFKA_ZOOKEEPER_CONNECT=zookeeper:2181 LANG=C.UTF-8 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/ PYTHON_PIP_VERSION=8.1.2 PYTHON_VERSION=2.7.9-1 SCALA_VERSION=2.11 SHLVL=1 ZULU_OPENJDK_VERSION=8=8.30.0.1 _=/usr/bin/env ===> User uid=0(root) gid=0(root) groups=0(root) ===> Configuring ... ===> Running preflight checks ... ===> Check if /var/lib/kafka/data is writable ... ===> Check if Zookeeper is healthy ... [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03, built on 06/29/2018 00:39 GMT [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:host.name=fce42da3304f [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.version=1.8.0_172 [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Azul Systems, Inc. [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.home=/usr/lib/jvm/zulu-8-amd64/jre [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=/etc/confluent/docker/docker-utils.jar [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=/tmp [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.compiler= [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.name=Linux [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.arch=amd64 [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.version=4.19.76-linuxkit [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.name=root [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.home=/root [main] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.dir=/ [main] INFO org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=zookeeper:2181 sessionTimeout=40000 watcher=io.confluent.admin.utils.ZookeeperConnectionWatcher@b1bc7ed [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server zookeeper/172.21.0.5:2181. Will not attempt to authenticate using SASL (unknown error) [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Socket error occurred: zookeeper/172.21.0.5:2181: Connection refused [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server zookeeper/172.21.0.5:2181. Will not attempt to authenticate using SASL (unknown error) [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Socket error occurred: zookeeper/172.21.0.5:2181: Connection refused [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server zookeeper/172.21.0.5:2181. Will not attempt to authenticate using SASL (unknown error) [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Socket connection established to zookeeper/172.21.0.5:2181, initiating session [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Unable to read additional data from server sessionid 0x0, likely server has closed socket, closing socket connection and attempting reconnect [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server zookeeper/172.21.0.5:2181. Will not attempt to authenticate using SASL (unknown error) [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Socket connection established to zookeeper/172.21.0.5:2181, initiating session [main-SendThread(zookeeper:2181)] INFO org.apache.zookeeper.ClientCnxn - Session establishment complete on server zookeeper/172.21.0.5:2181, sessionid = 0x10000f1cd0c0000, negotiated timeout = 40000 [main] INFO org.apache.zookeeper.ZooKeeper - Session: 0x10000f1cd0c0000 closed [main-EventThread] INFO org.apache.zookeeper.ClientCnxn - EventThread shut down for session: 0x10000f1cd0c0000 ===> Launching ... ===> Launching kafka ... [2020-07-05 09:18:03,860] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [2020-07-05 09:18:07,446] INFO KafkaConfig values: advertised.host.name = null advertised.listeners = LC://kafka:29092,LX://192.168.1.5:9092 advertised.port = null alter.config.policy.class.name = null alter.log.dirs.replication.quota.window.num = 11 alter.log.dirs.replication.quota.window.size.seconds = 1 authorizer.class.name = auto.create.topics.enable = true auto.leader.rebalance.enable = true background.threads = 10 broker.id = -1 broker.id.generation.enable = true broker.interceptor.class = class org.apache.kafka.server.interceptor.DefaultBrokerInterceptor broker.rack = null client.quota.callback.class = null compression.type = producer connection.failed.authentication.delay.ms = 100 connections.max.idle.ms = 600000 connections.max.reauth.ms = 0 control.plane.listener.name = null controlled.shutdown.enable = true controlled.shutdown.max.retries = 3 controlled.shutdown.retry.backoff.ms = 5000 controller.socket.timeout.ms = 30000 create.topic.policy.class.name = null default.replication.factor = 1 delegation.token.expiry.check.interval.ms = 3600000 delegation.token.expiry.time.ms = 86400000 delegation.token.master.key = null delegation.token.max.lifetime.ms = 604800000 delete.records.purgatory.purge.interval.requests = 1 delete.topic.enable = true fetch.purgatory.purge.interval.requests = 1000 group.initial.rebalance.delay.ms = 3000 group.max.session.timeout.ms = 300000 group.max.size = 2147483647 group.min.session.timeout.ms = 6000 host.name = inter.broker.listener.name = LC inter.broker.protocol.version = 2.2-IV1 kafka.metrics.polling.interval.secs = 10 kafka.metrics.reporters = [] leader.imbalance.check.interval.seconds = 300 leader.imbalance.per.broker.percentage = 10 listener.security.protocol.map = LC:PLAINTEXT,LX:PLAINTEXT listeners = LC://kafka:29092,LX://kafka:9092 log.cleaner.backoff.ms = 15000 log.cleaner.dedupe.buffer.size = 134217728 log.cleaner.delete.retention.ms = 86400000 log.cleaner.enable = true log.cleaner.io.buffer.load.factor = 0.9 log.cleaner.io.buffer.size = 524288 log.cleaner.io.max.bytes.per.second = 1.7976931348623157E308 log.cleaner.min.cleanable.ratio = 0.5 log.cleaner.min.compaction.lag.ms = 0 log.cleaner.threads = 1 log.cleanup.policy = [delete] log.dir = /tmp/kafka-logs log.dirs = /var/lib/kafka/data log.flush.interval.messages = 9223372036854775807 log.flush.interval.ms = null log.flush.offset.checkpoint.interval.ms = 60000 log.flush.scheduler.interval.ms = 9223372036854775807 log.flush.start.offset.checkpoint.interval.ms = 60000 log.index.interval.bytes = 4096 log.index.size.max.bytes = 10485760 log.message.downconversion.enable = true log.message.format.version = 2.2-IV1 log.message.timestamp.difference.max.ms = 9223372036854775807 log.message.timestamp.type = CreateTime log.preallocate = false log.retention.bytes = -1 log.retention.check.interval.ms = 300000 log.retention.hours = 168 log.retention.minutes = null log.retention.ms = null log.roll.hours = 168 log.roll.jitter.hours = 0 log.roll.jitter.ms = null log.roll.ms = null log.segment.bytes = 1073741824 log.segment.delete.delay.ms = 60000 max.connections.per.ip = 2147483647 max.connections.per.ip.overrides = max.incremental.fetch.session.cache.slots = 1000 message.max.bytes = 1000012 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 min.insync.replicas = 1 num.io.threads = 8 num.network.threads = 3 num.partitions = 1 num.recovery.threads.per.data.dir = 1 num.replica.alter.log.dirs.threads = null num.replica.fetchers = 1 offset.metadata.max.bytes = 4096 offsets.commit.required.acks = -1 offsets.commit.timeout.ms = 5000 offsets.load.buffer.size = 5242880 offsets.retention.check.interval.ms = 600000 offsets.retention.minutes = 10080 offsets.topic.compression.codec = 0 offsets.topic.num.partitions = 50 offsets.topic.replication.factor = 1 offsets.topic.segment.bytes = 104857600 password.encoder.cipher.algorithm = AES/CBC/PKCS5Padding password.encoder.iterations = 4096 password.encoder.key.length = 128 password.encoder.keyfactory.algorithm = null password.encoder.old.secret = null password.encoder.secret = null port = 9092 principal.builder.class = null producer.purgatory.purge.interval.requests = 1000 queued.max.request.bytes = -1 queued.max.requests = 500 quota.consumer.default = 9223372036854775807 quota.producer.default = 9223372036854775807 quota.window.num = 11 quota.window.size.seconds = 1 replica.fetch.backoff.ms = 1000 replica.fetch.max.bytes = 1048576 replica.fetch.min.bytes = 1 replica.fetch.response.max.bytes = 10485760 replica.fetch.wait.max.ms = 500 replica.high.watermark.checkpoint.interval.ms = 5000 replica.lag.time.max.ms = 10000 replica.socket.receive.buffer.bytes = 65536 replica.socket.timeout.ms = 30000 replication.quota.window.num = 11 replication.quota.window.size.seconds = 1 request.timeout.ms = 30000 reserved.broker.max.id = 1000 sasl.client.callback.handler.class = null sasl.enabled.mechanisms = [GSSAPI] sasl.jaas.config = null sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.principal.to.local.rules = [DEFAULT] sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.mechanism.inter.broker.protocol = GSSAPI sasl.server.callback.handler.class = null security.inter.broker.protocol = PLAINTEXT socket.receive.buffer.bytes = 102400 socket.request.max.bytes = 104857600 socket.send.buffer.bytes = 102400 ssl.cipher.suites = [] ssl.client.auth = none ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1] ssl.endpoint.identification.algorithm = https ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.principal.mapping.rules = [DEFAULT] ssl.protocol = TLS ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.abort.timed.out.transaction.cleanup.interval.ms = 60000 transaction.max.timeout.ms = 900000 transaction.remove.expired.transaction.cleanup.interval.ms = 3600000 transaction.state.log.load.buffer.size = 5242880 transaction.state.log.min.isr = 2 transaction.state.log.num.partitions = 50 transaction.state.log.replication.factor = 3 transaction.state.log.segment.bytes = 104857600 transactional.id.expiration.ms = 604800000 unclean.leader.election.enable = false zookeeper.connect = zookeeper:2181 zookeeper.connection.timeout.ms = null zookeeper.max.in.flight.requests = 10 zookeeper.session.timeout.ms = 6000 zookeeper.set.acl = false zookeeper.sync.time.ms = 2000 (kafka.server.KafkaConfig) [2020-07-05 09:18:08,631] WARN The package io.confluent.support.metrics.collectors.FullCollector for collecting the full set of support metrics could not be loaded, so we are reverting to anonymous, basic metric collection. If you are a Confluent customer, please refer to the Confluent Platform documentation, section Proactive Support, on how to activate full metrics collection. (io.confluent.support.metrics.KafkaSupportConfig) [2020-07-05 09:18:08,867] WARN Please note that the support metrics collection feature ("Metrics") of Proactive Support is enabled. With Metrics enabled, this broker is configured to collect and report certain broker and cluster metadata ("Metadata") about your use of the Confluent Platform (including without limitation, your remote internet protocol address) to Confluent, Inc. ("Confluent") or its parent, subsidiaries, affiliates or service providers every 24hours. This Metadata may be transferred to any country in which Confluent maintains facilities. For a more in depth discussion of how Confluent processes such information, please read our Privacy Policy located at http://www.confluent.io/privacy. By proceeding with `confluent.support.metrics.enable=true`, you agree to all such collection, transfer, storage and use of Metadata by Confluent. You can turn the Metrics feature off by setting `confluent.support.metrics.enable=false` in the broker configuration and restarting the broker. See the Confluent Platform documentation for further information. (io.confluent.support.metrics.SupportedServerStartable) [2020-07-05 09:18:08,891] INFO starting (kafka.server.KafkaServer) [2020-07-05 09:18:08,899] INFO Connecting to zookeeper on zookeeper:2181 (kafka.server.KafkaServer) [2020-07-05 09:18:09,093] INFO [ZooKeeperClient] Initializing a new session to zookeeper:2181. (kafka.zookeeper.ZooKeeperClient) [2020-07-05 09:18:09,193] INFO Client environment:zookeeper.version=3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03, built on 06/29/2018 00:39 GMT (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,194] INFO Client environment:host.name=fce42da3304f (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,194] INFO Client environment:java.version=1.8.0_172 (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,194] INFO Client environment:java.vendor=Azul Systems, Inc. (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,194] INFO Client environment:java.home=/usr/lib/jvm/zulu-8-amd64/jre (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,194] INFO Client environment:java.class.path=/usr/bin/../share/java/kafka/kafka-streams-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/snappy-java-1.1.7.2.jar:/usr/bin/../share/java/kafka/common-utils-5.2.4.jar:/usr/bin/../share/java/kafka/commons-beanutils-1.9.2.jar:/usr/bin/../share/java/kafka/commons-logging-1.2.jar:/usr/bin/../share/java/kafka/kafka-clients-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/jetty-continuation-9.4.14.v20181114.jar:/usr/bin/../share/java/kafka/jackson-datatype-jdk8-2.10.0.jar:/usr/bin/../share/java/kafka/httpmime-4.5.2.jar:/usr/bin/../share/java/kafka/jersey-hk2-2.27.jar:/usr/bin/../share/java/kafka/jackson-databind-2.10.0.jar:/usr/bin/../share/java/kafka/commons-codec-1.9.jar:/usr/bin/../share/java/kafka/netty-3.10.6.Final.jar:/usr/bin/../share/java/kafka/jackson-annotations-2.10.0.jar:/usr/bin/../share/java/kafka/commons-collections-3.2.2.jar:/usr/bin/../share/java/kafka/kafka_2.11-2.2.2-cp3-scaladoc.jar:/usr/bin/../share/java/kafka/guava-20.0.jar:/usr/bin/../share/java/kafka/jersey-client-2.27.jar:/usr/bin/../share/java/kafka/maven-artifact-3.6.0.jar:/usr/bin/../share/java/kafka/commons-compress-1.8.1.jar:/usr/bin/../share/java/kafka/scala-logging_2.11-3.9.0.jar:/usr/bin/../share/java/kafka/jetty-server-9.4.14.v20181114.jar:/usr/bin/../share/java/kafka/kafka_2.11-2.2.2-cp3-test-sources.jar:/usr/bin/../share/java/kafka/javax.inject-1.jar:/usr/bin/../share/java/kafka/kafka_2.11-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/jackson-core-2.10.0.jar:/usr/bin/../share/java/kafka/jetty-io-9.4.14.v20181114.jar:/usr/bin/../share/java/kafka/lz4-java-1.5.0.jar:/usr/bin/../share/java/kafka/javassist-3.22.0-CR2.jar:/usr/bin/../share/java/kafka/kafka-log4j-appender-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/log4j-1.2.17.jar:/usr/bin/../share/java/kafka/avro-1.8.1.jar:/usr/bin/../share/java/kafka/javax.inject-2.5.0-b42.jar:/usr/bin/../share/java/kafka/zstd-jni-1.3.8-1.jar:/usr/bin/../share/java/kafka/jakarta.activation-api-1.2.1.jar:/usr/bin/../share/java/kafka/slf4j-api-1.7.25.jar:/usr/bin/../share/java/kafka/support-metrics-client-5.2.4.jar:/usr/bin/../share/java/kafka/hk2-locator-2.5.0-b42.jar:/usr/bin/../share/java/kafka/support-metrics-common-5.2.4.jar:/usr/bin/../share/java/kafka/activation-1.1.1.jar:/usr/bin/../share/java/kafka/slf4j-log4j12-1.7.25.jar:/usr/bin/../share/java/kafka/aopalliance-repackaged-2.5.0-b42.jar:/usr/bin/../share/java/kafka/validation-api-1.1.0.Final.jar:/usr/bin/../share/java/kafka/httpclient-4.5.2.jar:/usr/bin/../share/java/kafka/reflections-0.9.11.jar:/usr/bin/../share/java/kafka/kafka_2.11-2.2.2-cp3-sources.jar:/usr/bin/../share/java/kafka/jackson-jaxrs-json-provider-2.10.0.jar:/usr/bin/../share/java/kafka/argparse4j-0.7.0.jar:/usr/bin/../share/java/kafka/commons-digester-1.8.1.jar:/usr/bin/../share/java/kafka/jackson-mapper-asl-1.9.13.jar:/usr/bin/../share/java/kafka/zkclient-0.10.jar:/usr/bin/../share/java/kafka/javax.ws.rs-api-2.1.1.jar:/usr/bin/../share/java/kafka/kafka-streams-test-utils-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/scala-library-2.11.12.jar:/usr/bin/../share/java/kafka/jersey-common-2.27.jar:/usr/bin/../share/java/kafka/connect-runtime-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/kafka_2.11-2.2.2-cp3-javadoc.jar:/usr/bin/../share/java/kafka/audience-annotations-0.5.0.jar:/usr/bin/../share/java/kafka/commons-lang3-3.1.jar:/usr/bin/../share/java/kafka/metrics-core-2.2.0.jar:/usr/bin/../share/java/kafka/kafka-streams-examples-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/kafka-streams-scala_2.11-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/javax.ws.rs-api-2.1.jar:/usr/bin/../share/java/kafka/hk2-api-2.5.0-b42.jar:/usr/bin/../share/java/kafka/jackson-module-jaxb-annotations-2.10.0.jar:/usr/bin/../share/java/kafka/jetty-security-9.4.14.v20181114.jar:/usr/bin/../share/java/kafka/plexus-utils-3.1.0.jar:/usr/bin/../share/java/kafka/kafka-tools-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/jetty-http-9.4.14.v20181114.jar:/usr/bin/../share/java/kafka/jetty-servlet-9.4.14.v20181114.jar:/usr/bin/../share/java/kafka/jaxb-api-2.3.0.jar:/usr/bin/../share/java/kafka/zkclient-0.11.jar:/usr/bin/../share/java/kafka/jetty-util-9.4.14.v20181114.jar:/usr/bin/../share/java/kafka/jackson-core-asl-1.9.13.jar:/usr/bin/../share/java/kafka/jetty-client-9.4.14.v20181114.jar:/usr/bin/../share/java/kafka/commons-validator-1.5.1.jar:/usr/bin/../share/java/kafka/osgi-resource-locator-1.0.1.jar:/usr/bin/../share/java/kafka/connect-file-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/connect-basic-auth-extension-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/httpcore-4.4.4.jar:/usr/bin/../share/java/kafka/jline-0.9.94.jar:/usr/bin/../share/java/kafka/commons-lang3-3.8.1.jar:/usr/bin/../share/java/kafka/kafka.jar:/usr/bin/../share/java/kafka/connect-api-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/jakarta.xml.bind-api-2.3.2.jar:/usr/bin/../share/java/kafka/scala-reflect-2.11.12.jar:/usr/bin/../share/java/kafka/jersey-server-2.27.jar:/usr/bin/../share/java/kafka/hk2-utils-2.5.0-b42.jar:/usr/bin/../share/java/kafka/connect-json-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/jackson-jaxrs-base-2.10.0.jar:/usr/bin/../share/java/kafka/jersey-container-servlet-2.27.jar:/usr/bin/../share/java/kafka/jopt-simple-5.0.4.jar:/usr/bin/../share/java/kafka/jetty-servlets-9.4.14.v20181114.jar:/usr/bin/../share/java/kafka/javax.annotation-api-1.2.jar:/usr/bin/../share/java/kafka/kafka_2.11-2.2.2-cp3-test.jar:/usr/bin/../share/java/kafka/connect-transforms-2.2.2-cp3.jar:/usr/bin/../share/java/kafka/paranamer-2.7.jar:/usr/bin/../share/java/kafka/rocksdbjni-5.15.10.jar:/usr/bin/../share/java/kafka/jersey-container-servlet-core-2.27.jar:/usr/bin/../share/java/kafka/zookeeper-3.4.13.jar:/usr/bin/../share/java/kafka/javax.servlet-api-3.1.0.jar:/usr/bin/../share/java/kafka/xz-1.5.jar:/usr/bin/../share/java/kafka/jersey-media-jaxb-2.27.jar:/usr/bin/../share/java/confluent-support-metrics/*:/usr/share/java/confluent-support-metrics/* (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,194] INFO Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,194] INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,195] INFO Client environment:java.compiler= (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,195] INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,195] INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,195] INFO Client environment:os.version=4.19.76-linuxkit (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,195] INFO Client environment:user.name=root (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,195] INFO Client environment:user.home=/root (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,195] INFO Client environment:user.dir=/ (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,208] INFO Initiating client connection, connectString=zookeeper:2181 sessionTimeout=6000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@3eb738bb (org.apache.zookeeper.ZooKeeper) [2020-07-05 09:18:09,461] INFO [ZooKeeperClient] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [2020-07-05 09:18:09,573] INFO Opening socket connection to server zookeeper/172.21.0.5:2181. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn) [2020-07-05 09:18:09,683] INFO Socket connection established to zookeeper/172.21.0.5:2181, initiating session (org.apache.zookeeper.ClientCnxn) [2020-07-05 09:18:09,997] INFO Session establishment complete on server zookeeper/172.21.0.5:2181, sessionid = 0x10000f1cd0c0001, negotiated timeout = 6000 (org.apache.zookeeper.ClientCnxn) [2020-07-05 09:18:10,018] INFO [ZooKeeperClient] Connected. (kafka.zookeeper.ZooKeeperClient) [2020-07-05 09:18:15,209] INFO Cluster ID = K-XFP-S-S7-VaI7dDgf-lg (kafka.server.KafkaServer) [2020-07-05 09:18:15,236] WARN No meta.properties file under dir /var/lib/kafka/data/meta.properties (kafka.server.BrokerMetadataCheckpoint) [2020-07-05 09:18:15,895] INFO KafkaConfig values: advertised.host.name = null advertised.listeners = LC://kafka:29092,LX://192.168.1.5:9092 advertised.port = null alter.config.policy.class.name = null alter.log.dirs.replication.quota.window.num = 11 alter.log.dirs.replication.quota.window.size.seconds = 1 authorizer.class.name = auto.create.topics.enable = true auto.leader.rebalance.enable = true background.threads = 10 broker.id = -1 broker.id.generation.enable = true broker.interceptor.class = class org.apache.kafka.server.interceptor.DefaultBrokerInterceptor broker.rack = null client.quota.callback.class = null compression.type = producer connection.failed.authentication.delay.ms = 100 connections.max.idle.ms = 600000 connections.max.reauth.ms = 0 control.plane.listener.name = null controlled.shutdown.enable = true controlled.shutdown.max.retries = 3 controlled.shutdown.retry.backoff.ms = 5000 controller.socket.timeout.ms = 30000 create.topic.policy.class.name = null default.replication.factor = 1 delegation.token.expiry.check.interval.ms = 3600000 delegation.token.expiry.time.ms = 86400000 delegation.token.master.key = null delegation.token.max.lifetime.ms = 604800000 delete.records.purgatory.purge.interval.requests = 1 delete.topic.enable = true fetch.purgatory.purge.interval.requests = 1000 group.initial.rebalance.delay.ms = 3000 group.max.session.timeout.ms = 300000 group.max.size = 2147483647 group.min.session.timeout.ms = 6000 host.name = inter.broker.listener.name = LC inter.broker.protocol.version = 2.2-IV1 kafka.metrics.polling.interval.secs = 10 kafka.metrics.reporters = [] leader.imbalance.check.interval.seconds = 300 leader.imbalance.per.broker.percentage = 10 listener.security.protocol.map = LC:PLAINTEXT,LX:PLAINTEXT listeners = LC://kafka:29092,LX://kafka:9092 log.cleaner.backoff.ms = 15000 log.cleaner.dedupe.buffer.size = 134217728 log.cleaner.delete.retention.ms = 86400000 log.cleaner.enable = true log.cleaner.io.buffer.load.factor = 0.9 log.cleaner.io.buffer.size = 524288 log.cleaner.io.max.bytes.per.second = 1.7976931348623157E308 log.cleaner.min.cleanable.ratio = 0.5 log.cleaner.min.compaction.lag.ms = 0 log.cleaner.threads = 1 log.cleanup.policy = [delete] log.dir = /tmp/kafka-logs log.dirs = /var/lib/kafka/data log.flush.interval.messages = 9223372036854775807 log.flush.interval.ms = null log.flush.offset.checkpoint.interval.ms = 60000 log.flush.scheduler.interval.ms = 9223372036854775807 log.flush.start.offset.checkpoint.interval.ms = 60000 log.index.interval.bytes = 4096 log.index.size.max.bytes = 10485760 log.message.downconversion.enable = true log.message.format.version = 2.2-IV1 log.message.timestamp.difference.max.ms = 9223372036854775807 log.message.timestamp.type = CreateTime log.preallocate = false log.retention.bytes = -1 log.retention.check.interval.ms = 300000 log.retention.hours = 168 log.retention.minutes = null log.retention.ms = null log.roll.hours = 168 log.roll.jitter.hours = 0 log.roll.jitter.ms = null log.roll.ms = null log.segment.bytes = 1073741824 log.segment.delete.delay.ms = 60000 max.connections.per.ip = 2147483647 max.connections.per.ip.overrides = max.incremental.fetch.session.cache.slots = 1000 message.max.bytes = 1000012 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 min.insync.replicas = 1 num.io.threads = 8 num.network.threads = 3 num.partitions = 1 num.recovery.threads.per.data.dir = 1 num.replica.alter.log.dirs.threads = null num.replica.fetchers = 1 offset.metadata.max.bytes = 4096 offsets.commit.required.acks = -1 offsets.commit.timeout.ms = 5000 offsets.load.buffer.size = 5242880 offsets.retention.check.interval.ms = 600000 offsets.retention.minutes = 10080 offsets.topic.compression.codec = 0 offsets.topic.num.partitions = 50 offsets.topic.replication.factor = 1 offsets.topic.segment.bytes = 104857600 password.encoder.cipher.algorithm = AES/CBC/PKCS5Padding password.encoder.iterations = 4096 password.encoder.key.length = 128 password.encoder.keyfactory.algorithm = null password.encoder.old.secret = null password.encoder.secret = null port = 9092 principal.builder.class = null producer.purgatory.purge.interval.requests = 1000 queued.max.request.bytes = -1 queued.max.requests = 500 quota.consumer.default = 9223372036854775807 quota.producer.default = 9223372036854775807 quota.window.num = 11 quota.window.size.seconds = 1 replica.fetch.backoff.ms = 1000 replica.fetch.max.bytes = 1048576 replica.fetch.min.bytes = 1 replica.fetch.response.max.bytes = 10485760 replica.fetch.wait.max.ms = 500 replica.high.watermark.checkpoint.interval.ms = 5000 replica.lag.time.max.ms = 10000 replica.socket.receive.buffer.bytes = 65536 replica.socket.timeout.ms = 30000 replication.quota.window.num = 11 replication.quota.window.size.seconds = 1 request.timeout.ms = 30000 reserved.broker.max.id = 1000 sasl.client.callback.handler.class = null sasl.enabled.mechanisms = [GSSAPI] sasl.jaas.config = null sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.principal.to.local.rules = [DEFAULT] sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.mechanism.inter.broker.protocol = GSSAPI sasl.server.callback.handler.class = null security.inter.broker.protocol = PLAINTEXT socket.receive.buffer.bytes = 102400 socket.request.max.bytes = 104857600 socket.send.buffer.bytes = 102400 ssl.cipher.suites = [] ssl.client.auth = none ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1] ssl.endpoint.identification.algorithm = https ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.principal.mapping.rules = [DEFAULT] ssl.protocol = TLS ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.abort.timed.out.transaction.cleanup.interval.ms = 60000 transaction.max.timeout.ms = 900000 transaction.remove.expired.transaction.cleanup.interval.ms = 3600000 transaction.state.log.load.buffer.size = 5242880 transaction.state.log.min.isr = 2 transaction.state.log.num.partitions = 50 transaction.state.log.replication.factor = 3 transaction.state.log.segment.bytes = 104857600 transactional.id.expiration.ms = 604800000 unclean.leader.election.enable = false zookeeper.connect = zookeeper:2181 zookeeper.connection.timeout.ms = null zookeeper.max.in.flight.requests = 10 zookeeper.session.timeout.ms = 6000 zookeeper.set.acl = false zookeeper.sync.time.ms = 2000 (kafka.server.KafkaConfig) [2020-07-05 09:18:15,979] INFO KafkaConfig values: advertised.host.name = null advertised.listeners = LC://kafka:29092,LX://192.168.1.5:9092 advertised.port = null alter.config.policy.class.name = null alter.log.dirs.replication.quota.window.num = 11 alter.log.dirs.replication.quota.window.size.seconds = 1 authorizer.class.name = auto.create.topics.enable = true auto.leader.rebalance.enable = true background.threads = 10 broker.id = -1 broker.id.generation.enable = true broker.interceptor.class = class org.apache.kafka.server.interceptor.DefaultBrokerInterceptor broker.rack = null client.quota.callback.class = null compression.type = producer connection.failed.authentication.delay.ms = 100 connections.max.idle.ms = 600000 connections.max.reauth.ms = 0 control.plane.listener.name = null controlled.shutdown.enable = true controlled.shutdown.max.retries = 3 controlled.shutdown.retry.backoff.ms = 5000 controller.socket.timeout.ms = 30000 create.topic.policy.class.name = null default.replication.factor = 1 delegation.token.expiry.check.interval.ms = 3600000 delegation.token.expiry.time.ms = 86400000 delegation.token.master.key = null delegation.token.max.lifetime.ms = 604800000 delete.records.purgatory.purge.interval.requests = 1 delete.topic.enable = true fetch.purgatory.purge.interval.requests = 1000 group.initial.rebalance.delay.ms = 3000 group.max.session.timeout.ms = 300000 group.max.size = 2147483647 group.min.session.timeout.ms = 6000 host.name = inter.broker.listener.name = LC inter.broker.protocol.version = 2.2-IV1 kafka.metrics.polling.interval.secs = 10 kafka.metrics.reporters = [] leader.imbalance.check.interval.seconds = 300 leader.imbalance.per.broker.percentage = 10 listener.security.protocol.map = LC:PLAINTEXT,LX:PLAINTEXT listeners = LC://kafka:29092,LX://kafka:9092 log.cleaner.backoff.ms = 15000 log.cleaner.dedupe.buffer.size = 134217728 log.cleaner.delete.retention.ms = 86400000 log.cleaner.enable = true log.cleaner.io.buffer.load.factor = 0.9 log.cleaner.io.buffer.size = 524288 log.cleaner.io.max.bytes.per.second = 1.7976931348623157E308 log.cleaner.min.cleanable.ratio = 0.5 log.cleaner.min.compaction.lag.ms = 0 log.cleaner.threads = 1 log.cleanup.policy = [delete] log.dir = /tmp/kafka-logs log.dirs = /var/lib/kafka/data log.flush.interval.messages = 9223372036854775807 log.flush.interval.ms = null log.flush.offset.checkpoint.interval.ms = 60000 log.flush.scheduler.interval.ms = 9223372036854775807 log.flush.start.offset.checkpoint.interval.ms = 60000 log.index.interval.bytes = 4096 log.index.size.max.bytes = 10485760 log.message.downconversion.enable = true log.message.format.version = 2.2-IV1 log.message.timestamp.difference.max.ms = 9223372036854775807 log.message.timestamp.type = CreateTime log.preallocate = false log.retention.bytes = -1 log.retention.check.interval.ms = 300000 log.retention.hours = 168 log.retention.minutes = null log.retention.ms = null log.roll.hours = 168 log.roll.jitter.hours = 0 log.roll.jitter.ms = null log.roll.ms = null log.segment.bytes = 1073741824 log.segment.delete.delay.ms = 60000 max.connections.per.ip = 2147483647 max.connections.per.ip.overrides = max.incremental.fetch.session.cache.slots = 1000 message.max.bytes = 1000012 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 min.insync.replicas = 1 num.io.threads = 8 num.network.threads = 3 num.partitions = 1 num.recovery.threads.per.data.dir = 1 num.replica.alter.log.dirs.threads = null num.replica.fetchers = 1 offset.metadata.max.bytes = 4096 offsets.commit.required.acks = -1 offsets.commit.timeout.ms = 5000 offsets.load.buffer.size = 5242880 offsets.retention.check.interval.ms = 600000 offsets.retention.minutes = 10080 offsets.topic.compression.codec = 0 offsets.topic.num.partitions = 50 offsets.topic.replication.factor = 1 offsets.topic.segment.bytes = 104857600 password.encoder.cipher.algorithm = AES/CBC/PKCS5Padding password.encoder.iterations = 4096 password.encoder.key.length = 128 password.encoder.keyfactory.algorithm = null password.encoder.old.secret = null password.encoder.secret = null port = 9092 principal.builder.class = null producer.purgatory.purge.interval.requests = 1000 queued.max.request.bytes = -1 queued.max.requests = 500 quota.consumer.default = 9223372036854775807 quota.producer.default = 9223372036854775807 quota.window.num = 11 quota.window.size.seconds = 1 replica.fetch.backoff.ms = 1000 replica.fetch.max.bytes = 1048576 replica.fetch.min.bytes = 1 replica.fetch.response.max.bytes = 10485760 replica.fetch.wait.max.ms = 500 replica.high.watermark.checkpoint.interval.ms = 5000 replica.lag.time.max.ms = 10000 replica.socket.receive.buffer.bytes = 65536 replica.socket.timeout.ms = 30000 replication.quota.window.num = 11 replication.quota.window.size.seconds = 1 request.timeout.ms = 30000 reserved.broker.max.id = 1000 sasl.client.callback.handler.class = null sasl.enabled.mechanisms = [GSSAPI] sasl.jaas.config = null sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.principal.to.local.rules = [DEFAULT] sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.mechanism.inter.broker.protocol = GSSAPI sasl.server.callback.handler.class = null security.inter.broker.protocol = PLAINTEXT socket.receive.buffer.bytes = 102400 socket.request.max.bytes = 104857600 socket.send.buffer.bytes = 102400 ssl.cipher.suites = [] ssl.client.auth = none ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1] ssl.endpoint.identification.algorithm = https ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.principal.mapping.rules = [DEFAULT] ssl.protocol = TLS ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.abort.timed.out.transaction.cleanup.interval.ms = 60000 transaction.max.timeout.ms = 900000 transaction.remove.expired.transaction.cleanup.interval.ms = 3600000 transaction.state.log.load.buffer.size = 5242880 transaction.state.log.min.isr = 2 transaction.state.log.num.partitions = 50 transaction.state.log.replication.factor = 3 transaction.state.log.segment.bytes = 104857600 transactional.id.expiration.ms = 604800000 unclean.leader.election.enable = false zookeeper.connect = zookeeper:2181 zookeeper.connection.timeout.ms = null zookeeper.max.in.flight.requests = 10 zookeeper.session.timeout.ms = 6000 zookeeper.set.acl = false zookeeper.sync.time.ms = 2000 (kafka.server.KafkaConfig) [2020-07-05 09:18:16,412] INFO [ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2020-07-05 09:18:16,417] INFO [ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2020-07-05 09:18:16,441] INFO [ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [2020-07-05 09:18:16,734] INFO Loading logs. (kafka.log.LogManager) [2020-07-05 09:18:16,822] INFO Logs loading complete in 88 ms. (kafka.log.LogManager) [2020-07-05 09:18:16,997] INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) [2020-07-05 09:18:17,034] INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) [2020-07-05 09:18:17,070] INFO Starting the log cleaner (kafka.log.LogCleaner) [2020-07-05 09:18:17,975] INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner) [2020-07-05 09:18:24,177] INFO Awaiting socket connections on skafka:29092. (kafka.network.Acceptor) [2020-07-05 09:18:24,633] INFO [SocketServer brokerId=1001] Created data-plane acceptor and processors for endpoint : EndPoint(kafka,29092,ListenerName(LC),PLAINTEXT) (kafka.network.SocketServer) [2020-07-05 09:18:24,641] INFO Awaiting socket connections on skafka:9092. (kafka.network.Acceptor) [2020-07-05 09:18:24,901] INFO [SocketServer brokerId=1001] Created data-plane acceptor and processors for endpoint : EndPoint(kafka,9092,ListenerName(LX),PLAINTEXT) (kafka.network.SocketServer) [2020-07-05 09:18:24,915] INFO [SocketServer brokerId=1001] Started 2 acceptor threads for data-plane (kafka.network.SocketServer) [2020-07-05 09:18:25,416] INFO [ExpirationReaper-1001-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2020-07-05 09:18:25,438] INFO [ExpirationReaper-1001-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2020-07-05 09:18:25,450] INFO [ExpirationReaper-1001-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2020-07-05 09:18:25,462] INFO [ExpirationReaper-1001-ElectPreferredLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2020-07-05 09:18:25,644] INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) [2020-07-05 09:18:26,261] INFO Creating /brokers/ids/1001 (is it secure? false) (kafka.zk.KafkaZkClient) [2020-07-05 09:18:27,922] INFO Stat of the created znode at /brokers/ids/1001 is: 27,27,1593940706772,1593940706772,1,0,0,72058632565161985,209,0,27 (kafka.zk.KafkaZkClient) [2020-07-05 09:18:27,928] INFO Registered broker 1001 at path /brokers/ids/1001 with addresses: ArrayBuffer(EndPoint(kafka,29092,ListenerName(LC),PLAINTEXT), EndPoint(192.168.1.5,9092,ListenerName(LX),PLAINTEXT)), czxid (broker epoch): 27 (kafka.zk.KafkaZkClient) [2020-07-05 09:18:27,947] WARN No meta.properties file under dir /var/lib/kafka/data/meta.properties (kafka.server.BrokerMetadataCheckpoint) [2020-07-05 09:18:29,440] INFO [ControllerEventThread controllerId=1001] Starting (kafka.controller.ControllerEventManager$ControllerEventThread) [2020-07-05 09:18:29,507] INFO [ExpirationReaper-1001-topic]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2020-07-05 09:18:29,622] INFO [ExpirationReaper-1001-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2020-07-05 09:18:29,645] INFO [ExpirationReaper-1001-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [2020-07-05 09:18:29,903] INFO Successfully created /controller_epoch with initial epoch 0 (kafka.zk.KafkaZkClient) [2020-07-05 09:18:30,190] INFO [Controller id=1001] 1001 successfully elected as the controller. Epoch incremented to 1 and epoch zk version is now 1 (kafka.controller.KafkaController) [2020-07-05 09:18:30,202] INFO [Controller id=1001] Registering handlers (kafka.controller.KafkaController) [2020-07-05 09:18:30,288] INFO [Controller id=1001] Deleting log dir event notifications (kafka.controller.KafkaController) [2020-07-05 09:18:30,337] INFO [Controller id=1001] Deleting isr change notifications (kafka.controller.KafkaController) [2020-07-05 09:18:30,384] INFO [GroupCoordinator 1001]: Starting up. (kafka.coordinator.group.GroupCoordinator) [2020-07-05 09:18:30,385] INFO [Controller id=1001] Initializing controller context (kafka.controller.KafkaController) [2020-07-05 09:18:30,434] INFO [GroupCoordinator 1001]: Startup complete. (kafka.coordinator.group.GroupCoordinator) [2020-07-05 09:18:30,561] INFO [GroupMetadataManager brokerId=1001] Removed 0 expired offsets in 122 milliseconds. (kafka.coordinator.group.GroupMetadataManager) [2020-07-05 09:18:30,791] INFO [ProducerId Manager 1001]: Acquired new producerId block (brokerId:1001,blockStartProducerId:0,blockEndProducerId:999) by writing to Zk with path version 1 (kafka.coordinator.transaction.ProducerIdManager) [2020-07-05 09:18:31,320] INFO [TransactionCoordinator id=1001] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) [2020-07-05 09:18:31,376] INFO [Transaction Marker Channel Manager 1001]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) [2020-07-05 09:18:31,395] INFO [TransactionCoordinator id=1001] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) [2020-07-05 09:18:31,517] INFO [Controller id=1001] Initialized broker epochs cache: Map(1001 -> 27) (kafka.controller.KafkaController) [2020-07-05 09:18:31,621] DEBUG [Controller id=1001] Register BrokerModifications handler for Set(1001) (kafka.controller.KafkaController) [2020-07-05 09:18:31,849] DEBUG [Channel manager on controller 1001]: Controller 1001 trying to connect to broker 1001 (kafka.controller.ControllerChannelManager) [2020-07-05 09:18:32,306] INFO [RequestSendThread controllerId=1001] Starting (kafka.controller.RequestSendThread) [2020-07-05 09:18:32,348] INFO [Controller id=1001] Partitions being reassigned: Map() (kafka.controller.KafkaController) [2020-07-05 09:18:32,409] INFO [Controller id=1001] Currently active brokers in the cluster: Set(1001) (kafka.controller.KafkaController) [2020-07-05 09:18:32,444] INFO [Controller id=1001] Currently shutting brokers in the cluster: Set() (kafka.controller.KafkaController) [2020-07-05 09:18:32,472] INFO [Controller id=1001] Current list of topics in the cluster: Set() (kafka.controller.KafkaController) [2020-07-05 09:18:32,513] INFO [Controller id=1001] Fetching topic deletions in progress (kafka.controller.KafkaController) [2020-07-05 09:18:32,587] INFO [Controller id=1001] List of topics to be deleted: (kafka.controller.KafkaController) [2020-07-05 09:18:32,607] INFO [Controller id=1001] List of topics ineligible for deletion: (kafka.controller.KafkaController) [2020-07-05 09:18:32,672] INFO [Controller id=1001] Initializing topic deletion manager (kafka.controller.KafkaController) [2020-07-05 09:18:32,694] INFO [Controller id=1001] Sending update metadata request (kafka.controller.KafkaController) [2020-07-05 09:18:32,721] INFO [/config/changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [2020-07-05 09:18:33,843] INFO [SocketServer brokerId=1001] Started data-plane processors for 2 acceptors (kafka.network.SocketServer) [2020-07-05 09:18:34,000] INFO Kafka version: 2.2.2-cp3 (org.apache.kafka.common.utils.AppInfoParser) [2020-07-05 09:18:34,000] INFO Kafka commitId: 602b2e2e105b4d34 (org.apache.kafka.common.utils.AppInfoParser) [2020-07-05 09:18:34,023] INFO [KafkaServer id=1001] started (kafka.server.KafkaServer) [2020-07-05 09:18:34,064] INFO Waiting until monitored service is ready for metrics collection (io.confluent.support.metrics.BaseMetricsReporter) [2020-07-05 09:18:34,203] INFO Monitored service is now ready (io.confluent.support.metrics.BaseMetricsReporter) [2020-07-05 09:18:34,237] INFO Attempting to collect and submit metrics (io.confluent.support.metrics.BaseMetricsReporter) [2020-07-05 09:18:34,314] INFO [ReplicaStateMachine controllerId=1001] Initializing replica state (kafka.controller.ReplicaStateMachine) [2020-07-05 09:18:34,336] INFO [ReplicaStateMachine controllerId=1001] Triggering online replica state changes (kafka.controller.ReplicaStateMachine) [2020-07-05 09:18:34,650] INFO [RequestSendThread controllerId=1001] Controller 1001 connected to kafka:29092 (id: 1001 rack: null) for sending state change requests (kafka.controller.RequestSendThread) [2020-07-05 09:18:34,998] INFO [ReplicaStateMachine controllerId=1001] Started replica state machine with initial state -> Map() (kafka.controller.ReplicaStateMachine) [2020-07-05 09:18:35,046] INFO [PartitionStateMachine controllerId=1001] Initializing partition state (kafka.controller.PartitionStateMachine) [2020-07-05 09:18:35,117] INFO [PartitionStateMachine controllerId=1001] Triggering online partition state changes (kafka.controller.PartitionStateMachine) [2020-07-05 09:18:35,311] INFO [PartitionStateMachine controllerId=1001] Started partition state machine with initial state -> Map() (kafka.controller.PartitionStateMachine) [2020-07-05 09:18:35,435] INFO [Controller id=1001] Ready to serve as the new controller with epoch 1 (kafka.controller.KafkaController) [2020-07-05 09:18:35,516] INFO [Controller id=1001] Removing partitions Set() from the list of reassigned partitions in zookeeper (kafka.controller.KafkaController) [2020-07-05 09:18:35,540] INFO [Controller id=1001] No more partitions need to be reassigned. Deleting zk path /admin/reassign_partitions (kafka.controller.KafkaController) [2020-07-05 09:18:35,889] INFO [Controller id=1001] Partitions undergoing preferred replica election: (kafka.controller.KafkaController) [2020-07-05 09:18:35,959] INFO [Controller id=1001] Partitions that completed preferred replica election: (kafka.controller.KafkaController) [2020-07-05 09:18:35,970] INFO [Controller id=1001] Skipping preferred replica election for partitions due to topic deletion: (kafka.controller.KafkaController) [2020-07-05 09:18:36,012] INFO [Controller id=1001] Resuming preferred replica election for partitions: (kafka.controller.KafkaController) [2020-07-05 09:18:36,087] INFO [Controller id=1001] Starting preferred replica leader election for partitions (kafka.controller.KafkaController) [2020-07-05 09:18:36,896] TRACE [Controller id=1001 epoch=1] Received response {error_code=0} for request UPDATE_METADATA with correlation id 0 sent to broker kafka:29092 (id: 1001 rack: null) (state.change.logger) [2020-07-05 09:18:37,709] INFO [Controller id=1001] Starting the controller scheduler (kafka.controller.KafkaController) [2020-07-05 09:18:42,747] TRACE [Controller id=1001] Checking need to trigger auto leader balancing (kafka.controller.KafkaController) [2020-07-05 09:18:43,001] DEBUG [Controller id=1001] Preferred replicas by broker Map() (kafka.controller.KafkaController) [2020-07-05 09:18:46,435] WARN The replication factor of topic __confluent.support.metrics will be set to 1, which is less than the desired replication factor of 3 (reason: this cluster contains only 1 brokers). If you happen to add more brokers to this cluster, then it is important to increase the replication factor of the topic to eventually 3 to ensure reliable and durable metrics collection. (io.confluent.support.metrics.common.kafka.KafkaUtilities) [2020-07-05 09:18:46,443] INFO Attempting to create topic __confluent.support.metrics with 1 replicas, assuming 1 total brokers (io.confluent.support.metrics.common.kafka.KafkaUtilities) [2020-07-05 09:18:59,940] WARN Client session timed out, have not heard from server in 5380ms for sessionid 0x10000f1cd0c0001 (org.apache.zookeeper.ClientCnxn) [2020-07-05 09:19:03,856] INFO Client session timed out, have not heard from server in 5380ms for sessionid 0x10000f1cd0c0001, closing socket connection and attempting reconnect (org.apache.zookeeper.ClientCnxn) [2020-07-05 09:19:11,392] INFO Creating topic __confluent.support.metrics with configuration {retention.ms=31536000000} and initial partition assignment Map(0 -> ArrayBuffer(1001)) (kafka.zk.AdminZkClient) [2020-07-05 09:19:12,761] INFO Opening socket connection to server zookeeper/172.21.0.5:2181. Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn) [2020-07-05 09:19:12,953] INFO Socket connection established to zookeeper/172.21.0.5:2181, initiating session (org.apache.zookeeper.ClientCnxn) [2020-07-05 09:19:13,072] WARN Unable to reconnect to ZooKeeper service, session 0x10000f1cd0c0001 has expired (org.apache.zookeeper.ClientCnxn) [2020-07-05 09:19:13,074] INFO Unable to reconnect to ZooKeeper service, session 0x10000f1cd0c0001 has expired, closing socket connection (org.apache.zookeeper.ClientCnxn) [2020-07-05 09:19:13,137] INFO EventThread shut down for session: 0x10000f1cd0c0001 (org.apache.zookeeper.ClientCnxn) [2020-07-05 09:19:13,214] INFO [ZooKeeperClient] Session expired. (kafka.zookeeper.ZooKeeperClient) [2020-07-05 09:19:46,989] DEBUG [Controller id=1001] Resigning (kafka.controller.KafkaController) [2020-07-05 09:20:16,942] DEBUG [Controller id=1001] Unregister BrokerModifications handler for Set(1001) (kafka.controller.KafkaController) [2020-07-05 09:20:29,820] INFO [ZooKeeperClient] Initializing a new session to zookeeper:2181. (kafka.zookeeper.ZooKeeperClient) [2020-07-05 09:20:35,278] INFO Initiating client connection, connectString=zookeeper:2181 sessionTimeout=6000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@3eb738bb (org.apache.zookeeper.ZooKeeper)
cer commented 3 years ago

@vikramsisodia27 It looks like you have DOCKER_HOST_IP set to 192.168.1.5. Setting DOCKER_HOST_IP is often optional/harmful depending on your environment. If you are using Docker for Mac/Windows you should leave it unset.

vikramsisodia27 commented 3 years ago

@vikramsisodia27 It looks like you have DOCKER_HOST_IP set to 192.168.1.5. Setting DOCKER_HOST_IP is often optional/harmful depending on your environment. If you are using Docker for Mac/Windows you should leave it unset.

My fault - I changed MYSQL_ROOT_PASSWORD in docker-compose.yml along with docker port @cer Appreciate your kindness and dedication to resolve novice microservice developer's workspace issue @diguage Thanks for letting me know about code block, its nice

diguage commented 3 years ago

@cer @vikramsisodia27

The problem may really be caused by the lack of resources.

I change the configuration of Docker:

image

Then it is OK:

image

leexiaominghub commented 3 years ago

@cer @vikramsisodia27

The problem may really be caused by the lack of resources.

I change the configuration of Docker:

image

Then it is OK:

image

This question of cdc confused me whole day, luckily I get this issure opened by you. @cer could you limit the use of source of cdc, without Mac, on my low configuration Windowds PC, this Ftgo fail to run. Thank you all

till213 commented 3 years ago

Hi all,

I can comfirm that increasing the default resources, specifically the available RAM from 2 to 6 GB (which worked in my case, even on a poor MacBook Pro 13 with only 8 GB (!) RAM) in the Preferences of Docker Desktop for Mac actually works.

For more details refer to my other comment. And yes, it took over 10 minutes for all services to launch (in my case) - so be patient :)