Error: Atlassian products were not found

Issue #12 new
caglar.karadag@audi.de created an issue

The data collector can't find the Atlassian products.

Error.PNG

ServiceUser.PNG

InstallDir.PNG

Comments (4)

  1. Dave C Account Deactivated

    Thanks for raising this - any chance you could attach the atlassian-perftools.log? It will have some more info in there about the services, often this can happen if they're being run as different users or in non-standard configs.

  2. Dave C Account Deactivated

    Logs:

    2018-12-07 12:45:07 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 12:45:07 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-07 12:45:07 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 12:45:07 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-07 12:45:10 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 9668 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by OURSERVER$ in D:\Atlassian\data-collector-1.0.3) 
    2018-12-07 12:45:10 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-07 12:45:10 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-07 12:45:10 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 12:45:10 CET 2018]; root of context hierarchy 
    2018-12-07 12:45:12 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-07 12:45:21 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-07 12:45:21 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-07 12:45:21 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-07 12:45:22 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-07 12:45:22 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 11970 ms 
    2018-12-07 12:45:22 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-07 12:45:22 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-07 12:45:22 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-07 12:45:25 [main] INFO o.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) 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 12:45:25 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 12:45:10 CET 2018]; root of context hierarchy 
    2018-12-07 12:45:26 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-07 12:45:26 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-07 12:45:27 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-07 12:45:27 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@8297b3a, org.springframework.security.web.context.SecurityContextPersistenceFilter@4e08711f, org.springframework.security.web.header.HeaderWriterFilter@3c9754d8, org.springframework.security.web.authentication.logout.LogoutFilter@49438269, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@fbd1f6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@26794848, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@40005471, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2362f559, org.springframework.security.web.session.SessionManagementFilter@79079097, org.springframework.security.web.access.ExceptionTranslationFilter@489115ef, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1ff4931d] 
    2018-12-07 12:45:28 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-07 12:45:28 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-07 12:45:28 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-07 12:45:28 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-07 12:45:28 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-07 12:45:29 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-07 12:45:29 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-07 12:45:29 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-07 12:45:29 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-07 12:45:29 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-07 12:45:29 [main] INFO c.a.p.Launcher - Started Launcher in 20.954 seconds (JVM running for 26.001) 
    2018-12-07 12:45:30 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 12:47:05 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 12:47:05 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-07 12:47:05 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 12:47:05 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-07 12:47:07 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 6196 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by SYSMMSPRODUKT in D:\Atlassian\data-collector-1.0.3) 
    2018-12-07 12:47:07 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-07 12:47:07 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-07 12:47:07 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 12:47:07 CET 2018]; root of context hierarchy 
    2018-12-07 12:47:09 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-07 12:47:16 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-07 12:47:16 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-07 12:47:16 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-07 12:47:16 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-07 12:47:16 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 8843 ms 
    2018-12-07 12:47:17 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-07 12:47:17 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-07 12:47:17 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-07 12:47:19 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 12:47:19 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 12:47:19 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-07 12:47:19 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 12:47:19 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-07 12:47:19 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 12:47:19 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-07 12:47:19 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-07 12:47:19 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-07 12:47:19 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-07 12:47:19 [main] INFO o.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) 
    2018-12-07 12:47:20 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-07 12:47:20 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 12:47:20 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 12:47:20 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 12:47:07 CET 2018]; root of context hierarchy 
    2018-12-07 12:47:20 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-07 12:47:20 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-07 12:47:22 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-07 12:47:22 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ff4931d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6908d7, org.springframework.security.web.header.HeaderWriterFilter@1a677343, org.springframework.security.web.authentication.logout.LogoutFilter@26794848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2cd76f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bf7ca37, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2bac3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@65e98b1c, org.springframework.security.web.session.SessionManagementFilter@489115ef, org.springframework.security.web.access.ExceptionTranslationFilter@4116aac9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752325ad] 
    2018-12-07 12:47:22 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-07 12:47:22 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-07 12:47:22 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-07 12:47:23 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-07 12:47:23 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-07 12:47:24 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-07 12:47:24 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-07 12:47:24 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-07 12:47:24 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-07 12:47:24 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-07 12:47:24 [main] INFO c.a.p.Launcher - Started Launcher in 17.968 seconds (JVM running for 20.525) 
    2018-12-07 12:47:24 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 12:48:22 [http-nio-4242-exec-9] INFO o.a.c.c.C.[.[.[/] - Initializing Spring FrameworkServlet 'dispatcherServlet' 
    2018-12-07 12:48:22 [http-nio-4242-exec-9] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started 
    2018-12-07 12:48:22 [http-nio-4242-exec-9] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 71 ms 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 12:48:23 [AttachToJVM-8976] INFO o.g.l.j.a.AttachManager - Attach to (8976) has failed: java.io.IOException: Access is denied 
    2018-12-07 12:48:23 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 8976, error: java.io.IOException: Access is denied 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 12:48:23 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-07 12:48:23 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:48:23 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:48:23 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 12:49:13 [AttachToJVM-8976] INFO o.g.l.j.a.AttachManager - Attach to (8976) has failed: java.io.IOException: Access is denied 
    2018-12-07 12:49:13 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 8976, error: java.io.IOException: Access is denied 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 12:49:13 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-07 12:49:13 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:49:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:13 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 12:49:49 [AttachToJVM-8976] INFO o.g.l.j.a.AttachManager - Attach to (8976) has failed: java.io.IOException: Access is denied 
    2018-12-07 12:49:49 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 8976, error: java.io.IOException: Access is denied 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 12:49:49 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-07 12:49:49 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:49:49 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:49:49 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 12:53:23 [AttachToJVM-8976] INFO o.g.l.j.a.AttachManager - Attach to (8976) has failed: java.io.IOException: Access is denied 
    2018-12-07 12:53:23 [pool-1-thread-2] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 8976, error: java.io.IOException: Access is denied 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 12:53:23 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-07 12:53:23 [pool-1-thread-2] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.6045897278079796793.4242'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 12:53:23 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 12:53:23 [pool-1-thread-2] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 13:17:15 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:17:15 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-07 13:17:15 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:17:15 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-07 13:17:17 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 12936 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by SYSMMSPRODUKT in D:\Atlassian\data-collector-1.0.3) 
    2018-12-07 13:17:17 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-07 13:17:17 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-07 13:17:17 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:17:17 CET 2018]; root of context hierarchy 
    2018-12-07 13:17:19 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-07 13:17:26 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-07 13:17:26 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-07 13:17:26 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-07 13:17:26 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-07 13:17:26 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 9125 ms 
    2018-12-07 13:17:27 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-07 13:17:27 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-07 13:17:27 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-07 13:17:30 [main] INFO o.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) 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:17:30 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:17:17 CET 2018]; root of context hierarchy 
    2018-12-07 13:17:31 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-07 13:17:31 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-07 13:17:34 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-07 13:17:34 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ff4931d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6908d7, org.springframework.security.web.header.HeaderWriterFilter@1a677343, org.springframework.security.web.authentication.logout.LogoutFilter@26794848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2cd76f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bf7ca37, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2bac3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@65e98b1c, org.springframework.security.web.session.SessionManagementFilter@489115ef, org.springframework.security.web.access.ExceptionTranslationFilter@4116aac9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752325ad] 
    2018-12-07 13:17:34 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-07 13:17:34 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-07 13:17:34 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-07 13:17:34 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-07 13:17:35 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-07 13:17:35 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:17:35 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:17:35 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-07 13:17:36 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-07 13:17:36 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-07 13:17:36 [main] INFO c.a.p.Launcher - Started Launcher in 19.869 seconds (JVM running for 22.349) 
    2018-12-07 13:17:36 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 13:18:14 [http-nio-4242-exec-9] INFO o.a.c.c.C.[.[.[/] - Initializing Spring FrameworkServlet 'dispatcherServlet' 
    2018-12-07 13:18:14 [http-nio-4242-exec-9] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started 
    2018-12-07 13:18:14 [http-nio-4242-exec-9] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 63 ms 
    2018-12-07 13:25:45 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:25:46 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-07 13:25:46 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:25:46 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-07 13:25:48 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 7040 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by SYSMMSPRODUKT in D:\Atlassian\data-collector-1.0.3) 
    2018-12-07 13:25:48 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-07 13:25:48 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-07 13:25:48 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:25:48 CET 2018]; root of context hierarchy 
    2018-12-07 13:25:49 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-07 13:25:56 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-07 13:25:56 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-07 13:25:56 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-07 13:25:57 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-07 13:25:57 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 8954 ms 
    2018-12-07 13:25:57 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-07 13:25:57 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-07 13:25:57 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-07 13:26:00 [main] INFO o.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) 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:26:00 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:25:48 CET 2018]; root of context hierarchy 
    2018-12-07 13:26:01 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-07 13:26:01 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-07 13:26:03 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-07 13:26:03 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ff4931d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6908d7, org.springframework.security.web.header.HeaderWriterFilter@1a677343, org.springframework.security.web.authentication.logout.LogoutFilter@26794848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2cd76f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bf7ca37, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2bac3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@65e98b1c, org.springframework.security.web.session.SessionManagementFilter@489115ef, org.springframework.security.web.access.ExceptionTranslationFilter@4116aac9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752325ad] 
    2018-12-07 13:26:03 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-07 13:26:03 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-07 13:26:03 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-07 13:26:03 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-07 13:26:03 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-07 13:26:04 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:26:04 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:26:04 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-07 13:26:05 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-07 13:26:05 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-07 13:26:05 [main] INFO c.a.p.Launcher - Started Launcher in 18.436 seconds (JVM running for 20.752) 
    2018-12-07 13:26:05 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 13:26:21 [http-nio-4242-exec-10] INFO o.a.c.c.C.[.[.[/] - Initializing Spring FrameworkServlet 'dispatcherServlet' 
    2018-12-07 13:26:21 [http-nio-4242-exec-10] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started 
    2018-12-07 13:26:21 [http-nio-4242-exec-10] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 66 ms 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.8766839406299987613.4242'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.8766839406299987613.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.8766839406299987613.4242'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.8766839406299987613.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.8766839406299987613.4242'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.8766839406299987613.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.8766839406299987613.4242'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.8766839406299987613.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.8766839406299987613.4242'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 13:26:21 [AttachToJVM-8976] INFO o.g.l.j.a.AttachManager - Attach to (8976) has failed: java.io.IOException: Access is denied 
    2018-12-07 13:26:21 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 8976, error: java.io.IOException: Access is denied 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 13:26:21 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-07 13:26:21 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:26:21 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:26:22 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 13:28:02 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:28:02 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-07 13:28:02 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:28:02 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-07 13:28:04 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 5760 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by SYSMMSPRODUKT in D:\Atlassian\data-collector-1.0.3) 
    2018-12-07 13:28:04 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-07 13:28:04 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-07 13:28:04 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:28:04 CET 2018]; root of context hierarchy 
    2018-12-07 13:28:05 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-07 13:28:13 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-07 13:28:13 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-07 13:28:13 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-07 13:28:13 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-07 13:28:13 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 9250 ms 
    2018-12-07 13:28:14 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-07 13:28:14 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-07 13:28:14 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-07 13:28:17 [main] INFO o.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) 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:28:04 CET 2018]; root of context hierarchy 
    2018-12-07 13:28:17 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-07 13:28:18 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-07 13:28:19 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-07 13:28:20 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ff4931d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6908d7, org.springframework.security.web.header.HeaderWriterFilter@1a677343, org.springframework.security.web.authentication.logout.LogoutFilter@26794848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2cd76f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bf7ca37, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2bac3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@65e98b1c, org.springframework.security.web.session.SessionManagementFilter@489115ef, org.springframework.security.web.access.ExceptionTranslationFilter@4116aac9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752325ad] 
    2018-12-07 13:28:20 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-07 13:28:20 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-07 13:28:20 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-07 13:28:20 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-07 13:28:20 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-07 13:28:21 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:28:21 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:28:21 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-07 13:28:21 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-07 13:28:21 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-07 13:28:21 [main] INFO c.a.p.Launcher - Started Launcher in 18.859 seconds (JVM running for 21.392) 
    2018-12-07 13:28:22 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 13:29:14 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:29:14 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-07 13:29:14 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:29:14 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-07 13:29:16 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 4784 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by OURSERVER$ in D:\Atlassian\data-collector-1.0.3) 
    2018-12-07 13:29:16 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-07 13:29:16 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-07 13:29:16 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:29:16 CET 2018]; root of context hierarchy 
    2018-12-07 13:29:17 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-07 13:29:23 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-07 13:29:23 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-07 13:29:23 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-07 13:29:24 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-07 13:29:24 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 7627 ms 
    2018-12-07 13:29:24 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-07 13:29:24 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-07 13:29:24 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-07 13:29:26 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:29:26 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:29:26 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-07 13:29:26 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:29:26 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-07 13:29:26 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:29:26 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-07 13:29:26 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-07 13:29:26 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-07 13:29:26 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-07 13:29:26 [main] INFO o.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) 
    2018-12-07 13:29:27 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-07 13:29:27 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:29:27 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:29:27 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:29:16 CET 2018]; root of context hierarchy 
    2018-12-07 13:29:27 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-07 13:29:27 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-07 13:29:29 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-07 13:29:29 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ff4931d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6908d7, org.springframework.security.web.header.HeaderWriterFilter@1a677343, org.springframework.security.web.authentication.logout.LogoutFilter@26794848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2cd76f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bf7ca37, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2bac3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@65e98b1c, org.springframework.security.web.session.SessionManagementFilter@489115ef, org.springframework.security.web.access.ExceptionTranslationFilter@4116aac9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752325ad] 
    2018-12-07 13:29:29 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-07 13:29:29 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-07 13:29:29 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-07 13:29:29 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-07 13:29:29 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-07 13:29:30 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:29:30 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:29:30 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-07 13:29:30 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-07 13:29:31 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-07 13:29:31 [main] INFO c.a.p.Launcher - Started Launcher in 16.065 seconds (JVM running for 18.048) 
    2018-12-07 13:29:31 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 13:30:36 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:30:36 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-07 13:30:36 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:30:36 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-07 13:30:37 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 12104 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by SYSMMSPRODUKT in D:\Atlassian\data-collector-1.0.3) 
    2018-12-07 13:30:37 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-07 13:30:37 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-07 13:30:38 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7ab2bfe1: startup date [Fri Dec 07 13:30:38 CET 2018]; root of context hierarchy 
    2018-12-07 13:30:39 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-07 13:30:46 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-07 13:30:46 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-07 13:30:46 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-07 13:30:46 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-07 13:30:46 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 8781 ms 
    2018-12-07 13:30:47 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-07 13:30:47 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-07 13:30:47 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-07 13:30:49 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:30:49 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-07 13:30:49 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:30:49 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:30:49 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-07 13:30:49 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:30:49 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-07 13:30:49 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-07 13:30:49 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-07 13:30:49 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-07 13:30:49 [main] INFO o.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) 
    2018-12-07 13:30:50 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-07 13:30:50 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:30:50 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:30:50 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7ab2bfe1: startup date [Fri Dec 07 13:30:38 CET 2018]; root of context hierarchy 
    2018-12-07 13:30:50 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-07 13:30:50 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-07 13:30:52 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-07 13:30:52 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@65e98b1c, org.springframework.security.web.context.SecurityContextPersistenceFilter@3c9754d8, org.springframework.security.web.header.HeaderWriterFilter@15de0b3c, org.springframework.security.web.authentication.logout.LogoutFilter@302552ec, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@367ffa75, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@79079097, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4e08711f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@61322f9d, org.springframework.security.web.session.SessionManagementFilter@3857f613, org.springframework.security.web.access.ExceptionTranslationFilter@62ddbd7e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@279fedbd] 
    2018-12-07 13:30:52 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-07 13:30:52 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-07 13:30:52 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-07 13:30:52 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-07 13:30:52 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-07 13:30:53 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:30:53 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:30:53 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-07 13:30:53 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-07 13:30:53 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-07 13:30:53 [main] INFO c.a.p.Launcher - Started Launcher in 17.344 seconds (JVM running for 19.772) 
    2018-12-07 13:30:54 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 13:31:22 [http-nio-4242-exec-10] INFO o.a.c.c.C.[.[.[/] - Initializing Spring FrameworkServlet 'dispatcherServlet' 
    2018-12-07 13:31:22 [http-nio-4242-exec-10] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started 
    2018-12-07 13:31:22 [http-nio-4242-exec-10] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 63 ms 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 13:31:22 [AttachToJVM-8976] INFO o.g.l.j.a.AttachManager - Attach to (8976) has failed: java.io.IOException: Access is denied 
    2018-12-07 13:31:22 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 8976, error: java.io.IOException: Access is denied 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-07 13:31:22 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-07 13:31:22 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.4017762332565410433.4242'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.4017762332565410433.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.4017762332565410433.4242'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.4017762332565410433.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.4017762332565410433.4242'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.4017762332565410433.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.4017762332565410433.4242'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.4017762332565410433.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.4017762332565410433.4242'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:31:22 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:31:22 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 13:36:35 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:36:35 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-07 13:36:35 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:36:35 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-07 13:36:37 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 9848 (D:\Atlassian\data-collector-1.0.3.jar started by OURSERVER$ in D:\Atlassian) 
    2018-12-07 13:36:37 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-07 13:36:37 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-07 13:36:37 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:36:37 CET 2018]; root of context hierarchy 
    2018-12-07 13:36:39 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-07 13:36:44 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-07 13:36:44 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-07 13:36:44 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-07 13:36:45 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-07 13:36:45 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 7660 ms 
    2018-12-07 13:36:45 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-07 13:36:45 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-07 13:36:45 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-07 13:36:47 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:36:47 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-07 13:36:47 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:36:47 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:36:47 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-07 13:36:47 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:36:47 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-07 13:36:47 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-07 13:36:47 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-07 13:36:47 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-07 13:36:47 [main] INFO o.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) 
    2018-12-07 13:36:48 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-07 13:36:48 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:36:48 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:36:48 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:36:37 CET 2018]; root of context hierarchy 
    2018-12-07 13:36:48 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-07 13:36:48 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-07 13:36:50 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-07 13:36:50 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ff4931d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6908d7, org.springframework.security.web.header.HeaderWriterFilter@1a677343, org.springframework.security.web.authentication.logout.LogoutFilter@26794848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2cd76f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bf7ca37, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2bac3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@65e98b1c, org.springframework.security.web.session.SessionManagementFilter@489115ef, org.springframework.security.web.access.ExceptionTranslationFilter@4116aac9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752325ad] 
    2018-12-07 13:36:50 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-07 13:36:50 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-07 13:36:50 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-07 13:36:50 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-07 13:36:50 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-07 13:36:51 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:36:51 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:36:51 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-07 13:36:51 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-07 13:36:51 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-07 13:36:51 [main] INFO c.a.p.Launcher - Started Launcher in 15.729 seconds (JVM running for 17.609) 
    2018-12-07 13:36:52 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 13:38:26 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:38:26 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-07 13:38:26 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:38:26 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-07 13:38:28 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 5736 (D:\Atlassian\data-collector-1.0.3.jar started by SYSMMSPRODUKT in D:\Atlassian) 
    2018-12-07 13:38:28 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-07 13:38:28 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-07 13:38:28 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:38:28 CET 2018]; root of context hierarchy 
    2018-12-07 13:38:30 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-07 13:38:38 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-07 13:38:38 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-07 13:38:38 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-07 13:38:39 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-07 13:38:39 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 10340 ms 
    2018-12-07 13:38:39 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-07 13:38:39 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-07 13:38:39 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-07 13:38:42 [main] INFO o.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) 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:38:42 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:38:28 CET 2018]; root of context hierarchy 
    2018-12-07 13:38:43 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-07 13:38:43 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-07 13:38:45 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-07 13:38:45 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ff4931d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6908d7, org.springframework.security.web.header.HeaderWriterFilter@1a677343, org.springframework.security.web.authentication.logout.LogoutFilter@26794848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2cd76f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bf7ca37, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2bac3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@65e98b1c, org.springframework.security.web.session.SessionManagementFilter@489115ef, org.springframework.security.web.access.ExceptionTranslationFilter@4116aac9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752325ad] 
    2018-12-07 13:38:45 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-07 13:38:45 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-07 13:38:45 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-07 13:38:45 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-07 13:38:45 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-07 13:38:46 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:38:46 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:38:46 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-07 13:38:46 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-07 13:38:47 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-07 13:38:47 [main] INFO c.a.p.Launcher - Started Launcher in 19.817 seconds (JVM running for 22.309) 
    2018-12-07 13:38:47 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 13:40:45 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:40:45 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-07 13:40:45 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-07 13:40:45 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-07 13:40:47 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 2924 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by OURSERVER$ in D:\Atlassian\data-collector-1.0.3) 
    2018-12-07 13:40:47 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-07 13:40:47 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-07 13:40:47 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:40:47 CET 2018]; root of context hierarchy 
    2018-12-07 13:40:49 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-07 13:40:54 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-07 13:40:54 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-07 13:40:54 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-07 13:40:55 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-07 13:40:55 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 7672 ms 
    2018-12-07 13:40:55 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-07 13:40:55 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-07 13:40:55 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-07 13:40:57 [main] INFO o.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) 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:40:57 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-07 13:40:58 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Fri Dec 07 13:40:47 CET 2018]; root of context hierarchy 
    2018-12-07 13:40:58 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-07 13:40:58 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-07 13:40:59 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-07 13:40:59 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@710f4dc7, org.springframework.security.web.context.SecurityContextPersistenceFilter@198b6731, org.springframework.security.web.header.HeaderWriterFilter@6ed3ccb2, org.springframework.security.web.authentication.logout.LogoutFilter@bcec361, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@40005471, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3c9754d8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4d1c00d0, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1ff4931d, org.springframework.security.web.session.SessionManagementFilter@15de0b3c, org.springframework.security.web.access.ExceptionTranslationFilter@7eac9008, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a5c8d3f] 
    2018-12-07 13:41:00 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-07 13:41:00 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-07 13:41:00 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-07 13:41:00 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-07 13:41:00 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-07 13:41:01 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:41:01 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-07 13:41:01 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-07 13:41:01 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-07 13:41:01 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-07 13:41:01 [main] INFO c.a.p.Launcher - Started Launcher in 15.328 seconds (JVM running for 17.343) 
    2018-12-07 13:41:01 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-07 13:41:24 [http-nio-4242-exec-10] INFO o.a.c.c.C.[.[.[/] - Initializing Spring FrameworkServlet 'dispatcherServlet' 
    2018-12-07 13:41:24 [http-nio-4242-exec-10] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started 
    2018-12-07 13:41:24 [http-nio-4242-exec-10] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 68 ms 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Windows\Temp\tomcat.1961141828280595473.4242'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Windows\Temp\tomcat.1961141828280595473.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Windows\Temp\tomcat.1961141828280595473.4242'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Windows\Temp\tomcat.1961141828280595473.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Windows\Temp\tomcat.1961141828280595473.4242'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Windows\Temp\tomcat.1961141828280595473.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Windows\Temp\tomcat.1961141828280595473.4242'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Windows\Temp\tomcat.1961141828280595473.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Windows\Temp\tomcat.1961141828280595473.4242'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-07 13:41:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-07 13:41:25 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-10 10:26:53 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-10 10:26:53 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-10 10:26:53 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-10 10:26:53 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-10 10:26:54 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 15376 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by OURSERVER$ in D:\Atlassian\data-collector-1.0.3) 
    2018-12-10 10:26:54 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-10 10:26:54 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-10 10:26:55 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Mon Dec 10 10:26:55 CET 2018]; root of context hierarchy 
    2018-12-10 10:26:56 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-10 10:27:02 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-10 10:27:02 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-10 10:27:02 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-10 10:27:02 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-10 10:27:02 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 7684 ms 
    2018-12-10 10:27:03 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-10 10:27:03 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-10 10:27:03 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-10 10:27:05 [main] INFO o.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) 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-10 10:27:05 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Mon Dec 10 10:26:55 CET 2018]; root of context hierarchy 
    2018-12-10 10:27:06 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-10 10:27:06 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-10 10:27:07 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-10 10:27:08 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ff4931d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6908d7, org.springframework.security.web.header.HeaderWriterFilter@1a677343, org.springframework.security.web.authentication.logout.LogoutFilter@26794848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2cd76f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bf7ca37, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2bac3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@65e98b1c, org.springframework.security.web.session.SessionManagementFilter@489115ef, org.springframework.security.web.access.ExceptionTranslationFilter@4116aac9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752325ad] 
    2018-12-10 10:27:08 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-10 10:27:08 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-10 10:27:08 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-10 10:27:08 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-10 10:27:08 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-10 10:27:09 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-10 10:27:09 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-10 10:27:09 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-10 10:27:09 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-10 10:27:09 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-10 10:27:09 [main] INFO c.a.p.Launcher - Started Launcher in 15.966 seconds (JVM running for 18.263) 
    2018-12-10 10:27:09 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-10 10:27:48 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-10 10:27:48 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-10 10:27:48 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-10 10:27:48 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-10 10:27:50 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 13488 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by SYSMMSPRODUKT in D:\Atlassian\data-collector-1.0.3) 
    2018-12-10 10:27:50 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-10 10:27:50 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-10 10:27:50 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Mon Dec 10 10:27:50 CET 2018]; root of context hierarchy 
    2018-12-10 10:27:52 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-10 10:28:02 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-10 10:28:02 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-10 10:28:02 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-10 10:28:02 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-10 10:28:02 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 11746 ms 
    2018-12-10 10:28:03 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-10 10:28:03 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-10 10:28:03 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-10 10:28:06 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:28:06 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-10 10:28:06 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:28:06 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:28:06 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-10 10:28:06 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:28:06 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-10 10:28:06 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-10 10:28:06 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-10 10:28:06 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-10 10:28:06 [main] INFO o.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) 
    2018-12-10 10:28:07 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-10 10:28:07 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-10 10:28:07 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-10 10:28:07 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Mon Dec 10 10:27:50 CET 2018]; root of context hierarchy 
    2018-12-10 10:28:07 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-10 10:28:07 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-10 10:28:10 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-10 10:28:10 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ff4931d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6908d7, org.springframework.security.web.header.HeaderWriterFilter@1a677343, org.springframework.security.web.authentication.logout.LogoutFilter@26794848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2cd76f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bf7ca37, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2bac3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@65e98b1c, org.springframework.security.web.session.SessionManagementFilter@489115ef, org.springframework.security.web.access.ExceptionTranslationFilter@4116aac9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752325ad] 
    2018-12-10 10:28:10 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-10 10:28:10 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-10 10:28:10 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-10 10:28:10 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-10 10:28:10 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-10 10:28:11 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-10 10:28:11 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-10 10:28:11 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-10 10:28:12 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-10 10:28:12 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-10 10:28:12 [main] INFO c.a.p.Launcher - Started Launcher in 22.759 seconds (JVM running for 25.272) 
    2018-12-10 10:28:12 [http-nio-4242-exec-10] INFO o.a.c.c.C.[.[.[/] - Initializing Spring FrameworkServlet 'dispatcherServlet' 
    2018-12-10 10:28:12 [http-nio-4242-exec-10] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started 
    2018-12-10 10:28:12 [http-nio-4242-exec-10] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 62 ms 
    2018-12-10 10:28:13 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-10 10:28:13 [AttachToJVM-8976] INFO o.g.l.j.a.AttachManager - Attach to (8976) has failed: java.io.IOException: Access is denied 
    2018-12-10 10:28:13 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 8976, error: java.io.IOException: Access is denied 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-10 10:28:13 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-10 10:28:13 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:28:13 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:28:13 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.InetAddress.getAllByName0(InetAddress.java:1280) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.3316759087372134409.4242'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:49:19 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-10 10:49:20 [AttachToJVM-8976] INFO o.g.l.j.a.AttachManager - Attach to (8976) has failed: java.io.IOException: Access is denied 
    2018-12-10 10:49:20 [pool-1-thread-2] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 8976, error: java.io.IOException: Access is denied 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-10 10:49:20 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-10 10:49:20 [pool-1-thread-2] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:49:20 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:49:20 [pool-1-thread-2] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-10 10:58:59 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-10 10:58:59 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-10 10:58:59 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-10 10:58:59 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-10 10:59:01 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 10848 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by SYSMMSPRODUKT in D:\Atlassian\data-collector-1.0.3) 
    2018-12-10 10:59:01 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-10 10:59:01 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-10 10:59:01 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Mon Dec 10 10:59:01 CET 2018]; root of context hierarchy 
    2018-12-10 10:59:03 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-10 10:59:10 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-10 10:59:10 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-10 10:59:10 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-10 10:59:11 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-10 10:59:11 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 9297 ms 
    2018-12-10 10:59:11 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-10 10:59:11 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-10 10:59:11 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-10 10:59:14 [main] INFO o.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) 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-10 10:59:14 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-10 10:59:15 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Mon Dec 10 10:59:01 CET 2018]; root of context hierarchy 
    2018-12-10 10:59:15 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-10 10:59:15 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-10 10:59:17 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-10 10:59:17 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ff4931d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6908d7, org.springframework.security.web.header.HeaderWriterFilter@1a677343, org.springframework.security.web.authentication.logout.LogoutFilter@26794848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2cd76f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bf7ca37, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2bac3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@65e98b1c, org.springframework.security.web.session.SessionManagementFilter@489115ef, org.springframework.security.web.access.ExceptionTranslationFilter@4116aac9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752325ad] 
    2018-12-10 10:59:17 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-10 10:59:17 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-10 10:59:17 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-10 10:59:17 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-10 10:59:18 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-10 10:59:19 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-10 10:59:19 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-10 10:59:19 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-10 10:59:19 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-10 10:59:19 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-10 10:59:19 [main] INFO c.a.p.Launcher - Started Launcher in 18.879 seconds (JVM running for 21.265) 
    2018-12-10 10:59:19 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-10 10:59:24 [http-nio-4242-exec-8] INFO o.a.c.c.C.[.[.[/] - Initializing Spring FrameworkServlet 'dispatcherServlet' 
    2018-12-10 10:59:24 [http-nio-4242-exec-8] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started 
    2018-12-10 10:59:24 [http-nio-4242-exec-8] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 65 ms 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-10 10:59:24 [AttachToJVM-8976] INFO o.g.l.j.a.AttachManager - Attach to (8976) has failed: java.io.IOException: Access is denied 
    2018-12-10 10:59:24 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 8976, error: java.io.IOException: Access is denied 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:24 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-10 10:59:25 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-10 10:59:25 [pool-1-thread-1] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 10:59:25 [pool-1-thread-1] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 10:59:25 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.InetAddress.getAllByName0(InetAddress.java:1280) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1065211239271566564.4242'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-10 11:03:29 [AttachToJVM-8976] INFO o.g.l.j.a.AttachManager - Attach to (8976) has failed: java.io.IOException: Access is denied 
    2018-12-10 11:03:29 [pool-1-thread-2] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 8976, error: java.io.IOException: Access is denied 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-10 11:03:29 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-10 11:03:29 [pool-1-thread-2] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 11:03:29 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 11:03:29 [pool-1-thread-2] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-10 12:45:45 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-10 12:45:45 [main] DEBUG c.a.p.Launcher - Starting perf collection tools. 
    2018-12-10 12:45:45 [main] DEBUG c.a.p.Launcher - ------------------------------- 
    2018-12-10 12:45:45 [main] DEBUG c.a.p.Launcher - Using Java from C:\Program Files\Java\jdk1.8.0_171\jre 
    2018-12-10 12:45:48 [main] INFO c.a.p.Launcher - Starting Launcher on OURSERVER with PID 14696 (D:\Atlassian\data-collector-1.0.3\data-collector-1.0.3.jar started by SYSMMSPRODUKT in D:\Atlassian\data-collector-1.0.3) 
    2018-12-10 12:45:48 [main] DEBUG c.a.p.Launcher - Running with Spring Boot v1.5.4.RELEASE, Spring v4.3.9.RELEASE 
    2018-12-10 12:45:48 [main] INFO c.a.p.Launcher - No active profile set, falling back to default profiles: default 
    2018-12-10 12:45:48 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Mon Dec 10 12:45:48 CET 2018]; root of context hierarchy 
    2018-12-10 12:45:50 [background-preinit] INFO o.h.v.i.u.Version - HV000001: Hibernate Validator 5.3.5.Final 
    2018-12-10 12:45:58 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 4242 (http) 
    2018-12-10 12:45:58 [main] INFO o.a.c.c.StandardService - Starting service [Tomcat] 
    2018-12-10 12:45:58 [main] INFO o.a.c.c.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.15 
    2018-12-10 12:45:58 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/] - Initializing Spring embedded WebApplicationContext 
    2018-12-10 12:45:58 [localhost-startStop-1] INFO o.s.w.c.ContextLoader - Root WebApplicationContext: initialization completed in 10095 ms 
    2018-12-10 12:45:59 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 
    2018-12-10 12:45:59 [localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] 
    2018-12-10 12:45:59 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 
    2018-12-10 12:46:01 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/cpu/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.CpuUsageResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateCpuUsage(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 12:46:01 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/diskspeed],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.DiskSpeedResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateDiskSpeed(java.lang.String,int) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 12:46:01 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/combo/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ComboResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDumpsAndCpuUsage(long,int,long) throws com.atlassianlabs.perftools.rest.exceptions.ServerErrorException,java.lang.InterruptedException 
    2018-12-10 12:46:01 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/collect/threaddump/{pid}],methods=[GET],produces=[application/octet-stream || application/json || text/plain]}" onto public com.atlassianlabs.perftools.collectors.results.ThreadDumpResult com.atlassianlabs.perftools.rest.controllers.CollectorController.generateThreadDump(long,java.lang.String) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 12:46:01 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/all],methods=[GET],produces=[application/json]}" onto public java.util.List<com.atlassianlabs.perftools.product.Product> com.atlassianlabs.perftools.rest.controllers.ProductController.getAllProducts() 
    2018-12-10 12:46:01 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/rest/product/{pid}],methods=[GET],produces=[application/json]}" onto public com.atlassianlabs.perftools.product.Product com.atlassianlabs.perftools.rest.controllers.ProductController.getProductByPid(long) throws com.atlassianlabs.perftools.rest.exceptions.NotFoundException 
    2018-12-10 12:46:01 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() 
    2018-12-10 12:46:01 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() 
    2018-12-10 12:46:01 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() 
    2018-12-10 12:46:01 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 
    2018-12-10 12:46:01 [main] INFO o.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) 
    2018-12-10 12:46:02 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] 
    2018-12-10 12:46:02 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-10 12:46:02 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 
    2018-12-10 12:46:02 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7e32c033: startup date [Mon Dec 10 12:45:48 CET 2018]; root of context hierarchy 
    2018-12-10 12:46:02 [main] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in globalRestControllerAdvice 
    2018-12-10 12:46:02 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)] 
    2018-12-10 12:46:04 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], [] 
    2018-12-10 12:46:04 [main] INFO o.s.s.w.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ff4931d, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6908d7, org.springframework.security.web.header.HeaderWriterFilter@1a677343, org.springframework.security.web.authentication.logout.LogoutFilter@26794848, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2cd76f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3bf7ca37, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4b2bac3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@65e98b1c, org.springframework.security.web.session.SessionManagementFilter@489115ef, org.springframework.security.web.access.ExceptionTranslationFilter@4116aac9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752325ad] 
    2018-12-10 12:46:04 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 
    2018-12-10 12:46:04 [main] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 
    2018-12-10 12:46:04 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed 
    2018-12-10 12:46:04 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) 
    2018-12-10 12:46:05 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references 
    2018-12-10 12:46:05 [main] INFO o.a.c.h.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-4242"] 
    2018-12-10 12:46:06 [main] INFO o.a.c.h.Http11NioProtocol - Starting ProtocolHandler ["http-nio-4242"] 
    2018-12-10 12:46:06 [main] INFO o.a.t.u.n.NioSelectorPool - Using a shared selector for servlet write/read 
    2018-12-10 12:46:06 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 4242 (http) 
    2018-12-10 12:46:06 [main] INFO console - Performance Data Collector started on http://localhost:4242/ 
    2018-12-10 12:46:06 [main] INFO c.a.p.Launcher - Started Launcher in 19.563 seconds (JVM running for 23.117) 
    2018-12-10 12:46:06 [pool-1-thread-1] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.start' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 
    2018-12-10 12:48:27 [http-nio-4242-exec-10] INFO o.a.c.c.C.[.[.[/] - Initializing Spring FrameworkServlet 'dispatcherServlet' 
    2018-12-10 12:48:27 [http-nio-4242-exec-10] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started 
    2018-12-10 12:48:28 [http-nio-4242-exec-10] INFO o.s.w.s.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 63 ms 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-10 12:48:28 [AttachToJVM-8976] INFO o.g.l.j.a.AttachManager - Attach to (8976) has failed: java.io.IOException: Access is denied 
    2018-12-10 12:48:28 [pool-1-thread-2] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 8976, error: java.io.IOException: Access is denied 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-10 12:48:28 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-10 12:48:28 [pool-1-thread-2] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Crowd'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'JIRA'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bamboo'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'FishEye'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Bitbucket Server'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process '' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Confluence'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1084492624113738928.4242'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1084492624113738928.4242\confluence\WEB-INF\classes\confluence-init.properties'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Crowd'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1084492624113738928.4242'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1084492624113738928.4242\..\crowd-webapp\WEB-INF\classes\crowd-init.properties'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'JIRA'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1084492624113738928.4242'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1084492624113738928.4242\atlassian-jira\WEB-INF\classes\jira-application.properties'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bamboo'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1084492624113738928.4242'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir file to see if valid: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1084492624113738928.4242\atlassian-bamboo\WEB-INF\classes\bamboo-init.properties'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'FishEye'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' against descriptor 'Bitbucket Server'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Install dir: 'C:\Users\SYSMMSPRODUKT\AppData\Local\Temp\tomcat.1084492624113738928.4242'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Home dir: 'null'. 
    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - No product identified for Java process 'D:\Atlassian\data-collector-1.0.3\windows-service\..\data-collector-1.0.3.jar' 
    2018-12-10 12:48:28 [pool-1-thread-2] WARN c.a.p.s.AnalyticsService - Unable to send analytics event 'pdc.server.product.ProductDiscovererService' java.net.UnknownHostException: api.amplitude.com at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323) at java.net.InetAddress.getAllByName0(InetAddress.java:1276) at java.net.InetAddress.getAllByName(InetAddress.java:1192) at java.net.InetAddress.getAllByName(InetAddress.java:1126) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.atlassianlabs.perftools.services.AnalyticsService.lambda$sendAsyncEvent$0(AnalyticsService.java:85) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)
    
  3. Dave C Account Deactivated

    Thanks for sending the log through - I replaced your comment with the above as it has it in a code block. The main problem appears to be the attach manager we use can't bind to the process:

    2018-12-10 12:48:28 [pool-1-thread-2] DEBUG c.a.p.p.DescriptorConverter - Checking Java process '' against descriptor 'Confluence'. 
    2018-12-10 12:48:28 [AttachToJVM-9120] INFO o.g.l.j.a.AttachManager - Attach to (9120) has failed: java.io.IOException: Access is denied 
    2018-12-10 12:48:28 [pool-1-thread-2] INFO o.g.l.j.a.AttachManager - Failed to read system properties, JVM pid: 9120, error: java.io.IOException: Access is denied 
    

    This uses the Java SDK attach libraries and is failing due to Access is denied, which seems to imply (and sadly isn't clearly documented in the javadocs that the service can't connect due to permissions. It may be that Confluence is running as a different user to the service, or that JMX was disabled, or password-protected. You could try the below to see if you can connect from the command-line:

    jcmd <Confluence pid> Thread.print
    

    And this should try to connect a similar way. Unfortunately the full stack trace is not exposed due to the way the library that we use to bind doesn't expose it by default.

    Do you know if you installed Confluence outside of the standard installer, or if you've locked down any JMX settings? For example adding XX:+DisableAttachMechanism to JVM properties would stop this from working, but also likely any attempt to invoke thread dump generation would also fail.

  4. Dan Porter

    I have found that on Windows, even if you are using the same user account as the <insert your atlassian product> service, this 'Access is denied' error still occurs. I was able to resolve that by making the user an Administrator on the server. Not ideal, but works.

  5. Log in to comment