Advertisement
Guest User

Untitled

a guest
Dec 19th, 2019
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.99 KB | None | 0 0
  1. 2019-12-19 21:25:41.768 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$a46fd0e4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  2.  
  3. . ____ _ __ _ _
  4. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  5. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  6. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  7. ' |____| .__|_| |_|_| |_\__, | / / / /
  8. =========|_|==============|___/=/_/_/_/
  9. :: Spring Boot :: (v2.1.7.RELEASE)
  10.  
  11. 2019-12-19 21:25:42.756 INFO 1 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://localhost:8888
  12. 2019-12-19 21:25:43.367 INFO 1 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Connect Timeout Exception on Url - http://localhost:8888. Will be trying the next url if available
  13. 2019-12-19 21:25:43.368 WARN 1 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/log-sink/default": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused)
  14. 2019-12-19 21:25:43.373 INFO 1 --- [ main] o.s.c.s.a.l.s.k.LogSinkKafkaApplication : No active profile set, falling back to default profiles: default
  15. 2019-12-19 21:25:50.883 INFO 1 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=2199dd42-a961-3872-858b-8414b7fc26f3
  16. 2019-12-19 21:25:50.964 INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
  17. 2019-12-19 21:25:50.968 INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
  18. 2019-12-19 21:25:51.051 INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
  19. 2019-12-19 21:25:51.264 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.kafka.annotation.KafkaBootstrapConfiguration' of type [org.springframework.kafka.annotation.KafkaBootstrapConfiguration$$EnhancerBySpringCGLIB$$5c07df6a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  20. 2019-12-19 21:25:51.388 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$2ced92e6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  21. 2019-12-19 21:25:51.573 INFO 1 --- [ main] .w.s.a.s.AnnotationActionEndpointMapping : Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  22. 2019-12-19 21:25:51.648 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  23. 2019-12-19 21:25:51.759 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration$$EnhancerBySpringCGLIB$$f3478916] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  24. 2019-12-19 21:25:51.785 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration$IntegrationJmxConfiguration' of type [org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration$IntegrationJmxConfiguration$$EnhancerBySpringCGLIB$$ced99436] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  25. 2019-12-19 21:25:51.885 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' of type [org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration$$EnhancerBySpringCGLIB$$7c13d03] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  26. 2019-12-19 21:25:51.957 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'mbeanServer' of type [com.sun.jmx.mbeanserver.JmxMBeanServer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  27. 2019-12-19 21:25:52.064 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$a46fd0e4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  28. 2019-12-19 21:25:53.774 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  29. 2019-12-19 21:25:53.995 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  30. 2019-12-19 21:25:53.997 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22]
  31. 2019-12-19 21:25:54.469 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  32. 2019-12-19 21:25:54.469 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 10919 ms
  33. 2019-12-19 21:25:57.380 INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
  34. 2019-12-19 21:26:01.195 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  35. 2019-12-19 21:26:04.865 INFO 1 --- [ main] .s.s.UserDetailsServiceAutoConfiguration :
  36.  
  37. Using generated security password: 60c06eb7-86ef-46e1-87f6-f9974383d80b
  38.  
  39. 2019-12-19 21:26:05.650 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@191ae03f, org.springframework.security.web.context.SecurityContextPersistenceFilter@76c7beb3, org.springframework.security.web.header.HeaderWriterFilter@2f058b8a, org.springframework.security.web.csrf.CsrfFilter@5b970f7, org.springframework.security.web.authentication.logout.LogoutFilter@6273c5a4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@35beb15e, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@5f2f577, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@9635fa, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6c67e137, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2cf92cc7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4e76dac, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@53ab0286, org.springframework.security.web.session.SessionManagementFilter@3f2ef586, org.springframework.security.web.access.ExceptionTranslationFilter@165b8a71, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@26fb628]
  40. 2019-12-19 21:26:06.206 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 3 endpoint(s) beneath base path '/actuator'
  41. 2019-12-19 21:26:07.589 INFO 1 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageChannel nullChannel
  42. 2019-12-19 21:26:07.692 INFO 1 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageChannel input
  43. 2019-12-19 21:26:08.177 INFO 1 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageChannel errorChannel
  44. 2019-12-19 21:26:08.470 INFO 1 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageHandler logSinkHandler
  45. 2019-12-19 21:26:08.764 INFO 1 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageHandler org.springframework.cloud.stream.app.log.sink.LogSinkConfiguration.logSinkHandler.serviceActivator
  46. 2019-12-19 21:26:08.883 INFO 1 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageHandler errorLogger
  47. 2019-12-19 21:26:08.990 INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
  48. 2019-12-19 21:26:09.050 INFO 1 --- [ main] o.s.i.channel.PublishSubscribeChannel : Channel 'application-1.errorChannel' has 1 subscriber(s).
  49. 2019-12-19 21:26:09.063 INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started _org.springframework.integration.errorLogger
  50. 2019-12-19 21:26:09.064 INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {message-handler:org.springframework.cloud.stream.app.log.sink.LogSinkConfiguration.logSinkHandler.serviceActivator} as a subscriber to the 'input' channel
  51. 2019-12-19 21:26:09.068 INFO 1 --- [ main] o.s.c.s.m.DirectWithAttributesChannel : Channel 'application-1.input' has 1 subscriber(s).
  52. 2019-12-19 21:26:09.068 INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started org.springframework.cloud.stream.app.log.sink.LogSinkConfiguration.logSinkHandler.serviceActivator
  53. 2019-12-19 21:26:09.451 INFO 1 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://localhost:8888
  54. 2019-12-19 21:26:09.484 INFO 1 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Connect Timeout Exception on Url - http://localhost:8888. Will be trying the next url if available
  55. 2019-12-19 21:26:09.484 WARN 1 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888//default": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused)
  56. 2019-12-19 21:26:10.590 INFO 1 --- [ main] o.a.k.clients.admin.AdminClientConfig : AdminClientConfig values:
  57. bootstrap.servers = [xxx:9092]
  58. client.id =
  59. connections.max.idle.ms = 300000
  60. metadata.max.age.ms = 300000
  61. metric.reporters = []
  62. metrics.num.samples = 2
  63. metrics.recording.level = INFO
  64. metrics.sample.window.ms = 30000
  65. receive.buffer.bytes = 65536
  66. reconnect.backoff.max.ms = 1000
  67. reconnect.backoff.ms = 50
  68. request.timeout.ms = 120000
  69. retries = 5
  70. retry.backoff.ms = 100
  71. sasl.client.callback.handler.class = null
  72. sasl.jaas.config = null
  73. sasl.kerberos.kinit.cmd = /usr/bin/kinit
  74. sasl.kerberos.min.time.before.relogin = 60000
  75. sasl.kerberos.service.name = null
  76. sasl.kerberos.ticket.renew.jitter = 0.05
  77. sasl.kerberos.ticket.renew.window.factor = 0.8
  78. sasl.login.callback.handler.class = null
  79. sasl.login.class = null
  80. sasl.login.refresh.buffer.seconds = 300
  81. sasl.login.refresh.min.period.seconds = 60
  82. sasl.login.refresh.window.factor = 0.8
  83. sasl.login.refresh.window.jitter = 0.05
  84. sasl.mechanism = GSSAPI
  85. security.protocol = PLAINTEXT
  86. send.buffer.bytes = 131072
  87. ssl.cipher.suites = null
  88. ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
  89. ssl.endpoint.identification.algorithm = https
  90. ssl.key.password = null
  91. ssl.keymanager.algorithm = SunX509
  92. ssl.keystore.location = null
  93. ssl.keystore.password = null
  94. ssl.keystore.type = JKS
  95. ssl.protocol = TLS
  96. ssl.provider = null
  97. ssl.secure.random.implementation = null
  98. ssl.trustmanager.algorithm = PKIX
  99. ssl.truststore.location = null
  100. ssl.truststore.password = null
  101. ssl.truststore.type = JKS
  102.  
  103. 2019-12-19 21:26:10.954 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version : 2.0.1
  104. 2019-12-19 21:26:10.954 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka commitId : fa14705e51bd2ce5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement