Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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)
- . ____ _ __ _ _
- /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
- ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
- \\/ ___)| |_)| | | | | || (_| | ) ) ) )
- ' |____| .__|_| |_|_| |_\__, | / / / /
- =========|_|==============|___/=/_/_/_/
- :: Spring Boot :: (v2.1.7.RELEASE)
- 2019-12-19 21:25:42.756 INFO 1 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://localhost:8888
- 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
- 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)
- 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
- 2019-12-19 21:25:50.883 INFO 1 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=2199dd42-a961-3872-858b-8414b7fc26f3
- 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.
- 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.
- 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.
- 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)
- 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)
- 2019-12-19 21:25:51.573 INFO 1 --- [ main] .w.s.a.s.AnnotationActionEndpointMapping : Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 2019-12-19 21:25:53.774 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
- 2019-12-19 21:25:53.995 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2019-12-19 21:25:53.997 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22]
- 2019-12-19 21:25:54.469 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2019-12-19 21:25:54.469 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 10919 ms
- 2019-12-19 21:25:57.380 INFO 1 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
- 2019-12-19 21:26:01.195 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2019-12-19 21:26:04.865 INFO 1 --- [ main] .s.s.UserDetailsServiceAutoConfiguration :
- Using generated security password: 60c06eb7-86ef-46e1-87f6-f9974383d80b
- 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]
- 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'
- 2019-12-19 21:26:07.589 INFO 1 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageChannel nullChannel
- 2019-12-19 21:26:07.692 INFO 1 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageChannel input
- 2019-12-19 21:26:08.177 INFO 1 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageChannel errorChannel
- 2019-12-19 21:26:08.470 INFO 1 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageHandler logSinkHandler
- 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
- 2019-12-19 21:26:08.883 INFO 1 --- [ main] o.s.i.monitor.IntegrationMBeanExporter : Registering MessageHandler errorLogger
- 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
- 2019-12-19 21:26:09.050 INFO 1 --- [ main] o.s.i.channel.PublishSubscribeChannel : Channel 'application-1.errorChannel' has 1 subscriber(s).
- 2019-12-19 21:26:09.063 INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started _org.springframework.integration.errorLogger
- 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
- 2019-12-19 21:26:09.068 INFO 1 --- [ main] o.s.c.s.m.DirectWithAttributesChannel : Channel 'application-1.input' has 1 subscriber(s).
- 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
- 2019-12-19 21:26:09.451 INFO 1 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://localhost:8888
- 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
- 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)
- 2019-12-19 21:26:10.590 INFO 1 --- [ main] o.a.k.clients.admin.AdminClientConfig : AdminClientConfig values:
- bootstrap.servers = [xxx:9092]
- client.id =
- connections.max.idle.ms = 300000
- metadata.max.age.ms = 300000
- metric.reporters = []
- metrics.num.samples = 2
- metrics.recording.level = INFO
- metrics.sample.window.ms = 30000
- receive.buffer.bytes = 65536
- reconnect.backoff.max.ms = 1000
- reconnect.backoff.ms = 50
- request.timeout.ms = 120000
- retries = 5
- retry.backoff.ms = 100
- sasl.client.callback.handler.class = null
- 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.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 = GSSAPI
- security.protocol = PLAINTEXT
- send.buffer.bytes = 131072
- ssl.cipher.suites = null
- 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.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
- 2019-12-19 21:26:10.954 INFO 1 --- [ main] o.a.kafka.common.utils.AppInfoParser : Kafka version : 2.0.1
- 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