azdro@DESKTOP-7B9L8FC MINGW64 ~/OneDrive/Pulpit/microservices $ java -jar zipkin-server-2.5.2-exec.jar ******** ** ** * * ** ** ** ** ** ** ** ** ******** **** **** **** **** ****** **** *** **************************************************************************** ******* **** *** **** **** ** ** ***** ** ***** ** ** ** ** ** ** ** ** * *** ** **** ** ** ** ***** **** ** ** *** ****** ** ** ** ** ** ** ** :: Powered by Spring Boot :: (v1.5.10.RELEASE) 2020-04-13 15:40:28.833 INFO [/] 25296 --- [ main] zipkin.server.ZipkinServer : Starting ZipkinServer on DESKTOP-7B9L8FC with PID 25296 (C:\Users\azdro\OneDrive\Pulpit\microservices\zipkin-server-2.5.2-exec.jar started by azdro in C:\Users\azdro\OneDrive\Pulpit\microservices) 2020-04-13 15:40:28.837 INFO [/] 25296 --- [ main] zipkin.server.ZipkinServer : The following profiles are active: shared 2020-04-13 15:40:28.936 INFO [/] 25296 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3abbfa04: startup date [Mon Apr 13 15:40:28 CEST 2020]; root of context hierarchy 2020-04-13 15:40:30.088 INFO [/] 25296 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'characterEncodingFilter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration; factoryMethodName=characterEncodingFilter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/HttpEncodingAutoConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=zipkin.autoconfigure.ui.ZipkinUiAutoConfiguration; factoryMethodName=characterEncodingFilter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [zipkin/autoconfigure/ui/ZipkinUiAutoConfiguration.class]] 2020-04-13 15:40:31.865 INFO [/] 25296 --- [ main] org.xnio : XNIO version 3.3.8.Final 2020-04-13 15:40:31.895 INFO [/] 25296 --- [ main] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final 2020-04-13 15:40:32.018 WARN [/] 25296 --- [ main] io.undertow.websockets.jsr : UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used 2020-04-13 15:40:32.019 WARN [/] 25296 --- [ main] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used 2020-04-13 15:40:32.074 INFO [/] 25296 --- [ main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext 2020-04-13 15:40:32.074 INFO [/] 25296 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3141 ms 2020-04-13 15:40:32.702 INFO [/] 25296 --- [ main] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] 2020-04-13 15:40:32.716 INFO [/] 25296 --- [ main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*] 2020-04-13 15:40:32.718 INFO [/] 25296 --- [ main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2020-04-13 15:40:32.719 INFO [/] 25296 --- [ main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] 2020-04-13 15:40:32.719 INFO [/] 25296 --- [ main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] 2020-04-13 15:40:32.719 INFO [/] 25296 --- [ main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*] 2020-04-13 15:40:32.719 INFO [/] 25296 --- [ main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*] 2020-04-13 15:40:32.719 INFO [/] 25296 --- [ main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] 2020-04-13 15:40:33.691 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3abbfa04: startup date [Mon Apr 13 15:40:28 CEST 2020]; root of context hierarchy 2020-04-13 15:40:33.843 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/dependencies],methods=[GET],produces=[application/json]}" onto public byte[] zipkin.server.ZipkinQueryApiV1.getDependencies(long,java.lang.Long) 2020-04-13 15:40:33.844 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/traces],methods=[GET],produces=[application/json]}" onto public java.lang.String zipkin.server.ZipkinQueryApiV1.getTraces(java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.Long,java.lang.Long,java.lang.Long,java.lang.Integer) 2020-04-13 15:40:33.845 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/spans],methods=[GET]}" onto public org.springframework.http.ResponseEntity> zipkin.server.ZipkinQueryApiV1.getSpanNames(java.lang.String) 2020-04-13 15:40:33.845 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/trace/{traceIdHex}],methods=[GET],produces=[application/json]}" onto public java.lang.String zipkin.server.ZipkinQueryApiV1.getTrace(java.lang.String,org.springframework.web.context.request.WebRequest) 2020-04-13 15:40:33.846 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/services],methods=[GET]}" onto public org.springframework.http.ResponseEntity> zipkin.server.ZipkinQueryApiV1.getServiceNames() 2020-04-13 15:40:33.848 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v2/dependencies],methods=[GET],produces=[application/json]}" onto public byte[] zipkin.server.ZipkinQueryApiV2.getDependencies(long,java.lang.Long) throws java.io.IOException 2020-04-13 15:40:33.848 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v2/traces],methods=[GET],produces=[application/json]}" onto public java.lang.String zipkin.server.ZipkinQueryApiV2.getTraces(java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.Long,java.lang.Long,java.lang.Long,int) throws java.io.IOException 2020-04-13 15:40:33.849 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v2/spans],methods=[GET]}" onto public org.springframework.http.ResponseEntity> zipkin.server.ZipkinQueryApiV2.getSpanNames(java.lang.String) throws java.io.IOException 2020-04-13 15:40:33.849 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v2/trace/{traceIdHex}],methods=[GET],produces=[application/json]}" onto public java.lang.String zipkin.server.ZipkinQueryApiV2.getTrace(java.lang.String,org.springframework.web.context.request.WebRequest) throws java.io.IOException 2020-04-13 15:40:33.849 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v2/services],methods=[GET]}" onto public org.springframework.http.ResponseEntity> zipkin.server.ZipkinQueryApiV2.getServiceNames() throws java.io.IOException 2020-04-13 15:40:33.851 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2020-04-13 15:40:33.852 INFO [/] 25296 --- [ 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.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2020-04-13 15:40:33.857 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/zipkin/index.html],methods=[GET]}" onto public org.springframework.http.ResponseEntity zipkin.autoconfigure.ui.ZipkinUiAutoConfiguration.serveIndex() 2020-04-13 15:40:33.858 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/zipkin/config.json],methods=[GET]}" onto public org.springframework.http.ResponseEntity zipkin.autoconfigure.ui.ZipkinUiAutoConfiguration.serveUiConfig() 2020-04-13 15:40:33.858 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/zipkin/api/**],methods=[GET]}" onto public org.springframework.web.servlet.ModelAndView zipkin.autoconfigure.ui.ZipkinUiAutoConfiguration.forwardApi(javax.servlet.http.HttpServletRequest) 2020-04-13 15:40:33.858 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/favicon.ico],methods=[GET]}" onto public org.springframework.web.servlet.ModelAndView zipkin.autoconfigure.ui.ZipkinUiAutoConfiguration.favicon() 2020-04-13 15:40:33.859 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/],methods=[GET]}" onto public void zipkin.autoconfigure.ui.ZipkinUiAutoConfiguration.redirectRoot(javax.servlet.http.HttpServletResponse) throws java.io.IOException 2020-04-13 15:40:33.860 INFO [/] 25296 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/zipkin/ || /zipkin/traces/{id} || /zipkin/dependency],methods=[GET]}" onto public org.springframework.web.servlet.ModelAndView zipkin.autoconfigure.ui.ZipkinUiAutoConfiguration.forwardUiEndpoints() 2020-04-13 15:40:33.934 INFO [/] 25296 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-04-13 15:40:33.934 INFO [/] 25296 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-04-13 15:40:33.934 INFO [/] 25296 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/zipkin/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2020-04-13 15:40:34.177 INFO [/] 25296 --- [ main] c.d.driver.core.GuavaCompatibility : Detected Guava >= 19 in the classpath, using modern compatibility layer 2020-04-13 15:40:34.464 INFO [/] 25296 --- [ main] com.datastax.driver.core.Native : Could not load JNR C Library, native system calls through this library will not be available (set this logger level to DEBUG to see the full stack trace). 2020-04-13 15:40:34.465 INFO [/] 25296 --- [ main] com.datastax.driver.core.ClockFactory : Using java.lang.System clock to generate timestamps. 2020-04-13 15:40:35.322 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2020-04-13 15:40:35.324 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException 2020-04-13 15:40:35.326 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2020-04-13 15:40:35.327 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String) 2020-04-13 15:40:35.328 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal) 2020-04-13 15:40:35.329 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2020-04-13 15:40:35.329 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String) 2020-04-13 15:40:35.330 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2020-04-13 15:40:35.330 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2020-04-13 15:40:35.331 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2020-04-13 15:40:35.332 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2020-04-13 15:40:35.333 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String) 2020-04-13 15:40:35.333 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2020-04-13 15:40:35.333 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2020-04-13 15:40:35.334 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/prometheus || /prometheus.json],methods=[GET],produces=[*/*]}" onto public org.springframework.http.ResponseEntity io.prometheus.client.spring.boot.PrometheusMvcEndpoint.value(java.util.Set) 2020-04-13 15:40:35.335 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/prometheus || /prometheus.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2020-04-13 15:40:35.337 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String) 2020-04-13 15:40:35.337 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map) 2020-04-13 15:40:35.338 INFO [/] 25296 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2020-04-13 15:40:35.538 INFO [/] 25296 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2020-04-13 15:40:35.552 INFO [/] 25296 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0 2020-04-13 15:40:35.776 INFO [/] 25296 --- [ main] b.c.e.u.UndertowEmbeddedServletContainer : Undertow started on port(s) 9411 (http) 2020-04-13 15:40:35.788 INFO [/] 25296 --- [ main] zipkin.server.ZipkinServer : Started ZipkinServer in 7.717 seconds (JVM running for 8.456) 2020-04-13 15:41:24.905 INFO [/] 25296 --- [ XNIO-2 task-1] io.undertow.servlet : Initializing Spring FrameworkServlet 'dispatcherServlet' 2020-04-13 15:41:24.906 INFO [/] 25296 --- [ XNIO-2 task-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started 2020-04-13 15:41:24.946 INFO [/] 25296 --- [ XNIO-2 task-1] o.s.web.servlet.DispatcherServlet : FrameworkServl