Advertisement
fedorm

Untitled

Feb 20th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.21 KB | None | 0 0
  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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
  7. category-service_1 |
  8. 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.
  9. category-service_1 | at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:81) ~[spring-jdbc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  10. category-service_1 | at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:324) ~[spring-jdbc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  11. 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]
  12. 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]
  13. 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]
  14. 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]
  15. 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]
  16. 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]
  17. category-service_1 | at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source) ~[na:na]
  18. category-service_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
  19. category-service_1 | at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
  20. category-service_1 | at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:223) [spring-core-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  21. 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]
  22. 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]
  23. 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]
  24. 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]
  25. category-service_1 | at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source) ~[na:na]
  26. category-service_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
  27. category-service_1 | at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
  28. 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]
  29. 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]
  30. 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]
  31. 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]
  32. 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]
  33. 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]
  34. category-service_1 | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  35. category-service_1 | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  36. category-service_1 | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:974) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  37. category-service_1 | at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:866) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  38. category-service_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:635) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  39. category-service_1 | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:851) ~[spring-webmvc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  40. category-service_1 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  41. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  42. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  43. category-service_1 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) ~[tomcat-embed-websocket-8.5.31.jar!/:8.5.31]
  44. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  45. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  46. 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]
  47. 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]
  48. 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]
  49. category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  50. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  51. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  52. 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]
  53. category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  54. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  55. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  56. category-service_1 | at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  57. category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  58. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  59. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  60. category-service_1 | at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  61. category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  62. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  63. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  64. category-service_1 | at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  65. category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  66. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  67. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  68. category-service_1 | at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  69. category-service_1 | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  70. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  71. category-service_1 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  72. category-service_1 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  73. category-service_1 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  74. category-service_1 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  75. category-service_1 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  76. category-service_1 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  77. category-service_1 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  78. category-service_1 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  79. category-service_1 | at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  80. category-service_1 | at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  81. category-service_1 | at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  82. 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]
  83. category-service_1 | at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]
  84. category-service_1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_181]
  85. category-service_1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_181]
  86. 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]
  87. category-service_1 | at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_181]
  88. category-service_1 | Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
  89. category-service_1 | at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:669) ~[HikariCP-2.7.9.jar!/:na]
  90. category-service_1 | at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:183) ~[HikariCP-2.7.9.jar!/:na]
  91. category-service_1 | at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:148) ~[HikariCP-2.7.9.jar!/:na]
  92. category-service_1 | at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) ~[HikariCP-2.7.9.jar!/:na]
  93. category-service_1 | at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:151) ~[spring-jdbc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  94. category-service_1 | at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:115) ~[spring-jdbc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  95. category-service_1 | at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:78) ~[spring-jdbc-5.0.6.RELEASE.jar!/:5.0.6.RELEASE]
  96. category-service_1 | ... 78 common frames omitted
  97. category-service_1 |
  98. 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.
  99. 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.
  100. 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.
  101. 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.
  102. 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.
  103. 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.
  104. 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.
  105. 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.
  106. 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.
  107. 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.
  108. 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.
  109. 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.
  110. 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.
  111. 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.
  112. 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.
  113. 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.
  114. 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.
  115. 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.
  116. 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.
  117. 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.
  118. 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.
  119. 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.
  120. 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.
  121. 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.
  122. 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.
  123. 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.
  124. 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.
  125. 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.
  126. 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.
  127. 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.
  128. 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.
  129. 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.
  130. 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.
  131. 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.
  132. 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.
  133. 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.
  134. 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.
  135. 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