Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- category-service_1 | 2019-02-20 11:05:30.474 WARN 1 --- [ad | producer-9] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-9, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a8] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:30.560 WARN 1 --- [ad | producer-2] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-2, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a1] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:30.647 WARN 1 --- [ad | producer-8] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-8, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a7] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:30.674 WARN 1 --- [d | producer-10] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-10, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a9] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:30.675 WARN 1 --- [ad | producer-4] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-4, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a3] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:30.701 WARN 1 --- [io-8080-exec-24] o.s.b.a.jdbc.DataSourceHealthIndicator : DataSource health check failed
- category-service_1 |
- category-service_1 | org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
- category-service_1 | at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:81) ~[spring-jdbc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:324) ~[spring-jdbc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.getProduct(DataSourceHealthIndicator.java:122) ~[spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.doDataSourceHealthCheck(DataSourceHealthIndicator.java:109) ~[spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.doHealthCheck(DataSourceHealthIndicator.java:104) ~[spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:84) ~[spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.health.CompositeHealthIndicator.health(CompositeHealthIndicator.java:68) [spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.health.HealthEndpointWebExtension.getHealth(HealthEndpointWebExtension.java:50) [spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source) ~[na:na]
- category-service_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
- category-service_1 | at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
- category-service_1 | at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:223) [spring-core-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker.invoke(ReflectiveOperationInvoker.java:76) [spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation.invoke(AbstractDiscoveredOperation.java:61) [spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$ServletWebOperationAdapter.handle(AbstractWebMvcEndpointHandlerMapping.java:243) ~[spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(AbstractWebMvcEndpointHandlerMapping.java:299) ~[spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source) ~[na:na]
- category-service_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
- category-service_1 | at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
- category-service_1 | at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:209) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:877) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:783) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:974) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:866) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:635) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:851) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) ~[tomcat-embed-websocket-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:158) ~[spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:126) ~[spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:111) ~[spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:84) ~[spring-boot-actuator-2.0.2.RELEASE.jar!/:2.0.2.RELEASE]
- category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_181]
- category-service_1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_181]
- category-service_1 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
- category-service_1 | at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_181]
- category-service_1 | Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
- category-service_1 | at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:669) ~[HikariCP-2.7.9.jar!/:na]
- category-service_1 | at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:183) ~[HikariCP-2.7.9.jar!/:na]
- category-service_1 | at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:148) ~[HikariCP-2.7.9.jar!/:na]
- category-service_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) ~[HikariCP-2.7.9.jar!/:na]
- category-service_1 | at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:151) ~[spring-jdbc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:115) ~[spring-jdbc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:78) ~[spring-jdbc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
- category-service_1 | ... 78 common frames omitted
- category-service_1 |
- category-service_1 | 2019-02-20 11:05:30.726 WARN 1 --- [d | producer-14] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-14, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a13] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:30.755 WARN 1 --- [ad | producer-1] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-1, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a0] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:30.778 WARN 1 --- [ad | producer-7] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-7, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a6] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.021 WARN 1 --- [ad | producer-6] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-6, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a5] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.055 WARN 1 --- [d | producer-15] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-15, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a14] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.060 WARN 1 --- [d | producer-17] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-17, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a16] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.075 WARN 1 --- [d | producer-13] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-13, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a12] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.175 WARN 1 --- [d | producer-18] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-18, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a17] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.175 WARN 1 --- [ad | producer-5] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-5, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a4] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.176 WARN 1 --- [d | producer-20] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-20, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a19] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.348 WARN 1 --- [d | producer-11] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-11, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a10] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.376 WARN 1 --- [d | producer-19] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-19, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a18] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.421 WARN 1 --- [d | producer-12] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-12, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a11] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.448 WARN 1 --- [ad | producer-3] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-3, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a2] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.476 WARN 1 --- [d | producer-16] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-16, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a15] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.576 WARN 1 --- [d | producer-10] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-10, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a9] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.662 WARN 1 --- [ad | producer-2] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-2, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a1] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.676 WARN 1 --- [ad | producer-9] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-9, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a8] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.677 WARN 1 --- [ad | producer-4] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-4, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a3] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.749 WARN 1 --- [ad | producer-8] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-8, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a7] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.858 WARN 1 --- [ad | producer-1] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-1, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a0] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.881 WARN 1 --- [ad | producer-7] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-7, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a6] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:31.928 WARN 1 --- [d | producer-14] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-14, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a13] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.061 WARN 1 --- [d | producer-17] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-17, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a16] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.077 WARN 1 --- [d | producer-20] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-20, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a19] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.157 WARN 1 --- [d | producer-15] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-15, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a14] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.223 WARN 1 --- [ad | producer-6] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-6, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a5] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.277 WARN 1 --- [d | producer-13] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-13, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a12] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.377 WARN 1 --- [ad | producer-5] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-5, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a4] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.377 WARN 1 --- [d | producer-18] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-18, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a17] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.378 WARN 1 --- [d | producer-19] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-19, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a18] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.424 WARN 1 --- [d | producer-12] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-12, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a11] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.450 WARN 1 --- [d | producer-11] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-11, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a10] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.478 WARN 1 --- [d | producer-16] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-16, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a15] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.478 WARN 1 --- [d | producer-10] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-10, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a9] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.550 WARN 1 --- [ad | producer-3] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-3, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a2] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.579 WARN 1 --- [ad | producer-4] org.apache.kafka.clients.NetworkClient : [Producer clientId=producer-4, transactionalId=kafka-transaction-f670e74e-40d2-416e-aa7e-e4b953e2d03a3] Connection to node -1 could not be established. Broker may not be available.
- category-service_1 | 2019-02-20 11:05:32.778 WARN 1 --- [ad | producer-9] org.apache.kafka.clients.NetworkClient : [Producer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement